back once again.. Using GD2
Getting error message
Code:
Content visible to verified customers only.
reference links I've used
Unable to Move file? Unable to move File Error? Unable to move file -> photopost - Google Search
options I've gotten from those references
checked to make sure your uploads as well as all directories under uploads are 777?
Yes
if your absolutely sure your uploads and all its subfolders are all 777 check to make sure the uploads server path is correct in global options in admin
Yes
and make sure that safe mode is off under phpinfo in admin.
Checked and safe mode is off
checked it through ssh by going
Quote:
ssh account@address
password
su -
password
typed went to line confirmed |
checked it through plesk by going
Quote:
plesk login
clients
domain
setup
confirmed safe mode on
turned safemode off
|
New Problem Retry uploading a photo
WHITE SCREEN
reference
upload problem: white screen
added
Code:
Content visible to verified customers only.
to the pp_inc.php file
retried uploading same image and different image.
Same results white screen
Quote:
Originally Posted by Chuck S It is a result of using GD2 image processor which uses PHP memory since it is a part of PHP. Memory timeouts with larger files are common and plenty of threads here on this.
I prefer Imagemagick since it does not use PHP's memory. This edit on the pp-inc.php file might assist you http://www.photopost.com/forum/showp...29&postcount=2
Also remember you can only upload a file up to your server's PHP max upload filesize |
my only other thought is to attempt to install imagemagick for some reason whenever I try it fails and does not work for me. time to try it and see if I have any luck. I f I do I'll post back.
If you have any other ideas please let me know
Thank you