View Single Post
Old July 25th, 2005, 11:34 PM   #4 (permalink)
fpoole
Member
Verified Customer
 
Join Date: Jun 2003
Location: Seattle, WA
Posts: 55
????
Not sure I under stand??
This area:
// If your ReviewPost tables have a prefix, put it here
// Example:
// = "rp_";
$rp_db_prefix = "";
~~~~~~~~~~~~~~~`
to:
$rp_db_prefix = "rp_";

Like that or a full path like:
/public_html/x_psdivers/reviewpost/

???
I have a separate DB for the reviews... by itself

Ok, but still erroring out:
// To include the file, first edit the header-inc.php
//

if ( !isset($skip_exheader) ) {
include "header-inc.php";
}

// ReviewPost Pro Version Number
$VERSION = "2.91";

// Path to your ReviewPost installation - no end slashes
$RP_PATH = "/public_html/x_psdivers/reviewpost";

//**************** MySQL Database Configuration ****************//

Last edited by fpoole; July 25th, 2005 at 11:42 PM.
fpoole is offline   Reply With Quote