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 August 26th, 2006, 08:10 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Apr 2002
Posts: 160
Send a message via ICQ to NSXTC Send a message via AIM to NSXTC Send a message via Yahoo to NSXTC
Omegatron... need your expertise in here...

Charlie... long time no speak.. hope all is well...

Upon attempting to install photopost to work with a currently installed VB3 page, i'm having trouble understanding a couple of things. I've noticed that there is a folder called 'forums' within the zip of all the files to be uploaded. I currently have my VB3 installed to a folder called /board/, not /forums/. For the upload process, its putting this /forums/ folder under my /classified/ folder. Later on in step 4, the script is 'guessing' that my forums are installed in /forums/ so I change this to /board/. Im getting an error once I complete step 4 that appears as if the script is looking in the /forums/ folder for a file.. here is the error:

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/sportsni/public_html/classified/forums/vb3.php on line 25


Now, i'm also getting the HUGE error in step 3 when the zipcode db is being configured. I've upped the memory and deleted the zipcode portion of the install, both to no avail. I've even tried deleting everything and starting from scratch a couple times. Same errors. I suppose this /forums/ folder is really throwing me for a loop since my actual forums are installed in /board/...

Whats your professional assessment, amigo?
NSXTC is offline   Reply With Quote
Old August 27th, 2006, 07:16 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,659
the forums folder has nothing to do with your vbulletin install at all it is a folder under our classifieds software which houses all our integration files.

Your line 25 error as to do with either entering incorrect user database info on the first step of install to connect to vbulletin and or on step 4 your mysql table prefix for vb was not entered correctly where asked.

If you get any other error please post.
__________________
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 27th, 2006, 07:50 AM   #3 (permalink)
Member
Verified Customer
 
Join Date: Apr 2002
Posts: 160
Send a message via ICQ to NSXTC Send a message via AIM to NSXTC Send a message via Yahoo to NSXTC
Ok Charlie, I made it through that and was able to load the index.php fine... upon testing ad placement, I am receiving a couple of errors relative to image upload. In the header, I am getting this error:

"Warning: copy(/home/sportsni/public_html/classified/data//2/large/grill3.jpg): failed to open stream: Permission denied in /home/sportsni/public_html/classified/image-inc.php on line 303"

and down around the middle of the page:

"Error creating resized original!

Command:

"/usr/local/bin/mogrify" -quality 70 -geometry 179x250 '/home/sportsni/public_html/classified/data//2/large/grill3.jpg'

Error code: 1"

Keep in mind that i have another site with this script running perfectly on this same server. In fact, you installed it. I've been trying to mirror all the settings from the other site but i'm still getting these errors. I'm kinda curious about that double "//" in the url in the last error. Seems like i've got a syntax messed up somewhere. Any thoughts?
NSXTC is offline   Reply With Quote
Old August 27th, 2006, 12:41 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,659
remove the extra slash off your data path in Admin => Global options
__________________
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 27th, 2006, 06:12 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Apr 2002
Posts: 160
Send a message via ICQ to NSXTC Send a message via AIM to NSXTC Send a message via Yahoo to NSXTC
Ok, i found the extra slash... removed it and now:

Warning: copy(/home/sportsni/public_html/classified/data/2/large/Water_lilies1.jpg): failed to open stream: Permission denied in /home/sportsni/public_html/classified/image-inc.php on line 303

Fatal error: Call to undefined function: imagecreatefromjpeg() in /home/sportsni/public_html/classified/image-inc.php on line 106
NSXTC is offline   Reply With Quote
Old August 27th, 2006, 06:14 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,659
Your selecting gd2 and it looks to me like your server does not have it or is not compiled with jpg support

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 27th, 2006, 06:21 PM   #7 (permalink)
Member
Verified Customer
 
Join Date: Apr 2002
Posts: 160
Send a message via ICQ to NSXTC Send a message via AIM to NSXTC Send a message via Yahoo to NSXTC
Ok i changed that to imagemagick and i'm back at the same error as in post #3, only this time i do not have the double slashes "//" ....
NSXTC is offline   Reply With Quote
Old August 27th, 2006, 06:27 PM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,659
Check all your data directory permissions here EVERY LEVEL of the uploads and data directories must be set to 777
__________________
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 28th, 2006, 08:24 AM   #9 (permalink)
Member
Verified Customer
 
Join Date: Apr 2002
Posts: 160
Send a message via ICQ to NSXTC Send a message via AIM to NSXTC Send a message via Yahoo to NSXTC
Yes sir, they are all 777....
NSXTC is offline   Reply With Quote
Old August 28th, 2006, 08:39 AM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,659
and what is the exact error you get trying to use Imagemagick? You have verified it truly exists where your telling the program it is?
__________________
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 28th, 2006, 06:06 PM   #11 (permalink)
Member
Verified Customer
 
Join Date: Apr 2002
Posts: 160
Send a message via ICQ to NSXTC Send a message via AIM to NSXTC Send a message via Yahoo to NSXTC
Chuck, i'm confused about imagemagick, GD1 and GD2.... i dont know which one my server has... i've tried looking at the settings for the forum that you installed for me on the same server, but I cannot figure out what im looking for.

Could I PM you my admin/login information and see if you can help?
NSXTC is offline   Reply With Quote
Old August 28th, 2006, 07:01 PM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,659
sure when I get a chance I can look at 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 29th, 2006, 06:45 PM   #13 (permalink)
Member
Verified Customer
 
Join Date: Apr 2002
Posts: 160
Send a message via ICQ to NSXTC Send a message via AIM to NSXTC Send a message via Yahoo to NSXTC
Done chuckie... thanks in advance....
NSXTC 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
ATTN: Omegatron nightcrawler Photopost Pro Installation & Upgrades 1 October 12th, 2005 01:45 PM
omegatron chuck need help hunterscentral Photopost Pro Installation & Upgrades 4 April 1st, 2005 04:21 PM
omegatron - can I pay you to transfer my db's? Ginger2 ReviewPost Installation & Upgrades 1 March 21st, 2005 07:44 AM
Big Thanks goes to Omegatron hunterscentral Photopost Pro Installation & Upgrades 5 March 20th, 2005 10:57 PM


All times are GMT -5. The time now is 10:49 AM.

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