iceblox Posted August 25, 2008 Share Posted August 25, 2008 Hi All, I have been having some issues since this morning with my a login script. But I havent changed it so im not sure why it stopped working? This is the error im getting PHP Warning: Unknown: POST Content-Length of 45 bytes exceeds the limit of -100663296 bytes in Unknown on line 0, referer: I have checked my post_max_size in my .htaccess and its set at 4000m due to the large file sizes i upload. Any ideas what else this maybe? Thanks in advance Quote Link to comment https://forums.phpfreaks.com/topic/121271-solved-php-error/ Share on other sites More sharing options...
DarkWater Posted August 25, 2008 Share Posted August 25, 2008 4000M may exceed your hosts limit or something, or may too big for your server to handle. Try lowering it. >_> 4 GB is a little too much I'd think. Quote Link to comment https://forums.phpfreaks.com/topic/121271-solved-php-error/#findComment-625175 Share on other sites More sharing options...
wildteen88 Posted August 25, 2008 Share Posted August 25, 2008 Are you uploading files in access of 4GB (4000M) via your form! You should not transfer large files over HTTP. Your should instead use FTP. Quote Link to comment https://forums.phpfreaks.com/topic/121271-solved-php-error/#findComment-625179 Share on other sites More sharing options...
DarkWater Posted August 25, 2008 Share Posted August 25, 2008 Are you uploading files in access of 4GB (4000M) via your form! You should not transfer large files over HTTP. Your should instead use FTP. Yeah, HTTP wasn't really meant for data that large... Quote Link to comment https://forums.phpfreaks.com/topic/121271-solved-php-error/#findComment-625180 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.