Господа товарищи, может кто-то сделал этот мод в виде мода?
а то я поставил его, вроде, а он дает ошибку
Could not query cpg_pictures information
DEBUG MODE
SQL Error : 1146 Table 'photosch_forum.cpg148_pictures' doesn't exist
SELECT owner_id, aid, filepath, filename, total_filesize, pwidth, pheight, hits, mtime, owner_name, title, caption FROM cpg148_pictures ORDER BY pid DESC LIMIT 6
Line : 479
File : index.php
вот фрагмент кода из файла index.php
$sql = "SELECT owner_id, aid, filepath, filename, total_filesize, pwidth, pheight, hits, mtime, owner_name, title, caption
FROM ".$cpg_table_prefix ."pictures
ORDER BY pid DESC LIMIT 6";
Не могу понять откуда берется это 'photosch_forum.cpg148_pictures'
Почему она склеивает 'photosch_forum с cpg148_pictures' ?
photosch_forum это база форума а
photosch_copp1 это галлерея.
Вот кусок из конфиг файла, то что нужно было добавить в конфиг форума.
$cpg_db_host = 'localhost'; // Gallery database host
$cpg_db_name = 'photosch_copp1'; // Gallery database name
$cpg_db_user = 'photosch_*********'; // Gallery database user
$cpg_db_pass = '*********; // Gallery database password
$cpg_table_prefix = 'cpg148_'; // Gallery table prefix
$cpg_path = './gallery/'; // Gallety path, absolute or relative to phpBB root dir