500 Error
Posted: Mon Aug 24, 2009 3:32 pm
Hello Experts,
I recently purchased a social network from a vendor and had it up and running pretty quickly. I immediately begin to encounter errors while attempting to upload photos. I've spent great time trying to track down this issue as all indicators seem to point to the php directives that govern uploading files. The directives that i have modified are listed below with the current values. I have reached out to the vendor who sold me the social network along with the web hosting company, both of which seem to be point the finger back at each other. The hosting company says its an issue with the code in vendor's application and the vendor says its most likely a server setting or an issue with the current version of php I am using. I needed to reach out to neutral party hence the reason for my post here. I have spent hours researching 500 Errors and acertained that they are common errors that could point to many different issues. Any insight into why the photos that range from less the 1M to about 4M are not uploading correctly would be greatly appreciated.
I am using php4
Php.ini
I recently purchased a social network from a vendor and had it up and running pretty quickly. I immediately begin to encounter errors while attempting to upload photos. I've spent great time trying to track down this issue as all indicators seem to point to the php directives that govern uploading files. The directives that i have modified are listed below with the current values. I have reached out to the vendor who sold me the social network along with the web hosting company, both of which seem to be point the finger back at each other. The hosting company says its an issue with the code in vendor's application and the vendor says its most likely a server setting or an issue with the current version of php I am using. I needed to reach out to neutral party hence the reason for my post here. I have spent hours researching 500 Errors and acertained that they are common errors that could point to many different issues. Any insight into why the photos that range from less the 1M to about 4M are not uploading correctly would be greatly appreciated.
I am using php4
Php.ini
Code: Select all
post_max_size = 10M
memory_limit = 20M
upload_max_filesize = 8M
max_input_time = 120
log_errors = ON
max_execution_time = 60
upload_tmp_dir = "/temp"
error_log = "/temp/error_log.txt"
Thanks
Datkid001 - PHP Novice