Forum Moderators: coopster
Using PHP 4.3.10 + Apache 2.0.52 on Linux, I got this error message when accesing my PHP page:
---------------
Service Unavailable - zero size object
The server is temporarily unable to service your request. Please try again later.
Reference #15.21eaaad4.1173400585.294a7ed8
---------------
and it comes again :(
I modified php.ini ir order to increase 'memory_limit':
memory_limit = 48M
but it doesn't solve it. Any suggestion?
I control size limit (100 Mb) with 'php.ini':
;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;
; Whether to allow HTTP file uploads.
file_uploads = On
; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
upload_tmp_dir = /tmp
; Maximum allowed size for uploaded files.
upload_max_filesize = 100M
Any suggestion?