Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: error update form 4.3.7 to 4.4
Post: RE: error update form 4.3.7 to 4.4

seechiller Wrote: (08-30-2023, 11:35 PM) -- I had to rebuild everything and manually adjust all the data from the appstarter, now it is working again, thank you very much for your help. -- I put a ...
14,732 Views
14 Replies
09-17-2023, 07:31 AM
Project Linde37
    Thread: Fatal error
Post: RE: Fatal error

Put a copy from vendor/codeigniter4/framework/public/index.php to public/index.php > solved "Undefined constant "CodeIgniter\ENVIRONMENT" problem Also checkout the changes in routes.php / routing.php
7,305 Views
2 Replies
09-17-2023, 07:30 AM
Project Linde37
    Thread: Using CodeIgniter’s Model - difference local server and live server
Post: RE: Using CodeIgniter’s Model - difference local s...

[quote="kenjis" pid="411381" dateline="1690622357"] What are the exact model file names? Are these names exactly the same as the classname? They are Code: --
770 Views
3 Replies
08-03-2023, 09:10 PM
Project Linde37
    Thread: model->delete() with SoftDelete how to undelete?
Post: model->delete() with SoftDelete how to undelete?

Reference : https://codeigniter4.github.io/userguide/models/model.html#delete with $useSoftDeletes: true one can 'hide a row'. Is there an option to undelete()?
1,067 Views
3 Replies
08-03-2023, 09:06 PM
Project Linde37
    Thread: Using CodeIgniter’s Model - difference local server and live server
Post: Using CodeIgniter’s Model - difference local serve...

On my local test environment I can use PHP Code: -- $dossier_first = model('EDossier_dossierModel')->where('ID',$ID)->first(); $dossier_find = model('EDossier_dossierModel'); //->where('ID',$ID)->...
770 Views
3 Replies
07-29-2023, 01:32 AM
Project Linde37
    Thread: Does CI 3 support PHP 8.x ?
Post: RE: Does CI 3 support PHP 8.x ?

Not on my dev server Code: -- A PHP Error was encountered Severity: 8192 Message: Required parameter $msg follows optional parameter $level Filename: libraries/Log.php Line Number: 72 -- This er...
22,226 Views
3 Replies
10-03-2021, 05:15 AM
Project Linde37

Theme © iAndrew 2016 - Forum software by © MyBB