Despite having both PHP and Joomlas error reporting parameters set maximum I don't have anything to go on to investigate this problem. Looks like other people have encountered this before, but I haven't yet seen a solution.
When I access the module in the backend I get:
- Code: Select all
500 - An error has occurred.
JDatabaseMySQL::query: 1146 - Table 'c2_debatoid.jos2_k2_categories' doesn't exist SQL=SELECT c.name AS name, c.id AS id, c.parent AS parent FROM jos2_k2_categories AS c WHERE published = 1 AND trash = 0 ORDER BY c.name, c.parent ASC
Call stack
# Function Location
1 JAdministrator->dispatch() /var/www/html/administrator/index.php:67
2 JComponentHelper->renderComponent() /var/www/html/administrator/includes/application.php:136
3 require_once() /var/www/html/libraries/joomla/application/component/helper.php:162
4 JController->execute() /var/www/html/administrator/components/com_modules/admin.modules.php:31
5 ModulesController->edit() /var/www/html/libraries/joomla/application/component/controller.php:236
6 HTML_modules->edit() /var/www/html/administrator/components/com_modules/controller.php:519
7 JParameter->render() /var/www/html/administrator/components/com_modules/admin.modules.html.php:455
8 JParameter->getParams() /var/www/html/libraries/joomla/html/parameter.php:194
9 JParameter->getParam() /var/www/html/libraries/joomla/html/parameter.php:298
10 JElement->render() /var/www/html/libraries/joomla/html/parameter.php:334
11 JElementK2MultiCategories->fetchElement() /var/www/html/libraries/joomla/html/parameter/element.php:76
12 JDatabaseMySQLi->loadObjectList() /var/www/html/modules/mod_news_pro_gk4/admin/elements/k2multicategories.php:32
13 JDatabaseMySQLi->query() /var/www/html/libraries/joomla/database/database/mysqli.php:474
14 JError->raiseError() /var/www/html/libraries/joomla/database/database/mysqli.php:247
15 JError->raise() /var/www/html/libraries/joomla/error/error.php:171
16 JException->__construct() /var/www/html/libraries/joomla/error/error.php:136
Many thanks