PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro Installation & Upgrades

Photopost Pro Installation & Upgrades If you're having install or upgrade problems

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old August 12th, 2006, 10:08 AM   #1 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 35
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.

Last edited by fishmasters; August 12th, 2006 at 10:33 AM.
fishmasters is offline   Reply With Quote
Old August 14th, 2006, 10:36 AM   #2 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 35
anyone???
fishmasters is offline   Reply With Quote
Old August 14th, 2006, 11:51 AM   #3 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 35
anyone???
fishmasters is offline   Reply With Quote
Old August 14th, 2006, 02:14 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,691
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
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old August 15th, 2006, 08:49 AM   #5 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 35
Quote:
Originally Posted by Chuck S View Post
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?
fishmasters is offline   Reply With Quote
Old August 15th, 2006, 09:26 AM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,691
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.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old August 15th, 2006, 12:12 PM   #7 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 35
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'
fishmasters is offline   Reply With Quote
Old August 15th, 2006, 12:54 PM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,691
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.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old August 15th, 2006, 03:37 PM   #9 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 35
Quote:
Originally Posted by Chuck S View Post
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'

Last edited by fishmasters; August 15th, 2006 at 03:45 PM.
fishmasters is offline   Reply With Quote
Old August 15th, 2006, 04:30 PM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,691
Thats a permissions issue almost like you do not have permission to access it
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old August 16th, 2006, 10:19 AM   #11 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 35
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'
fishmasters is offline   Reply With Quote
Old August 16th, 2006, 10:23 AM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,691
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.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old August 16th, 2006, 10:33 AM   #13 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 35
Quote:
Originally Posted by Chuck S View Post
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!
fishmasters is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem uploading pictures... da420 Installs and Upgrade - vBulletin 3.5.X 6 June 1st, 2006 11:36 AM
Problem uploading pictures... rrokdoka Installs and Upgrade - vBulletin 3.5.X 1 October 30th, 2005 01:31 PM
I get this error when uploading pictures FishFinger Photopost Pro Installation & Upgrades 4 September 12th, 2005 07:44 AM
uploading pictures problem(NOT A BUG) Gliderstyle Classifieds Bug Reports 6 July 8th, 2005 08:49 AM
Another problem with members uploading pictures Shon Installs and Upgrade - vBulletin 3.0.X 7 March 15th, 2005 11:59 AM


All times are GMT -5. The time now is 09:50 AM.

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