Chodziło o to
Ale teraz niech wypowie się jakiś specjalista ja tylko widzę ze nieznana kolumna wiec sprawdź w acp zakładka zaawansowane -> Baza danych oraz -> Indeksy bazy danych czy masz wszystko na zielono
Date: Tue, 18 Jan 2011 14:01:35 +0000
Error Number: 1054
Error: Unknown column 'mm.map_last_topic_reply' in 'order clause'
IP Address: 109.243.162.20
Page: /forum/index.php?app=members&module=messaging
Debug: array (
1 =>
array (
'file' => '/home/ziomal195/domains/creativemt2.pl/public_html/forum/ips_kernel/classDb.php',
'line' => 1010,
'function' => 'query',
'class' => 'db_driver_mysql',
),
3 =>
array (
'file' => '/home/ziomal195/domains/creativemt2.pl/public_html/forum/admin/applications/members/modules_public/messaging/view.php',
'line' => 762,
'function' => 'getPersonalTopicsList',
'class' => 'messengerFunctions',
),
4 =>
array (
'file' => '/home/ziomal195/domains/creativemt2.pl/public_html/forum/admin/applications/members/modules_public/messaging/view.php',
'line' => 143,
'function' => '_showFolder',
'class' => 'public_members_messaging_view',
),
5 =>
array (
'file' => '/home/ziomal195/domains/creativemt2.pl/public_html/forum/admin/sources/base/ipsController.php',
'line' => 291,
'function' => 'doExecute',
'class' => 'public_members_messaging_view',
),
)
mySQL query error: SELECT mm.*,mt.*,msg.*,mem.members_display_name FROM ibf_creativemt2message_topic_user_map mm LEFT JOIN ibf_creativemt2message_topics mt ON ( mm.map_topic_id=mt.mt_id )
LEFT JOIN ibf_creativemt2message_posts msg ON ( msg.msg_id=mt.mt_last_msg_id )
LEFT JOIN ibf_creativemt2members mem ON ( mt.mt_to_member_id=mem.member_id ) WHERE mm.map_user_id=7 AND mm.map_user_active=1 AND mm.map_folder_id='myconvo' ORDER BY mm.map_last_topic_reply DESC LIMIT 0,50
===================================================