Table is marked as crashed and should be repaired [1194]
serrrios
PPK писал(а):В phpmyadmin выполнитьКод: Выделить всё
REPAIR TABLE `phpbb_tracker_peers`;
Vycheslavu
serrrios
Vycheslavu
serrrios
Код: Выделить всё
Произошла общая ошибка: General Error
» SQL ERROR [ mysql4 ]
Table '.\tracker\phpbb_tracker_peers' is marked as crashed and should be repaired [145]
An sql error occurred while fetching this page. Please contact an administrator if this problem persists.
MuTbka
PPK
Код: Выделить всё
Общая ошибка
SQL ERROR [ mysql4 ]
Table 'phpbb_tracker_peers' is marked as crashed and should be repaired [1194]
SQL
SELECT torrent, SUM(IF(seeder='yes', 1, 0)) seeder, SUM(IF(seeder='no', 1, 0)) leecher FROM phpbb_tracker_peers WHERE torrent IN('10990', '11347', '11363', '11370', '11522', '11989', '12058', '12282', '12284', '12469', '12471', '12473', '12475', '12968', '13090', '13092', '13102', '13110', '13115', '13976', '13984', '14045', '14409', '14465', '14682') GROUP BY torrent
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()
FILE: viewforum.php
LINE: 734
CALL: dbal_mysql->sql_query()
Darkelita
PPK писал(а):"Починить" таблицу .. в phpmyadmin есть опции для этого (или просто REPAIR TABLE phpbb_tracker_peers) и/или удалить и создать заново
Aber
Код: Выделить всё
Общая ошибка
SQL ERROR [ mysql4 ]
Table './название базы/phpbb_tracker_peers' is marked as crashed and last (automatic?) repair failed [144]
SQL
DELETE FROM phpbb_tracker_peers WHERE torrent = 0
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/includes/db/dbal.php
LINE: 757
CALL: trigger_error()
FILE: [ROOT]/includes/db/mysql.php
LINE: 175
CALL: dbal->sql_error()
FILE: [ROOT]/includes/functions_admin.php
LINE: 1029
CALL: dbal_mysql->sql_query()
FILE: [ROOT]/includes/message_parser.php
LINE: 1808
CALL: delete_attachments()
FILE: [ROOT]/posting.php
LINE: 909
CALL: parse_message->parse_attachments()
vova-69