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 March 31st, 2006, 02:58 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Mar 2006
Posts: 67
Another installation problem

When I install photopost i get this error in my header
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /full_path_to_dir/classifieds/forums/vb3.php on line 25
nasko is offline   Reply With Quote
Old March 31st, 2006, 03:12 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,806
On install you either have incorrectly specified the vb3 database info or on the next to last step of install you did not enter your vb3 mysql table prefix.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old March 31st, 2006, 04:56 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Mar 2006
Posts: 67
10x! It works for me, but still have one error. When i try to upload big size image i get this error:
Error creating resized original! Error code: 1
nasko is offline   Reply With Quote
Old March 31st, 2006, 06:07 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,806
Check your permissions on the data and uploads directories and make sure at every level they are 777
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old April 1st, 2006, 12:59 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Mar 2006
Posts: 67
When i upload small images it works, but it does not work for big images. I have set correctly the path to mogrify.
nasko is offline   Reply With Quote
Old April 1st, 2006, 02:38 PM   #6 (permalink)
Senior Member
Verified Customer
 
Join Date: Mar 2006
Location: Yorkshire
Posts: 618
has your server got an upload limit normaly 2mb you may be hitting that...
Sybaris is offline   Reply With Quote
Old April 1st, 2006, 03:03 PM   #7 (permalink)
Registered User
 
Join Date: Mar 2006
Posts: 2
Quote:
Originally Posted by nasko
10x! It works for me, but still have one error. When i try to upload big size image i get this error:
Error creating resized original! Error code: 1
I'm getting the same problems, although with all files. Mogrify is correct. I'm using ImageMagik, and I've verified that it is installed on my VPS. I've modified permissions for data and uploads (subfolders included) to 777. The one thing that I noticed, is that after I upload a file, all subfolders under data and uploads get changed to 0. Could this be causing the problems. I am new to photopost, so I'm still learning . Here's the error I'm getting.

Error creating thumbnail! Error code: 1

Command:

"/usr/bin/convert" +profile "*" -size 71x100 -quality 70 -geometry 71x100 -unsharp 10 '/home/rexb2/public_html/forum/photopost/data/500/thumbs/clover.jpg'
todd1 is offline   Reply With Quote
Old April 1st, 2006, 03:34 PM   #8 (permalink)
Member
Verified Customer
 
Join Date: Mar 2006
Posts: 67
Quote:
Originally Posted by Sybaris
has your server got an upload limit normaly 2mb you may be hitting that...
I don`t have any limits.
The picture I upload is 600KB and 1024x768 px.
nasko is offline   Reply With Quote
Old April 1st, 2006, 06:38 PM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,806
You do not use convert you use mogrify

/usr/bin/mogrify
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old April 1st, 2006, 07:07 PM   #10 (permalink)
Registered User
 
Join Date: Mar 2006
Posts: 2
Quote:
Originally Posted by Chuck S
You do not use convert you use mogrify

/usr/bin/mogrify
Thank you. That worked for me .
todd1 is offline   Reply With Quote
Old April 2nd, 2006, 05:30 PM   #11 (permalink)
Member
Verified Customer
 
Join Date: Mar 2006
Posts: 67
Now i have another problem. I change the path to /usr/bin/mogrify but now i get this error:

Warning: unlink(/full/path/to/classifieds/data/2/thumbs/Fish.jpg): No such file or directory in /full/path/to/classifieds/image-inc.php on line 331
nasko is offline   Reply With Quote
Old April 2nd, 2006, 06:16 PM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,806
Did you set permissions accordingly on the data directories at every level?

Does the file upload no issue with gd2?
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old April 3rd, 2006, 10:49 AM   #13 (permalink)
Member
Verified Customer
 
Join Date: Mar 2006
Posts: 67
Quote:
Originally Posted by Chuck S
Did you set permissions accordingly on the data directories at every level?
Yes, I set the permissions like it says in the install instructions.

Quote:
Originally Posted by Chuck S
Does the file upload no issue with gd2?
I don`t understand what you mean ?
nasko is offline   Reply With Quote
Old April 3rd, 2006, 11:24 AM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,806
If you set your processor to GD2 do you have the issue?

Does the data/2/thumbs directory exist?
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old April 5th, 2006, 05:44 PM   #15 (permalink)
Member
Verified Customer
 
Join Date: Mar 2006
Posts: 67
Quote:
Originally Posted by Chuck S
If you set your processor to GD2 do you have the issue?
How to check this?

Quote:
Originally Posted by Chuck S
Does the data/2/thumbs directory exist?
Yes, it does.
nasko is offline   Reply With Quote
Old April 5th, 2006, 05:46 PM   #16 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,806
In Admin => Global Options you can select which image processor to use. As stated do you have the same issue if you switch to GD2 from Imagemagick
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old April 5th, 2006, 06:05 PM   #17 (permalink)
Member
Verified Customer
 
Join Date: Mar 2006
Posts: 67
I switch to GD2 and it work now! Thank you!
nasko 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
New Installation Problem Phrost2 Photopost Pro Installation & Upgrades 6 June 23rd, 2006 09:35 PM
Problem during installation Big_Ad Photopost Pro Installation & Upgrades 3 December 21st, 2005 10:13 AM
Installation Problem taffy056 Photopost Pro Installation & Upgrades 3 August 4th, 2005 05:59 PM
installation problem sanddancer Classifieds Installation & Upgrades 27 May 18th, 2005 11:58 AM
Installation problem asample Photopost Pro Installation & Upgrades 10 August 11th, 2004 04:29 AM


All times are GMT -5. The time now is 03:50 PM.

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