u când cache schimba vBET la baza de date externe, script-uri care preluare de date din baza de date vorbesc intre ele (care este implicit vb db) presupune că pp este în vBET db. NUMAI in VB externe db, poate vBET nu are nimic de-a face cu el şi i ar putea avea nevoie pentru a edita linia de mai sus, în script-uri pentru a reflecta intotdeauna la db Vb.

Atenţie: mysql_fetch_row (): furnizate de argument nu este o resursă valabil MySQL rezultat in / home / ... / public_html / albume / inc_features_cmps.php pe linia 67
"Xxx_vbet.pp_photos" Tabelul nu există


PHP Code:
// If you have placed PhotoPost into a seperate database, you will need to
// uncomment these lines to connect to the PhotoPost database. It is suggested
// that you install PP into the same database as vB for better performance.
//
// If you use the same userid/password to access both databases, you don't need to
// uncomment the mysql_connect - this is only if you require different ids to access
// the PhotoPost database.
//
//$link = mysql_connect ("localhost", "$dbuserid", "$dbuserpassword") or die('I cannot connect to the database.');
//mysql_select_db ("pp_database")or die("Could not select photopost database");

// Number of photos to display
$num_display 5