hmm... i'm afraid i'm getting lost too far here sir ...
i asked my host, and they cant help me because they are not familiar with
VB + PP Clasifieds installation problems ,
could it be the script trying to access database problem ?
i notice there are 2 connection (?) CMIIW
take a look please (from the file config-inc.php:
1st :
Code:
Content visible to verified customers only.
2nd
Quote:
// User database host address, or leave as localhost
$host_bb="localhost";
// If you want to use a prefix for your database tables, enter it here.
// NOTE: This variable can only be set PRIOR to your first installation of PhotoPost Classifieds;
// existing databases will not be changed and you will be unable to connect if you change
// this variable after performing a default installation.
$pp_db_prefix = "pp_";
// User database MySQL database name
//
// This is the variable for the User Database; if you are using Internal
// as your registration system, then these variables are the same as the
// ones above. If you are linking to a message board system,
// thse variables should be set to the database, user and password for that
// database.
$database_bb="ppclassifieds"; |
for that second code.. should i create a separate mysql database (?) or should i use the same as code #1 ? could this be a problem ?
thanks..