![]() |
(): Sorry, this image type is not supported yet. 2 Attachment(s) What exactly does this mean when uploading photos? Quote:
I've also set my data directory with 777. Code: Content visible to verified customers only.Code: Content visible to verified customers only. |
That means your path or permissions are not set correctly in the program therefore the image processor can not process the image. GD can not get the image info. |
Thanks but clearly both the "data" and "uploads" directories and its contents are all 777. As for path, I've checked it once again in the Admin Panel and everything is correct. Just tried uploading an image and it says: Quote:
Code: Content visible to verified customers only.The error doesn't appear to indicate something can't be found. It says the image type isn't supported. Which part of the code would throw this error? How about we find out what it's trying to do first? |
Any discussion on this can be had via the email on this matter. Your permissions or path can not be correct if your getting this error. It is an absolute error I can say nothing more on that matter. if you give server details url admin login etc I can look and I beleive I even said this via the email. |
Okay I've located the problem. The following block of code in uploadphoto.php isn't working out, as you suggested due to a path issue. Code: Content visible to verified customers only.Any idea where this $Globals['origfull'] is set? Grepping this doesn't indicate where it's set. Code: Content visible to verified customers only. |
As I stated your paths or permissions are incorrect You can update the path in Admin => Storage Options to the correct global path if thats correct by hitting revert and save twice |
Found the location of the issue. It is due to PHP unable to execute ImageCreateFromJpeg($image_file_path). I've created a separate test script and it exhibit the same behavior, despite GD2.0.34 is installed and compiled with PHP. With the following debug code added to image-inc.php, I get: Code: Content visible to verified customers only.Code: Content visible to verified customers only. |
If you do not have a proper working gd2 then you need to install imagemagick or fix gd. Basically you have to have one of the two working processors to use our program. I can give you install instructions on imagemagick. You or your host could try installing that PhotoPost PHP Photo Sharing Photo Gallery ImageMagick Installation Guide |
Okay here are the exact steps I used. Please let me know if I did any one wrong or have missed something. Code: Content visible to verified customers only.Code: Content visible to verified customers only.Code: Content visible to verified customers only.I also have the following library files. Code: Content visible to verified customers only.Code: Content visible to verified customers only. |
Like I said if your image processor is not working then you can not upload images One has not had to compile GD in many years it is part of PHP. You merely install php with the right config options although I am not a server tech If you have access to install stuff on your server why not use imagemagick? PhotoPost PHP Photo Sharing Photo Gallery ImageMagick Installation Guide |
Quote:
PHP needs to be compiled with GD enabled, and JPEG needs to be compiled also as shown in your ImageMagick guide. GD generally is faster. Following are some references. Experiencing the world: PHP benchmarks (GD vs Imagemagick) http://www.jamesarmes.net/blog/2009/...s-image-magick |
well like I said php must be installed with GD2 support. To use our program you need a working image processor on the server. You can contact your host to resolve your server issue. |
| All times are GMT -5. The time now is 05:44 AM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0