XF 2.0 HTTP ERROR 500

ŽivaAkcija

Well-known member
what is this error?

[06-Aug-2018 05:53:11 UTC] PHP Fatal error: Uncaught XF\Db\Exception: Resource temporarily unavailable in /home/nultifor/public_html/src/XF/Db/Mysqli/Adapter.php:160
Stack trace:
#0 /home/nultifor/public_html/src/XF/Db/Mysqli/Adapter.php(28): XF\Db\Mysqli\Adapter->makeConnection(Array)
#1 /home/nultifor/public_html/src/XF/Db/AbstractAdapter.php(51): XF\Db\Mysqli\Adapter->getConnection()
#2 /home/nultifor/public_html/src/XF/Db/Mysqli/Adapter.php(113): XF\Db\AbstractAdapter->connect()
#3 /home/nultifor/public_html/src/XF/Db/AbstractAdapter.php(410): XF\Db\Mysqli\Adapter->escapeString('options')
#4 /home/nultifor/public_html/src/XF/Db/AbstractAdapter.php(388): XF\Db\AbstractAdapter->quote('options')
#5 /home/nultifor/public_html/src/XF/DataRegistry.php(137): XF\Db\AbstractAdapter->quote(Array)
#6 /home/nultifor/public_html/src/XF/DataRegistry.php(82): XF\DataRegistry->readFromDb(Array, Array)
#7 /home/nultifor/public_html/src/XF/DataRegistry.php(225): XF\DataRegistry->get(Array)
#8 /home/nultifor/public_html/src/XF/App.php(1439): XF\DataRegistry->offsetGe in /home/nultifor/public_html/src/XF/Db/Mysqli/Adapter.php on line 160
 
MySQL connection not present? Looks like it's trying to connect to mySQL and it's not responding... could be all available connections to the socket/port of mySQL are in use.
 
work now but host want to know what is this error

XF\Db\Exception: MySQL statement prepare error [1146]: Table 'nultifor_nultiforko-13.xf_category' doesn't exist in src/XF/Db/AbstractStatement.php at line 212

XF\Db\AbstractStatement->getException() in src/XF/Db/Mysqli/Statement.php at line 196
XF\Db\Mysqli\Statement->getException() in src/XF/Db/Mysqli/Statement.php at line 39
XF\Db\Mysqli\Statement->prepare() in src/XF/Db/Mysqli/Statement.php at line 54
XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1163
XF\Mvc\Entity\Finder->fetch() in src/XF/Mvc/Entity/Manager.php at line 212
XF\Mvc\Entity\Manager->findByIds() in src/XF/Repository/Node.php at line 121
XF\Repository\Node->loadNodeTypeDataForNodes() in src/XF/Repository/Node.php at line 18
XF\Repository\Node->getNodeList() in src/XF/Pub/Controller/Forum.php at line 50
XF\Pub\Controller\Forum->actionList() in src/XF/Mvc/Dispatcher.php at line 249
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
XF\App->run() in src/XF.php at line 328
XF::runApp() in index.php at line 13
 
The error title is fairly self explanatory: Table 'nultifor_nultiforko-13.xf_category' doesn't exist

Presumably the issues with the server/MySQL have resulted in a corrupt database.

You may need to restore from a known good backup.
 
Top Bottom