- Erro
-
- RuntimeException: Table 'abcaiapt_sitenew.#__contact_details' doesn't exist SQL=SELECT a.*, CASE WHEN CHAR_LENGTH(a.alias) != 0 THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug, CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as catslug,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias
FROM #__contact_details AS a
LEFT JOIN #__categories AS c on c.id = a.catid
LEFT JOIN #__categories as parent ON parent.id = c.parent_id
WHERE a.id = 2 AND (a.published = 1 OR a.published =2) AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2022-08-07 18:15:04') AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2022-08-07 18:15:04') in /home2/abcaiapt/public_html/libraries/joomla/database/driver/mysqli.php:660
Stack trace:
#0 /home2/abcaiapt/public_html/libraries/joomla/database/driver.php(1653): JDatabaseDriverMysqli->execute()
#1 /home2/abcaiapt/public_html/components/com_contact/models/contact.php(194): JDatabaseDriver->loadObject()
#2 /home2/abcaiapt/public_html/libraries/legacy/view/legacy.php(401): ContactModelContact->getItem()
#3 /home2/abcaiapt/public_html/components/com_contact/views/contact/view.html.php(66): JViewLegacy->get('Item')
#4 /home2/abcaiapt/public_html/libraries/legacy/controller/legacy.php(690): ContactViewContact->display()
#5 /home2/abcaiapt/public_html/components/com_contact/controller.php(42): JControllerLegacy->display(true, Array)
#6 /home2/abcaiapt/public_html/libraries/legacy/controller/legacy.php(728): ContactController->display()
#7 /home2/abcaiapt/public_html/components/com_contact/contact.php(15): JControllerLegacy->execute('')
#8 /home2/abcaiapt/public_html/libraries/cms/component/helper.php(405): require_once('/home2/abcaiapt...')
#9 /home2/abcaiapt/public_html/libraries/cms/component/helper.php(380): JComponentHelper::executeComponent('/home2/abcaiapt...')
#10 /home2/abcaiapt/public_html/libraries/cms/application/site.php(191): JComponentHelper::renderComponent('com_contact')
#11 /home2/abcaiapt/public_html/libraries/cms/application/site.php(230): JApplicationSite->dispatch()
#12 /home2/abcaiapt/public_html/libraries/cms/application/cms.php(257): JApplicationSite->doExecute()
#13 /home2/abcaiapt/public_html/index.php(49): JApplicationCms->execute()
#14 {main}