PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   Problem Uploading pictures (http://www.photopost.com/forum/photopost-pro-installation-upgrades/126569-problem-uploading-pictures.html)

fishmasters August 12th, 2006 10:08 AM

Problem Uploading pictures
 
Recently we moved our site to a new server. I edited all server paths and stuff... Now when trying to upload pictures to my albums, i get the message below....

--
Unable to move file [/tmp/phpETaP5J] [/var/www/vhosts/fishmasters.com/httpdocs/photopost/uploads/2/b02.jpg]
--

this error messege comes up within photopost. I thought maybe my permissions needed to be changed so i did that, but then i got an error message of the following, and its on a blank white screen.

--
Fatal error: Call to undefined function: imagecreatefromjpeg() in /var/www/vhosts/fishmasters.com/httpdocs/photopost/image-inc.php on line 99
--

Thanks for your help guys.

fishmasters August 14th, 2006 10:36 AM

anyone???

fishmasters August 14th, 2006 11:51 AM

anyone???

Chuck S August 14th, 2006 02:14 PM

Fatal error: Call to undefined function: imagecreatefromjpeg() in /var/www/vhosts/fishmasters.com/httpdocs/photopost/image-inc.php on line 99

Your new server does not have GD2 installed either compile PHP with GD2 support or find out if mogrify is installed or install it and select ImageMagick as the processor and yes if you move servers you need to change all the paths to the new ones and reset directory and file permissions accordingly

fishmasters August 15th, 2006 08:49 AM

Quote:

Originally Posted by Chuck S (Post 1168302)
Fatal error: Call to undefined function: imagecreatefromjpeg() in /var/www/vhosts/fishmasters.com/httpdocs/photopost/image-inc.php on line 99

Your new server does not have GD2 installed either compile PHP with GD2 support or find out if mogrify is installed or install it and select ImageMagick as the processor and yes if you move servers you need to change all the paths to the new ones and reset directory and file permissions accordingly

will all the old thumbs display even though they were created using GD2 on the old server we had?

Chuck S August 15th, 2006 09:26 AM

that would not matter. The processor is not called until a new image is uploaded and with the error you get your new server does not have GD2 and your trying to use it.

fishmasters August 15th, 2006 12:12 PM

put the mogrify path in, but i am now getting a new error.


Error creating thumbnail! Error code: 1

Command:

"/usr/local/bin/mogrify" +profile "*" -size 53x100 -quality 70 -geometry 53x100 -unsharp 10 '/var/www/vhosts/fishmasters.com/httpdocs/photopost/data/508/thumbs/denim.jpg'

Chuck S August 15th, 2006 12:54 PM

well error code 1 is a permissions error. Double check your data directory at EVERY LEVEL is 777

You can also if thats set right try removing this twice from image-inc.php incase you have an old imagemagick installed on the server that may not know what profile is

Code:

Content visible to verified customers only.

fishmasters August 15th, 2006 03:37 PM

Quote:

Originally Posted by Chuck S (Post 1168438)
well error code 1 is a permissions error. Double check your data directory at EVERY LEVEL is 777

You can also if thats set right try removing this twice from image-inc.php incase you have an old imagemagick installed on the server that may not know what profile is

Code:

Content visible to verified customers only.

All permissions on the data folder and subfolders are 777.... we have the newest version of image magic, but still i removed what you told me to

Its a Debian operating syatem.... does image majic need to have anything special on it? we have the latest version set at default settings.

we are still getting:

Error creating thumbnail! Error code: 1

Command:

"/usr/local/bin/mogrify" -size 53x100 -quality 70 -geometry 53x100 -unsharp 10 '/var/www/vhosts/fishmasters.com/httpdocs/photopost/data/508/thumbs/denim.jpg'

Chuck S August 15th, 2006 04:30 PM

Thats a permissions issue almost like you do not have permission to access it

fishmasters August 16th, 2006 10:19 AM

ok... got that problem... now i get this....

Error creating watermarked original! Error code: 1

Command: "/usr/bin/composite" -compose over -gravity SouthEast '/var/www/vhosts/fishmasters.com/httpdocs/photopost/data/516/denim.jpg' '/var/www/vhosts/fishmasters.com/httpdocs/photopost/data/516/denim.jpg'

Chuck S August 16th, 2006 10:23 AM

So uploads work with no watermark being done now? If your trying to do a watermark you need to ensure your placing the proper server path to the watermark where asked in admin but lets first make sure uploads are indeed working before compounding the issue.

fishmasters August 16th, 2006 10:33 AM

Quote:

Originally Posted by Chuck S (Post 1168574)
So uploads work with no watermark being done now? If your trying to do a watermark you need to ensure your placing the proper server path to the watermark where asked in admin but lets first make sure uploads are indeed working before compounding the issue.


man do i feel like a jerk.... that worked! I had watermark turned on, but no watermark uploaded to my server.... thanks for the help!


All times are GMT -5. The time now is 11:37 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97