Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: I need help understanding this error ci 4.3.7
Post: RE: I need help understanding this error ci 4.3.7

Post_max_size = 0 no limit
842 Views
8 Replies
08-01-2023, 11:40 AM
amirodz
    Thread: I need help understanding this error ci 4.3.7
Post: RE: I need help understanding this error ci 4.3.7

Thank you for converting the value post_max_size=0. it works well. Or post_max_size=8M. it works well. But post_max_size=2G. do not work.
842 Views
8 Replies
08-01-2023, 11:21 AM
amirodz
    Thread: I need help understanding this error ci 4.3.7
Post: RE: I need help understanding this error ci 4.3.7

I use codeigniter 4.3.7 alone php 7.4.15
842 Views
8 Replies
08-01-2023, 08:55 AM
amirodz
    Thread: I need help understanding this error ci 4.3.7
Post: I need help understanding this error ci 4.3.7

Fatal error: Uncaught TypeError: Return value of CodeIgniter\HTTP\IncomingRequest::getPostMaxSize() must be of the type int, float returned in C:\laragon\www\framework\system\HTTP\IncomingRequest.php:...
842 Views
8 Replies
08-01-2023, 06:25 AM
amirodz
    Thread: How often do you use the backup() method of the database drivers?
Post: RE: How often do you use the backup() method of th...

As a programmer, don't think of yourself Think about the people you code for They need it
64,258 Views
39 Replies
06-14-2021, 01:49 PM
amirodz
    Thread: codeigniter 4.1.1 update +1 problem
Post: RE: codeigniter 4.1.1 update +1 problem

Thanks working well
2,518 Views
6 Replies
05-20-2021, 01:53 AM
amirodz
    Thread: codeigniter 4.1.1 update +1 problem
Post: RE: codeigniter 4.1.1 update +1 problem

$AlertModel->set('read', 'read+1',false); $AlertModel->where('id',$id); $AlertModel->update(); 4.1.2 do not work It looks like there is a real problem
2,518 Views
6 Replies
05-19-2021, 09:42 AM
amirodz
    Thread: codeigniter 4.1.1 update +1 problem
Post: RE: codeigniter 4.1.1 update +1 problem

4.0.0 Work well
2,518 Views
6 Replies
05-19-2021, 09:23 AM
amirodz
    Thread: codeigniter 4.1.1 update +1 problem
Post: codeigniter 4.1.1 update +1 problem

Code: -- $AlertModel->set('read', 'read+1',false); $AlertModel->where('user_id',$user_id); $AlertModel->where('id',$id); $AlertModel->update(); -- Do not add a number. where is the problem. codeignit...
2,518 Views
6 Replies
05-19-2021, 05:49 AM
amirodz

Theme © iAndrew 2016 - Forum software by © MyBB