No idea, I've never seen that error before.Ashley.S. wrote:Hey Primehalo,
Do you have any idea how overnight, the mod could suddenly just crash and cause this error to happen:I had to remove the table completely & re-create it in order to get rid of the error, I'm using version 1.2.5c right now. Any ideas what could have happened?Code: Select all
General Error SQL ERROR [ mysqli ] Unknown table engine 'InnoDB' [1286] SQL SELECT r.post_id, r.post_edit_time, r.post_edit_user, u.* FROM (phpbb_post_revisions r, phpbb_users u) WHERE r.post_id IN (6365, 6372) AND r.post_edit_user = u.user_id BACKTRACE FILE: includes/db/mysqli.php LINE: 163 CALL: dbal->sql_error() FILE: includes/prime_post_revisions.php LINE: 133 CALL: dbal_mysqli->sql_query() FILE: viewtopic.php LINE: 1037 CALL: prime_post_revisions->prime_post_revisions()
It is near the bottom of the file. I think it's about 10 lines up from the bottom of the file.artikkk wrote:in viewtopic.php
Find:add afterCode: Select all
page_header($user->lang['VIEW_TOPIC']
butCode: Select all
//-- mod: Prime Post Revisions ----------------------------------------------// $prime_post_revisions->assign_template_variables($viewtopic_url, $viewtopic_title); //-- end: Prime Post Revisions ----------------------------------------------//
page_header($user->lang['VIEW_TOPIC']
there isn't in my viewtopic.php![]()
![]()
Help me