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 Classifieds Support > Classifieds Installation & Upgrades

Classifieds Installation & Upgrades If you're having install or upgrade problems, post here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old June 17th, 2004, 09:24 AM   #1 (permalink)
Member
Verified Customer
 
Join Date: Sep 2002
Location: Honolulu, HI
Posts: 130
Send a message via ICQ to aquariumpros Send a message via AIM to aquariumpros Send a message via MSN to aquariumpros Send a message via Yahoo to aquariumpros Send a message via Skype™ to aquariumpros
Upgrade Issues

Never mind...fixed one variable and it's working now.

Sorry for the useless post.

Last edited by aquariumpros; June 17th, 2004 at 09:28 AM.
aquariumpros is offline   Reply With Quote
Old June 17th, 2004, 09:39 AM   #2 (permalink)
PhotoPost Developer
Verified Customer
 
Join Date: Jan 2002
Posts: 11,834
No problem.
__________________
Please do not PM me for support or sales questions. Thank you for your understanding.
Michael P is offline   Reply With Quote
Old June 17th, 2004, 09:49 AM   #3 (permalink)
Member
Verified Customer
 
Join Date: Sep 2002
Location: Honolulu, HI
Posts: 130
Send a message via ICQ to aquariumpros Send a message via AIM to aquariumpros Send a message via MSN to aquariumpros Send a message via Yahoo to aquariumpros Send a message via Skype™ to aquariumpros
ok... Now I really do have an issue.

When I try to upload an image...

Quote:
Warning: getimagesize(h): failed to open stream: No such file or directory in /home/aquarium/public_html/photopost/image-inc.php on line 170

Warning: copy(h): failed to open stream: No such file or directory in /home/aquarium/public_html/photopost/image-inc.php on line 205

Warning: imagealphablending(): supplied argument is not a valid Image resource in /home/aquarium/public_html/photopost/image-inc.php on line 143

Warning: imagecopy(): supplied argument is not a valid Image resource in /home/aquarium/public_html/photopost/image-inc.php on line 149

Warning: imagejpeg(): supplied argument is not a valid Image resource in /home/aquarium/public_html/photopost/image-inc.php on line 150

Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/aquarium/public_html/photopost/image-inc.php on line 152

Warning: fread(): supplied argument is not a valid stream resource in /home/aquarium/public_html/photopost/image-inc.php on line 543
Why am I getting these errors...and how can I fix it. I'm getting the same error if it's a jpg or gif - no matter.

TIA,
aquariumpros is offline   Reply With Quote
Old June 17th, 2004, 10:02 AM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
On-the-fly watermarks only work with jpg's.

If you plan to use this feature, I would remove .gif from your acceptable file types in the admin panel.
__________________
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 June 17th, 2004, 10:09 AM   #5 (permalink)
Member
Verified Customer
 
Join Date: Sep 2002
Location: Honolulu, HI
Posts: 130
Send a message via ICQ to aquariumpros Send a message via AIM to aquariumpros Send a message via MSN to aquariumpros Send a message via Yahoo to aquariumpros Send a message via Skype™ to aquariumpros
Quote:
Originally Posted by omegatron
On-the-fly watermarks only work with jpg's.

If you plan to use this feature, I would remove .gif from your acceptable file types in the admin panel.
I removed the .gif from the admin panel...and I still get these errors when working with .jpg files:
At the top of the page=
Quote:
Warning: getimagesize(h): failed to open stream: No such file or directory in /home/aquarium/public_html/photopost/image-inc.php on line 170

Warning: copy(h): failed to open stream: No such file or directory in /home/aquarium/public_html/photopost/image-inc.php on line 205

Warning: getimagesize(/home/aquarium/public_html/pp-classifieds/data/1/1Iwasaki_comparison.jpg): failed to open stream: No such file or directory in /home/aquarium/public_html/photopost/image-inc.php on line 343
Within the Message Block:
Quote:
Problem running JPEGTRAN:

"/usr/bin/jpegtran" -copy none /home/aquarium/public_html/pp-classifieds/data/1/1Iwasaki_comparison.jpg

Error Code: 1
aquariumpros is offline   Reply With Quote
Old June 17th, 2004, 10:22 AM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
remove jpegtran from the config as its not finding 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 June 17th, 2004, 10:25 AM   #7 (permalink)
Member
Verified Customer
 
Join Date: Sep 2002
Location: Honolulu, HI
Posts: 130
Send a message via ICQ to aquariumpros Send a message via AIM to aquariumpros Send a message via MSN to aquariumpros Send a message via Yahoo to aquariumpros Send a message via Skype™ to aquariumpros
Quote:
Originally Posted by omegatron
remove jpegtran from the config as its not finding it.
I have checked on my server...and it's in the correct location. I have also rem'd the jpegtran line...and it still shows errors.

