После этого,
1. При заходе на сайт не авторизуется , отправляет снова на авторизацию
2. Вверхну над шапкой
Код: Выделить всё
[phpBB Debug] PHP Notice: in file /index.php on line 38: Undefined index: num_images
[phpBB Debug] PHP Notice: in file /index.php on line 133: Undefined index: gallery_total_images
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4431: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3537)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4433: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3537)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4434: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3537)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4435: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3537)Код: Выделить всё
$total_images = $config['num_images'];Код: Выделить всё
'TOTAL_IMAGES' => ($config['gallery_total_images']) ? sprintf($user->lang[$l_total_image_s], $total_images) : '',Код: Выделить всё
header('Content-type: text/html; charset=UTF-8');
header('Cache-Control: private, no-cache="set-cookie"');
header('Expires: 0');
header('Pragma: no-cache');Код: Выделить всё
echo '<b>[phpBB Debug] PHP Notice</b>: in file <b>' . $errfile . '</b> on line <b>' . $errline . '</b>: <b>' . $msg_text . '</b><br />' . "n";Код: Выделить всё
Parse error: syntax error, unexpected T_STRING, expecting ')' in /home/wm8836/domains/xn----7sbhhud3akuggfj.xn--p1ai/public_html/viewtopic.php on line 1032Код: Выделить всё
'FROM' => array(5. В админке добавились модули но не отображаются, хотя включены
6. При нажатии на главной странице форума "Gallery" выдает
Код: Выделить всё
SQL ERROR [ mysqli ]
Table 'wm8836_db.phpbb_gallery_users' doesn't exist [1146]
SQL
SELECT * FROM phpbb_gallery_users WHERE user_id = 1
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()
FILE: gallery/includes/functions.php
LINE: 44
CALL: dbal_mysqli->sql_query()
FILE: gallery/includes/common.php
LINE: 24
CALL: include('gallery/includes/functions.php')
FILE: gallery/index.php
LINE: 29
CALL: include('gallery/includes/common.php')Подскажите в чем проблема!!
Изменения в файлах проверил заново - все правильно
Добавлено спустя 39 минут 24 секунды:
Сейчас попробовал поменять в install/index.php
Код: Выделить всё
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './../';Код: Выделить всё
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : '/';сейчас вручную добавил таблицы, все ошибки остались (включая и ошибки с сессией). Но теперь при нажатии на галлерею выдает
Код: Выделить всё
[phpBB Debug] PHP Notice: in file /gallery/includes/common.php on line 49: Undefined index: allow_comments
[phpBB Debug] PHP Notice: in file /gallery/includes/common.php on line 50: Undefined index: allow_rates
[phpBB Debug] PHP Notice: in file /gallery/includes/common.php on line 54: Undefined index: allow_rates
[phpBB Debug] PHP Notice: in file /gallery/includes/functions_display.php on line 468: Undefined index: fake_thumb_size
[phpBB Debug] PHP Notice: in file /gallery/index.php on line 50: Undefined index: personal_album_index
[phpBB Debug] PHP Notice: in file /gallery/index.php on line 123: Undefined index: rrc_gindex_rows
[phpBB Debug] PHP Notice: in file /gallery/index.php on line 124: Undefined index: rrc_gindex_columns
[phpBB Debug] PHP Notice: in file /gallery/index.php on line 125: Undefined index: rrc_gindex_crows
[phpBB Debug] PHP Notice: in file /gallery/index.php on line 126: Undefined index: rrc_gindex_contests
[phpBB Debug] PHP Notice: in file /gallery/index.php on line 137: Undefined index: rrc_gindex_mode
[phpBB Debug] PHP Notice: in file /gallery/index.php on line 143: Undefined index: num_images
[phpBB Debug] PHP Notice: in file /gallery/index.php on line 144: Undefined index: num_comments
[phpBB Debug] PHP Notice: in file /gallery/index.php on line 145: Undefined index: personal_counter
[phpBB Debug] PHP Notice: in file /gallery/index.php on line 152: Undefined index: disp_whoisonline
[phpBB Debug] PHP Notice: in file /gallery/index.php on line 200: Undefined index: disp_birthdays
[phpBB Debug] PHP Notice: in file /gallery/index.php on line 236: Undefined index: disp_statistic
[phpBB Debug] PHP Notice: in file /gallery/index.php on line 237: Undefined index: allow_comments
[phpBB Debug] PHP Notice: in file /gallery/index.php on line 241: Undefined index: disp_login
[phpBB Debug] PHP Notice: in file /gallery/index.php on line 242: Undefined index: disp_whoisonline
[phpBB Debug] PHP Notice: in file /gallery/index.php on line 247: Undefined index: disp_birthdays
[phpBB Debug] PHP Notice: in file /gallery/index.php on line 251: Undefined index: personal_album_index
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4431: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3537)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4433: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3537)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4434: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3537)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4435: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3537)здесь должно быть так
Код: Выделить всё
'SELECT' => 'u.*, z.friend, z.foe, p.*', gu.personal_album_id, gu.user_imagesКод: Выделить всё
'SELECT' => 'u.*, z.friend, z.foe, p.*, gu.personal_album_id, gu.user_imagesКод: Выделить всё
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/wm8836/domains/xn----7sbhhud3akuggfj.xn--p1ai/public_html/viewtopic.php on line 1032
