Witajcie. Poczytałem trochę i wkleję zawartość cache i dodatkowo błędy przy opcji database checker i database index checker no i dodatkowo zrzut z phpMyAdmina.
Normalnie załamka. Forum można sobie wyświetlić, ale czytać postów już nie. Do Panelu Admina można wejść ale nie działa więcej jak połowa narzędzi
Pomożecie coś ?
Robiłem myisamchck, repair table przez ssh i próbowałem w phpMyAdminie też, co kończyło się zwałką serwera mysql.
No dobra, trochę screenów i kodu.
===================================================
Date: Tue, 08 Dec 2009 00:29:28 +0000
Error Number: 144
Error: Table './forum/ibf_posts' is marked as crashed and last (automatic?) repair failed
IP Address: 83.2.221.188
Page: /index.php?showtopic=1097
Debug: array (
1 =>
array (
'file' => '/home/www/forum/ips_kernel/classDb.php',
'line' => 1010,
'function' => 'query',
'class' => 'db_driver_mysql',
),
3 =>
array (
'file' => '/home/www/forum/admin/applications/forums/modules_public/forums/topics.php',
'line' => 403,
'function' => '_getTopicDataLinear',
'class' => 'public_forums_forums_topics',
),
4 =>
array (
'file' => '/home/www/forum/admin/sources/base/ipsController.php',
'line' => 291,
'function' => 'doExecute',
'class' => 'public_forums_forums_topics',
),
)
mySQL query error: SELECT pid FROM ibf_posts WHERE topic_id=1097 ORDER BY pid asc LIMIT 0,15
===================================================
Date: Tue, 08 Dec 2009 00:29:54 +0000
Error Number: 144
Error: Table './forum/ibf_posts' is marked as crashed and last (automatic?) repair failed
IP Address: 83.2.221.188
Page: /admin/index.php?adsess=f071973e83103fde720c323b96aa1c75&app=core&module=tools§ion=cache&do=cache_overview
Debug: array (
1 =>
array (
'file' => '/home/www/forum/ips_kernel/classDb.php',
'line' => 1010,
'function' => 'query',
'class' => 'db_driver_mysql',
),
4 =>
array (
'file' => '/home/www/forum/admin/applications/core/modules_admin/tools/cache.php',
'line' => 91,
'function' => 'cacheOverview',
'class' => 'admin_core_tools_cache',
),
5 =>
array (
'file' => '/home/www/forum/admin/sources/base/ipsController.php',
'line' => 291,
'function' => 'doExecute',
'class' => 'admin_core_tools_cache',
),
)
mySQL query error: SELECT COUNT(*) as count FROM ibf_posts
===================================================
Date: Tue, 08 Dec 2009 14:54:56 +0000
Error Number: 1033
Error: Niewła?ciwa informacja w pliku: './forum/ibf_posts.frm'
IP Address: 83.2.221.188
Page: /admin/index.php?adsess=53107f66fe45e73b6947255e4ee4dc73&app=core&module=tools§ion=cache&do=cache_overview
Debug: array (
1 =>
array (
'file' => '/home/www/forum/ips_kernel/classDb.php',
'line' => 1010,
'function' => 'query',
'class' => 'db_driver_mysql',
),
4 =>
array (
'file' => '/home/www/forum/admin/applications/core/modules_admin/tools/cache.php',
'line' => 91,
'function' => 'cacheOverview',
'class' => 'admin_core_tools_cache',
),
5 =>
array (
'file' => '/home/www/forum/admin/sources/base/ipsController.php',
'line' => 291,
'function' => 'doExecute',
'class' => 'admin_core_tools_cache',
),
)
mySQL query error: SELECT COUNT(*) as count FROM ibf_posts
===================================================
Date: Tue, 08 Dec 2009 14:56:23 +0000
Error Number: 1033
Error: Niewła?ciwa informacja w pliku: './forum/ibf_posts.frm'
IP Address: 83.2.221.188
Page: /rebuildPosts.php
Debug: array (
1 =>
array (
'file' => '/home/www/forum/ips_kernel/classDb.php',
'line' => 1010,
'function' => 'query',
'class' => 'db_driver_mysql',
),
3 =>
array (
'file' => '/home/www/forum/rebuildPosts.php',
'line' => 132,
'function' => '_process',
'class' => 'moo',
),
4 =>
array (
'file' => '/home/www/forum/rebuildPosts.php',
'line' => 100,
'function' => '_doPosts',
'class' => 'moo',
),
5 =>
array (
'file' => '/home/www/forum/rebuildPosts.php',
'line' => 41,
'function' => '__construct',
'class' => 'moo',
),
)
mySQL query error: SELECT p.*,t.forum_id,m.member_group_id, m.mgroup_others,f.* FROM ibf_posts p LEFT JOIN ibf_topics t ON ( t.tid=p.topic_id )
LEFT JOIN ibf_members m ON ( m.member_id=p.author_id )
LEFT JOIN ibf_forums f ON ( t.forum_id=f.id ) WHERE p.pid > 0 ORDER BY p.pid ASC LIMIT 250