Quote:
Originally Posted by Chuck S I am not understand your english sorry
Clear your uploads directories under uploads in photopost directory on the server and apply the edit noted. |
Sorry for my English
I cleared my uploads directories under uploads in photopost directory on the server. I change my pp-inc.php file with code what you provide me to increase PHP memory for 60Mb,
php.ini:
upload_max_filesize 5M
post_max_size 8M
mysql.connect_timeout 60
Problem when I upload file more then 2M, I can see page
"Preparing to process image list!
Click here if you do not want to wait any longer
(or if your browser does not automatically forward you)" and then next page what I can see is "Internal server error
We’re sorry for the inconvenience, but there has been an internal server error. Please click on the back button to return to the former page"
Then I go to the server in directory uploads/1/ and I can see file what I downloaded. Size is 2.45M.
And one more thing. In page "We’re sorry for the inconvenience, but there has been an internal server error." On left/top corner of my Internet Explorer I see the string "401 Authorization Required " ( Maybe it's help to you realize the problem)
Uploads directory and below have 777 and index.html file is 777
Data directory have 777 and all below subdirectory 777
except index file in data directory is (664) And another index.html files in subdirectories are 664 and 644
thanks for your help.