guarriman Posted July 13, 2007 Share Posted July 13, 2007 Hi. Using PHP 4.3.10 + Apache 2.0.52 on Linux, I get 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 --------------- My PHP scripts allow users to upload videos and images (and creates two resized versions of them). I modified 'php.ini' in order to increase 'memory_limit', but it didn't solve it: memory_limit = 48M We 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 Does anybody have any experience with this issue? Thank you very much. Link to comment https://forums.phpfreaks.com/topic/59779-service-unavailable-zero-size-object/ Share on other sites More sharing options...
tapos Posted July 13, 2007 Share Posted July 13, 2007 i think, your server doesn't support changing in the php.ini file and that is the problem. -- Tapos Pal Link to comment https://forums.phpfreaks.com/topic/59779-service-unavailable-zero-size-object/#findComment-297200 Share on other sites More sharing options...
guarriman Posted July 13, 2007 Author Share Posted July 13, 2007 tapos: why couldn't my server "support changing in the php.ini"? I've got whole control of it (it's installed at home), and I restart Apache each time I modify 'php.ini'. Link to comment https://forums.phpfreaks.com/topic/59779-service-unavailable-zero-size-object/#findComment-297233 Share on other sites More sharing options...
Yesideez Posted July 13, 2007 Share Posted July 13, 2007 While in Google I found these two links: http://web.intuit.com/support/quicken/2000/win/6014.html http://www.webmasterworld.com/forum97/82.htm Are you trying to make a secure connection? Link to comment https://forums.phpfreaks.com/topic/59779-service-unavailable-zero-size-object/#findComment-297237 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.