Topic: After a long time try and reeding this forum, foto_Upload don't work! (Read 925 times)
What a dork
Posts: 15
112 credits Members referred : 0
« on: Oct 02, 2006, 02:26:46 AM »
Oh please don't laugh on me, but i have not any success using foto_upload php!
i can just upload the pics, smaller than $x_max_size & $y_max_size but it dosen't work for a picture, equal or biger than $x_max_size & $y_max_size values. oh, after i press on upload button, i receive a message: File: Blue hills.jpg successfully uploaded! Processed foto: Blue_hills.jpg! But there is no file uploaded...!!!
i have checked for both GD and image majick and i have had no success. (while both are installed on the Linux server).
one more thing: when i open the foto_upload.php, i always have the following warning on top of the page: Warning: set_time_limit(): Cannot set time limit in safe mode in /public_html/foto_upload.php on line 5
Also, when i put "var $use_image_magick = false;" i get the following 4 warnings on top of the page for uploading a picture bigger than x_max_size & y_max_size: Warning: imagejpeg(): Unable to access /public_html/test_files/photo/Blue_hills.jpg in /public_html/foto_upload.php on line 105
Warning: imagejpeg(): Invalid filename /public_html/test_files/photo/Blue_hills.jpg' in /public_html/foto_upload.php on line 105
Warning: imagejpeg(): Unable to access /public_html/test_files/thumb/Blue_hills.jpg in /public_html/foto_upload.php on line 105
Warning: imagejpeg(): Invalid filename /public_html/test_files/thumb/Blue_hills.jpg' in /public_html/foto_upload.php on line 105
i should say, i have read the forum and i have tested other ulternates. for example i have tested the different values for CHMOD, as like as 0666, 0644, 0777 but there was not any success.
Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6357
38966 credits Members referred : 374
It's time to use PHP5!
« Reply #1 on: Oct 02, 2006, 09:49:36 AM »
Its all about you host, I think the script is working on your loacal host right?