aebstract Posted March 17, 2009 Share Posted March 17, 2009 [Tue Mar 17 11:04:24 2009] [error] [client 70.155.67.57] PHP Warning: POST Content-Length of 17461421 bytes exceeds the limit of 8388608 bytes in Unknown on line 0, referer: https://www.berryequipment.net/videos/post/ I'm receiving this error, I'm obviously trying to upload 16MB and my current limit is 8MB. I went in to my php.ini file and changed to this: ; Maximum size of POST data that PHP will accept. post_max_size = 60M Is there somewhere else something needs to be set that I am missing? Not really sure where to look to get this limit raised. Link to comment https://forums.phpfreaks.com/topic/149825-post-content-length-error/ Share on other sites More sharing options...
aebstract Posted March 17, 2009 Author Share Posted March 17, 2009 Okay problem now sits in a position where I changed that size but in my phpinfo it still remains 8M. HRM. Link to comment https://forums.phpfreaks.com/topic/149825-post-content-length-error/#findComment-786767 Share on other sites More sharing options...
jlhaslip Posted March 17, 2009 Share Posted March 17, 2009 Do a phpifo() to confirm that you changed the correct ini file. Restart the Server. Link to comment https://forums.phpfreaks.com/topic/149825-post-content-length-error/#findComment-786771 Share on other sites More sharing options...
aebstract Posted March 17, 2009 Author Share Posted March 17, 2009 I changed the correct file, it still remains the same setting. I can't reset the server, I'm not the host? I'm waiting on hold right now for a tech support agent though. Link to comment https://forums.phpfreaks.com/topic/149825-post-content-length-error/#findComment-786776 Share on other sites More sharing options...
jlhaslip Posted March 17, 2009 Share Posted March 17, 2009 In a shared hosting Environment, you likely have no control of those settings. Link to comment https://forums.phpfreaks.com/topic/149825-post-content-length-error/#findComment-786790 Share on other sites More sharing options...
aebstract Posted March 17, 2009 Author Share Posted March 17, 2009 Which I happen to not have, he told me to change post_max_size with .htaccess. :/ Link to comment https://forums.phpfreaks.com/topic/149825-post-content-length-error/#findComment-786799 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.