I just tried to place an ad without an image...and am getting this error:

Quote:
MySQL error reported!

Script: uploadproduct

Query: INSERT INTO pp_photos (id,user,userid,cat,date,title,description,keywords,bigimage,width,height,filesize,medwidth,medheight,medsize,approved,lastpost,watermarked,allowprint,extra1,extra2,extra3,extra4,extra5,extra6) values(NULL,'ajx22', , 1, 1087485804, 'TESTING', 'Testing', 'Testing', '', 0, 0, , 0, 0, 0, 1, 1087485804, '','','','','','','','')

Result: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ' 1, 1087485804, 'TESTING', 'Testing', 'Testing', '', 0, 0, ,

Database handle: Resource id #97



If I rem out the jpegtran line...I get this when I try to upload:

At the TOP of the page=
Quote:
Warning: getimagesize(h): failed to open stream: No such file or directory in /home/aquarium/public_html/photopost/image-inc.php on line 170

Warning: copy(h): failed to open stream: No such file or directory in /home/aquarium/public_html/photopost/image-inc.php on line 205

Warning: imagealphablending(): supplied argument is not a valid Image resource in /home/aquarium/public_html/photopost/image-inc.php on line 143

Warning: imagecopy(): supplied argument is not a valid Image resource in /home/aquarium/public_html/photopost/image-inc.php on line 149

Warning: imagejpeg(): supplied argument is not a valid Image resource in /home/aquarium/public_html/photopost/image-inc.php on line 150

Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/aquarium/public_html/photopost/image-inc.php on line 152

Warning: fread(): supplied argument is not a valid stream resource in /home/aquarium/public_html/photopost/image-inc.php on line 543
Within the Messages block=
Quote:
Unable to read the format of file:

Last edited by aquariumpros; June 17th, 2004 at 10:31 AM.
aquariumpros is offline   Reply With Quote
Old June 17th, 2004, 10:46 AM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
What you tried another file? Also make sure the file if it was a gif is removed from the uploads directory
__________________
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 June 17th, 2004, 10:52 AM   #9 (permalink)
Member
Verified Customer
 
Join Date: Sep 2002
Location: Honolulu, HI
Posts: 130
Send a message via ICQ to aquariumpros Send a message via AIM to aquariumpros Send a message via MSN to aquariumpros Send a message via Yahoo to aquariumpros Send a message via Skype™ to aquariumpros
Quote:
Originally Posted by omegatron
What you tried another file? Also make sure the file if it was a gif is removed from the uploads directory
Just checked - there are no .gif files in the upload directory.
aquariumpros is offline   Reply With Quote
Old June 17th, 2004, 10:54 AM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
Okay how about the jpg that was giving you problems? the corrupt one.
__________________
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 June 17th, 2004, 10:56 AM   #11 (permalink)
Member
Verified Customer
 
Join Date: Sep 2002
Location: Honolulu, HI
Posts: 130
Send a message via ICQ to aquariumpros Send a message via AIM to aquariumpros Send a message via MSN to aquariumpros Send a message via Yahoo to aquariumpros Send a message via Skype™ to aquariumpros
There are NO files in the upload directory.

Also...the image that I was uploading is 100% fine and opens perfectly with any of my PC-based programs.
aquariumpros is offline   Reply With Quote
Old June 17th, 2004, 11:10 AM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
You can PM me a url and account to check things out with
__________________
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 June 17th, 2004, 04:26 PM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
Your host just upgraded your php build TODAY and broke your GD version it looks like. Contact them and have them rebuild. There could be a problem with the new build.
__________________
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 June 17th, 2004, 04:40 PM   #14 (permalink)
Member
Verified Customer
 
