View Single Post
Old March 31st, 2004, 09:03 AM   #1 (permalink)
donb
Guest
 
Posts: n/a
Converting from vB2 to vB3 FAQ

Before converting from vBulletin 2 to their latest version, we highly suggest you upgrade your PhotoPost to at least version 4.7.

We have created the attached utility which will help you in setting up your PhotoPost for use with vBulletin 3

Before you begin, you will need a couple pieces of information, which will help to solve the most common issue with vBulletin 3.

Cookie settings:
PhotoPost allows for you to configure the cookie_domain, cookie_path and a cookie_prefix. Each of these three things must match your vB3 cookie variables so that the cookies can be shared between applications.

A common problem is for vb3 to be installed into a /forums directory while PhotoPost is installed in /gallery and the cookies cannot be shared. This is because vB is creating cookies in /forums and PhotoPost in /gallery and neither can access the others.

On PhotoPostDev.Com we use the PhotoPost config-inc.php settings:

$cookie_path = "/";
$cookie_domain = "";
$cookieprefix="bb";

and in the vB3 Admin Options under Cookies and HTTP Header Options:

Path to Save Cookies: /
Cookie Domain: <blank>


License Number:
vB3 saves your password using your License Number as a key for encryption. If your license number is incorrectly set, then your cookies will not be properly created.

To find your vB3 license number, look at the top of your index.php file for vB3. The fourth line will look like:

|| # vBulletin 3.0.0 Release Candidate 3 - Licence Number XXXXXXXX

The XXXXXXXX is your license number and should be entered in your config-inc.php as:

$vblicense = "XXXXXXXX";



Once you have this information, you may download the attached file and rename it to convertor.php

Upload this file to your PhotoPost directory, and run it in your web browser. You will be presented with options for the cookies and license number, so enter the information as outlined above.

After completing the fields, your PhotoPost database and config-inc.php file will be updated, and you should be good to go.
Attached Files
File Type: txt convertor.txt (6.5 KB, 183 views)
  Reply With Quote