Jump to content

configuration


dikkertjedap

Recommended Posts

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 

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...