quan el canvi o VBET memòria cau db externa, els scripts d'obtenir les dades de base de dades PhotoPost (que és el valor per defecte vb db) assumeixen que el PP està en VBET db. NOMÉS en vb externa db, potser VBET no té res a veure amb això i jo podria haver de modificar la línia de dalt en els guions per reflectir sempre la base de dades vb.

Advertència: mysql_fetch_row (): subministrat argument no és un recurs vàlid del resultat de MySQL a / home / ... / public_html / àlbums / inc_features_cmps.php on line 67
"Xxx_vbet.pp_photos" La taula no existeix


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