Join Date: Sep 2002
Location: Honolulu, HI
Posts: 130
Send a message via ICQ to aquariumpros Send a message via AIM to aquariumpros Send a message via MSN to aquariumpros Send a message via Yahoo to aquariumpros Send a message via Skype™ to aquariumpros
"I" upgraded it today in the hopes that it would correct the issues I was having. These issues were here BEFORE I initiated the upgrade - and STILL there since (errors haven't changed).
aquariumpros is offline   Reply With Quote
Old June 17th, 2004, 08:10 PM   #15 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
Let me ask you this. If you have the ability to configure your own software how about doing an install of imagemagick so you can truly see whats up. You can then try using GD and then switch to mogrify and test

Everything points to a problem with your processor and permissions.

Warning: getimagesize(h): failed to open stream: No such file or directory in /home/aquarium/public_html/photopost/image-inc.php on line 170

Warning: copy(h): failed to open stream: No such file or directory in /home/aquarium/public_html/photopost/image-inc.php on line 205

Warning: fread(): supplied argument is not a valid stream resource in /home/aquarium/public_html/photopost/image-inc.php on line 543

Unable to read the format of file:
__________________
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 June 17th, 2004, 08:58 PM   #16 (permalink)
Member
Verified Customer
 
Join Date: Sep 2002
Location: Honolulu, HI
Posts: 130
Send a message via ICQ to aquariumpros Send a message via AIM to aquariumpros Send a message via MSN to aquariumpros Send a message via Yahoo to aquariumpros Send a message via Skype™ to aquariumpros
Quote:
Originally Posted by omegatron
Let me ask you this. If you have the ability to configure your own software how about doing an install of imagemagick so you can truly see whats up. You can then try using GD and then switch to mogrify and test

Everything points to a problem with your processor and permissions.

Warning: getimagesize(h): failed to open stream: No such file or directory in /home/aquarium/public_html/photopost/image-inc.php on line 170

Warning: copy(h): failed to open stream: No such file or directory in /home/aquarium/public_html/photopost/image-inc.php on line 205

Warning: fread(): supplied argument is not a valid stream resource in /home/aquarium/public_html/photopost/image-inc.php on line 543

Unable to read the format of file:


I have a VPS account due to cost and space/traffic needs...however I am not well versed with webservers/etc...so I am trying to make this as painless as I can.

My question lies with why would the upgrade to v1.8 from v1.1 cause these issues then?
aquariumpros is offline   Reply With Quote
Old June 17th, 2004, 09:56 PM   #17 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
The errors you are getting are do to the processor. Your telling me permissions are fine.

I have 1.8 installed right here and works fine

http://www.omegatron.net/classifieds...php?product=24

Okay well VPS works why not follow our directions to install ImageMagick in a non-root install and try switching to ImageMagick to see if that helps you.

http://www.photopost.com/magicknoroot-php.html
__________________
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 June 17th, 2004, 11:59 PM   #18 (permalink)
Member
Verified Customer
 
Join Date: Sep 2002
Location: Honolulu, HI
Posts: 130
Send a message via ICQ to aquariumpros Send a message via AIM to aquariumpros Send a message via MSN to aquariumpros Send a message via Yahoo to aquariumpros Send a message via Skype™ to aquariumpros
Quote:
Originally Posted by omegatron
The errors you are getting are do to the processor. Your telling me permissions are fine.

I have 1.8 installed right here and works fine

http://www.omegatron.net/classifieds...php?product=24

Okay well VPS works why not follow our directions to install ImageMagick in a non-root install and try switching to ImageMagick to see if that helps you.

http://www.photopost.com/magicknoroot-php.html
To be completely honest - I'm not even sure how to install it....



If you can direct me - I'm more then willing to do so...
aquariumpros is offline   Reply With Quote
Old June 18th, 2004, 07:47 AM   #19 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
Well you just recompiled PHP right? at least you told me you did. If you knew how to install PHP I assume you could install Imagemagick

I linked the instructions to install imagemagick on the post above.
__________________
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 June 18th, 2004, 09:05 AM   #20 (permalink)
Member
Verified Customer
 
Join Date: Sep 2002
Location: Honolulu, HI
Posts: 130
Send a message via ICQ to aquariumpros Send a message via AIM to aquariumpros Send a message via MSN to aquariumpros Send a message via Yahoo to aquariumpros Send a message via Skype™ to aquariumpros
Quote:
Originally Posted by omegatron
Well you just recompiled PHP right? at least you told me you did. If you knew how to install PHP I assume you could install Imagemagick

I linked the instructions to install imagemagick on the post above.
ok - installed as per instructions. All went fine.

Changed the config-inc.php file to use ImageMagick opposed to GD -

Tried to upload once again... Get the following errors @ top:

Quote:
Warning: getimagesize(h): failed to open stream: No such file or directory in /home/aquarium/public_html/photopost/image-inc.php on line 170

Warning: copy(h): failed to open stream: No such file or directory in /home/aquarium/public_html/photopost/image-inc.php on line 205

Warning: fread(): supplied argument is not a valid stream resource in /home/aquarium/public_html/photopost/image-inc.php on line 543
What am I supposed to do now?

(sorry for all the questions)

Last edited by aquariumpros; June 18th, 2004 at 09:16 AM.
aquariumpros 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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Upgrade Issues IJO Photopost Pro Installation & Upgrades 3 September 12th, 2005 09:13 AM
4.85 Upgrade issues clubplanet Photopost Pro Installation & Upgrades 1 September 8th, 2005 03:29 PM
upgrade issues sifuhall ReviewPost Installation & Upgrades 5 September 5th, 2005 12:01 PM
Upgrade issues (2.4) Mikan Classifieds Installation & Upgrades 1 July 9th, 2005 08:22 PM
photopost 4.0.1/5.02 upgrade issues crankshaft Photopost Pro Installation & Upgrades 4 March 22nd, 2005 05:32 PM


All times are GMT -5. The time now is 08:46 PM.

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