 | |  | | | Photopost Pro Installation & Upgrades If you're having install or upgrade problems |
June 24th, 2007, 03:04 PM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Nov 2006
Posts: 39
| VB & PP one login and postcount
Hi,
I've had PP for a while and just bought & installed VB. I am pretty sure I did the intergration of the two since it broght some of my threads from the gallery over to the forum, but I still can't seem to figure out how to get the post count and logins to be the same for both. Can someone tell me where I went wrong or how to get the two together as one. Many thanks. |
| |
June 24th, 2007, 04:14 PM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,806
|
Well integrating Photopost with vb usually requires the forum to be installed first.
There are several things you want to read on switching integrations
First you need to get the photopost users into your vb user database
You can use the vb impex script for that from vb or this script Want to go from standalone to Vbulletin in Photopost?
You will then have to read and implement the many threads around here on SWITCH INTEGRATION
Here is a post where I lay it all out http://www.photopost.com/forum/showp...89&postcount=2 |
| |
June 24th, 2007, 06:48 PM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Nov 2006
Posts: 39
|
Thank so much Chuck!!
I have the forum up and running and was succesful intergrating that with my phpbb forum I had previously. I also did try intergrating VB and PP last night but just didn't seem to take totally. The users are all there although it says they registered in 69' rofl but the forum and gallery still arent working with the one login and post count.
Okay so where I'm at now. I went and thought I set everything in the tables db and config file to what they should be but apparently I have messed something up cause now I am getting an error to my gallery site.
This is what I get - Quote:
Warning: main(/home/name/public_html/gallery/forums/.php) [function.main]: failed to open stream: No such file or directory in /home/name/public_html/gallery/pp-inc.php on line 4800
Warning: main(/home/name/public_html/gallery/forums/.php) [function.main]: failed to open stream: No such file or directory in /home/name/public_html/gallery/pp-inc.php on line 4800
Fatal error: main() [function.require]: Failed opening required '/home/name/public_html/gallery/forums/.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/name/public_html/gallery/pp-inc.php on line 4800
|
Last edited by LoriW; June 26th, 2007 at 12:43 AM.
|
| |
June 24th, 2007, 07:09 PM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,806
|
You did not specify the correct forum integration in setting 41 of the settings table you just blanked it out
|
| |
June 24th, 2007, 07:26 PM
|
#5 (permalink)
| | Member Verified Customer
Join Date: Nov 2006
Posts: 39
|
Humm..I guess I'm not sure what I put there then. Right now I have it as this -
id - 41
title - User Registration System
varname - vb3.6.7
description - "is blank"
setting - photopost
option order - 2
section - 13
Should there be something in the descrition?
Many thanks again Chuck. I really appreciate you help. |
| |
June 24th, 2007, 08:18 PM
|
#6 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,806
|
Your error tells me your setting is blank not description
The setting should be vb3 not photopost if your trying to integrate the two
You need to do as instructed in my initial post step by step
|
| |
June 24th, 2007, 10:07 PM
|
#7 (permalink)
| | Member Verified Customer
Join Date: Nov 2006
Posts: 39
|
EDIT: Started over.
Last edited by LoriW; June 26th, 2007 at 12:41 AM.
|
| |
June 24th, 2007, 10:22 PM
|
#8 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,806
|
id - 172
title - Forum Cookie Prefix
varname - bb
description - vB3.6.7
setting - vb3
id - 173
title - PhotoPost Cookie Domain
varname - domain_path
description - .mydomain.com
setting - .mydomain.com
Those dont look right you need to put the right domain and cookie prefix in those
You need to give explicit examples because I cant tell you whats wrong since we cant see it and the concept of what error or issues your left with are not clear.
|
| |
June 24th, 2007, 10:56 PM
|
#9 (permalink)
| | Member Verified Customer
Join Date: Nov 2006
Posts: 39
|
Hi Chuck sorry about that. the mydomain in 173 does state .loriwileydesigns on both those last two lines.
But this is exactly how I have them set other than that. What should those lines look like?
Thanks.
Also here is the link to my gallery with the error http://www.loriwileydesigns.com//gallery/ |
| |
June 25th, 2007, 11:51 AM
|
#10 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,806
|
Have you updated your config file for photopost with the right database info?
Also your error is how I stated above. You have the setting in setting 41 of your settings table in photopost set to blank and not vb3
|
| |
June 26th, 2007, 12:40 AM
|
#11 (permalink)
| | Member Verified Customer
Join Date: Nov 2006
Posts: 39
|
Hi Chuck,
I decided to do a restore of my backup to the gallery and started over fresh with everything. I am now getting a new error. Code: Content visible to verified customers only.
Here are my config settings - Code: Content visible to verified customers only.
Also here is what I did for the lines 41,83, 171-173
line 41 - added to both description and setting set to vb3
line 83 - added to both descrip and setting bb
line 171 - added to setting /
line 172 added to setting bb
line 173 added to setting .loriwileydesigns.com
Last edited by LoriW; June 26th, 2007 at 01:14 AM.
|
| |
June 27th, 2007, 06:07 AM
|
#12 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,806
|
The error your posting tells me one of two things
Your database info under USER DATABASE in your photopost config-inc.php file is not set to your vb database
OR
Your vbulletin mysql table prefix is incorrect in setting 83 of the settings table
|
| |
June 28th, 2007, 05:06 PM
|
#13 (permalink)
| | Member Verified Customer
Join Date: Nov 2006
Posts: 39
|
Hi Chuck,
New problem. What I had to do was go and make a table prefix for my forum. Doing that worked.
So now I have a new problem in the import area. I am assuming it has to do with my config file but I cannot for the life of me figure out why. When it asks for $database_bb= I assume I put my dbname_forum? Then for $user_bb= & $password_bb= I assume that, that is asking for my dbuser_forum and password, correct?
Anyway this is the error I am getting. Code: Content visible to verified customers only.
Last edited by LoriW; June 28th, 2007 at 06:57 PM.
|
| |
June 29th, 2007, 11:08 PM
|
#14 (permalink)
| | Member Verified Customer
Join Date: Nov 2006
Posts: 39
|
Hi Chuck,
I just wanted to let you know I got my error fixed through my hosting co. they had to repair my database.
Thanks for all your help even while you was on vacation. Hope you have a great time!! |
| |
June 30th, 2007, 06:33 PM
|
#15 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,806
|
Thanks you have a great time also
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 02:49 PM. | |