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 November 19th, 2005, 12:22 PM   #21 (permalink)
Member
Verified Customer
 
Join Date: Nov 2004
Location: Mass.
Posts: 41
Thanx for your help but I have followed the instructions from the link you gave me for several hours. How can a link that was dated November of 2004 possibly be of help? I follow those instructions and you continue to tell me "your definately using the old hack again". I don't get it and I guess thats why I have spent lots of money to have PP installed/upgraded and this particular hack installed once before. I think I am going to seek an alternative to PP, something thats more my speed. I have been able to upgrade vBadvanced & vBulletin without a hitch on several occasins yet the featured photos for PP has stressed me beyond belief. I like PP allot but I think something more simple would be my speed. I hate the fact that whenever I upgrade vBulletin I have to set aside several hours to stress out with PP. Thanx for trying to help Chuck I know you wanted me to figure this out on my own, but I give up.
cheechfxsti is offline   Reply With Quote
Old November 19th, 2005, 12:28 PM   #22 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
You can email your login info to the server and I can take a look but the directions posted are indeed correct. Be like 5 mins and your fixed up.

The issue here is look at what file your including in your forum. The files it is looking for simply do not exist cause the file your including is looking for the old file type. Since Photopost 5.0 came out the thumbs have been in there own directory. We do not save files like this for the past 11 months somefile-thumb.jpg. Instead they are /thumbs/somefile.jpg.

Looking at the file you have included in your forum you will see it is looking for that file.

I would suspect indeed here your uploading old files from the old hack of vb integration to your install and trying to inc_photopost.php instead if inc_features.php
__________________
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 November 19th, 2005, 01:16 PM   #23 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
Here is your issue as I see it

1. You where trying to include the old hack inc_photopost.php in your vbulletin index file it is the only thing that explains your symptoms displayed in this post which is what I was saying all along

2. Your inc_features.php file which is the correct file if you where playing with that one couple issues there. You did not have the mysql_select_db uncommented like the instructed state since your vb is in a different database than the gallery.
__________________
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 November 19th, 2005, 01:24 PM   #24 (permalink)
Member
Verified Customer
 
Join Date: Nov 2004
Location: Mass.
Posts: 41
Okay thank you again. I can see from looking at it now what I was doing wrong. I did try the inc_features.php but I would never have guessed this path. ('../gallery/inc_features.php'). And correct I did not have the mysql_select_db uncommented. Hopefully I will learn from looking at this. Thanx again!
cheechfxsti is offline   Reply With Quote
Old December 1st, 2005, 01:17 PM   #25 (permalink)
Junior Member
Verified Customer
 
Join Date: Nov 2005
Posts: 13
Quote:
Originally Posted by Chuck S
It is not that hard really

Here is the instructions give them a read over

PhotoPost Enhanced vB3 Index Integration

Chuck, does this work for the current PhotoPost Pro and vBulletin? I followed the steps and change include ('./photopost/inc_features.php');
to include('./gallery/inc_features.php'); in both lines since that is where you set it to but when I go to index.php for vBulletin it just churns.
danny49 is offline   Reply With Quote
Old December 1st, 2005, 01:22 PM   #26 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
Those are the instructions yet with VB 3.5 just go to admin and add a new plugin. Choose forumhome complete and type the include statement and make the plugin active and then do the forumhome template edit. No need to edit index.php with the plugin system
__________________
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 February 12th, 2006, 10:16 AM   #27 (permalink)
Registered User
 
Join Date: Feb 2006
Posts: 5
I keep getting this error:

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/crownieh/public_html/gallery/inc_features.php on line 54

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/crownieh/public_html/gallery/inc_features.php on line 119

I have been going over this for 2 days and still can't figure it out. Should I be looking in inc_features.php to correct the problem?
CrownieHQ.com is offline   Reply With Quote
Old February 12th, 2006, 10:39 AM   #28 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
As posted above here are the instructions.

PhotoPost Enhanced vB3 Index Integration

If your photopost and forum are in separate databases follow the paragraph IN BOLD

Make sure your Admin => Edit Integration settings has your correct photopost database 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 offline   Reply With Quote
Old February 12th, 2006, 12:48 PM   #29 (permalink)
Registered User
 
Join Date: Feb 2006
Posts: 5
Okay heres what I got. I did like you suggested and followed the paragraph in bold. Because I have the forum & gallery in 2 different databases I "scrolled to the bottom of the script and uncomment the mysql_select_db() command (on line 26) and insert your vB database name and uncomment the mysql_select_db on line 310 and add your vB3 database in quotes". Heres what I have:

Code:
Content visible to verified customers only.
and at the bottom

Code:
Content visible to verified customers only.
The vB index.php file

Code:
Content visible to verified customers only.
Forumhome template

Code:
Content visible to verified customers only.
Code:
Content visible to verified customers only.
And I doublechecked the photopost database table prefix which was

Code:
Content visible to verified customers only.
I have been over it again & again and I am sure I followed the instructions correctly. is there something I am still missing?
CrownieHQ.com is offline   Reply With Quote
Old February 12th, 2006, 01:31 PM   #30 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
How about uncommenting the $link statement and filling in those variables
__________________
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 February 13th, 2006, 04:59 PM   #31 (permalink)
Registered User
 
Join Date: Feb 2006
Posts: 5
Awesome thank you that worked. Now the errors are gone and the box that read "featured photos" is there but "no" pics. I can't see how I missed anything.
CrownieHQ.com is offline   Reply With Quote
Old February 13th, 2006, 06:04 PM   #32 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
Well this box only shows photos from categories not the members gallery just in case you have only photos in the members gallery
__________________
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 February 13th, 2006, 06:46 PM   #33 (permalink)
Registered User
 
Join Date: Feb 2006
Posts: 5
Okay I created a new category & it worked great thank you. But if ya can answer this for me it would be great. I "already" had a category named members galleries as in my other forum and thats where the pictures were uploaded too. How come its different now and I had to create a new category? Is there a way to move the pics into a new category if thats what I have to do? Thanx for all your help.
CrownieHQ.com is offline   Reply With Quote
Old February 13th, 2006, 07:08 PM   #34 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
It does not show those pictures in members gallery as I stated above. This is just how the developer coded 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 February 13th, 2006, 07:11 PM   #35 (permalink)
Registered User
 
Join Date: Feb 2006
Posts: 5
Okay I got it figured out I think. Again thanx for all your help!!!
CrownieHQ.com 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
change location of Newest x Images and Random Images on the main gallery page imported_rrr How Do I? - vBulletin 3.0.X 6 February 12th, 2006 07:54 AM
How to show random ads on forumhome? Kafi Classifieds How do I...? 3 October 20th, 2005 08:31 AM
Link location errors and images on forumhome Deviant++ Installs and Upgrade - vBulletin 3.0.X 8 March 2nd, 2005 12:34 PM


All times are GMT -5. The time now is 01:40 AM.

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