If we are upgrading from RP 1.x to 2.x, do w have to manually configure the "config-int.php" file?
At the moment, I am receiving this error after upgrading:
Quote:
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/xxxxxxxxx/public_html/reviews/forums/vb2.php on line 259
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/xxxxxxxx/public_html/reviews/showcat.php on line 300
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/xxxxxx/public_html/reviews/showcat.php on line 325 |
And even though I am using a
vb 2.3.4 forum as my user DB, my "config-int.php" file states:
Quote:
// We need to know the server paths to both your vB installation and your ReviewPost installation
$vbpath = "/home/sites/yoursite/web";
$pppath = "/home/sites/yoursite/web/reviewpost";
// We need the URL path to your PhotoPost and vb installation
$url_path = "/reviewpost";
$vb_urlpath = "/forum";
// The URL of your photo dir where your images are stored (with / at end)
$data_dir = "/reviewpost/data/";
// If your reviewpost tables have a prefix, put it here
// Example:
// $rp_db_prefix = "rp_";
$rp_db_prefix = "";
|
Thanks for your help with this...
Khashyar