rouge et noire
Mon 2 October 2006, 01:26 am GMT +0200
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
in the link below, you can see a PHP.Info, completely as the same as the thing i have on my own Linux server.
http://www.tartanspace.com/phpinfo.php
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.
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
in the link below, you can see a PHP.Info, completely as the same as the thing i have on my own Linux server.
http://www.tartanspace.com/phpinfo.php
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.