kapag u vbet cache pagbabago sa panlabas na db, ang mga script na makuha ang mga data mula sa photopost database (na kung saan ay ang default ng vb db) ay ipinapalagay na ang pp ay nasa vbet db. Lamang sa vb panlabas na db, baka vbet ay walang kinalaman dito at maaaring i kailangan na i-edit ang linya sa itaas sa mga script upang sumalamin palaging sa vb db.
Babala: mysql_fetch_row (): ibinigay argument ay hindi isang wastong mapagkukunan ng resulta ng MySQL sa / home / ... / public_html / album / inc_features_cmps.php sa line 67
Table 'xxx_vbet.pp_photos' ay hindi umiiral
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;