когато ф промяна vbet кеша на външни db, скриптове, които донесе на данни от photopost база данни (която е по подразбиране Vb db) се предположи, че ПП е в vbet db. Само в Vb външни db, може би vbet има нищо общо с него и аз може да се наложи да редактирате линия по-горе в скриптовете да отразява винаги да Vb db.
Внимание: mysql_fetch_row (): доставени аргумент не е валиден резултат MySQL ресурс в / Начало / ... / public_html / албуми / inc_features_cmps.php по линия 67
Таблица "xxx_vbet.pp_photos" не съществува
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;