Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
dikkertjedap Posted November 28, 2018 Posted November 28, 2018 Hello I have a error in my start up screen in the admin panel se below SELECT COUNT(*) FROM `core_core_log` AS `core_log` WHERE `category`='datastore' AND `time`>1543402230 IPS\Db\Exception: Table 'kl13246_ipb.core_core_log' doesn't exist (1146) #0 /home/blabla/domains/nzbchronicle.net/public_html/nzbchronicle/system/Db/Select.php(378): IPS\_Db->preparedQuery('/*IPS\\core\\modu...', Array, true) #1 /home/blabla/domains/nzbchronicle.net/public_html/nzbchronicle/system/Db/Select.php(440): IPS\Db\_Select->runQuery() #2 /home/blabla/domains/nzbchronicle.net/public_html/nzbchronicle/system/Db/Select.php(361): IPS\Db\_Select->rewind() #3 /home/blabla/domains/nzbchronicle.net/public_html/nzbchronicle/applications/core/modules/admin/overview/dashboard.php(326): IPS\Db\_Select->first() #4 /home/blabla/domains/nzbchronicle.net/public_html/nzbchronicle/system/Dispatcher/Controller.php(96): IPS\core\modules\admin\overview\_dashboard->manage() #5 /home/blabla/domains/nzbchronicle.net/public_html/nzbchronicle/system/Dispatcher/Dispatcher.php(146): IPS\Dispatcher\_Controller->execute() #6 /home/blabla/domains/nzbchronicle.net/public_html/nzbchronicle/admin/index.php(14): IPS\_Dispatcher->run() #7 {main} If i look in the Select.php i see something like if ( !$this->rewound ) is this correct rewound? rewind i know but rewound never seen it before. Also the known error EX1146
Aiwa Posted November 28, 2018 Posted November 28, 2018 I suggest submitting a ticket via your client area. core_core_log is a table that does not exist, so the error is factually accurate. Have you tried disabling all 3rd party resources to see if the issue persists?
Ryan Ashbrook Posted November 28, 2018 Posted November 28, 2018 4 minutes ago, Aiwa said: core_core_log is a table that does not exist, so the error is factually accurate. Technically, it can exist if the clients table prefix is "core_" (note the AS clause, where it renames it to normalize it). But yes, certainly submit a ticket in this case so we can take a look at your database.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.