fredtp
Thu 20th Jul '06, 4:34pm
I've gone through posts and made all the php.ini changes to allow posting of large attachments including memory, max upload, etc...i'm able to upload files of up to about 8MB, bigger than that i get internal server error. other php scripts are able to upload larger files with no problem.
the file i was uploading was called test.zip
i'm receiving the following error messages:
in file error_log:
[20/Jul/2006:19:14:59 +0000] [error] [client 65.34.37.191] File does not exist: /usr/home/nsuasd/www/htdocs/forum/images/attach/ppt.gif
[20/Jul/2006:19:22:15 +0000] [error] [client 65.34.37.191] Premature end of script headers: /usr/local/apache/global-bin/php.cgi
in file script.error_log:
FATAL: emalloc(): Unable to allocate 13918229 bytes
here's what i have set in php.ini:
max_execution_time = 400
max_input_time = 600
memory_limit = 1024M
post_max_size = 240M
upload_max_filesize = 120M
mySql packet size is set to 240MB
attachment storage is in file system
I have no plugins installed and no modifications have been made to vbulletin code.
any help is appreciated, thanks
Fred
the file i was uploading was called test.zip
i'm receiving the following error messages:
in file error_log:
[20/Jul/2006:19:14:59 +0000] [error] [client 65.34.37.191] File does not exist: /usr/home/nsuasd/www/htdocs/forum/images/attach/ppt.gif
[20/Jul/2006:19:22:15 +0000] [error] [client 65.34.37.191] Premature end of script headers: /usr/local/apache/global-bin/php.cgi
in file script.error_log:
FATAL: emalloc(): Unable to allocate 13918229 bytes
here's what i have set in php.ini:
max_execution_time = 400
max_input_time = 600
memory_limit = 1024M
post_max_size = 240M
upload_max_filesize = 120M
mySql packet size is set to 240MB
attachment storage is in file system
I have no plugins installed and no modifications have been made to vbulletin code.
any help is appreciated, thanks
Fred