Link to home
Start Free TrialLog in
Avatar of tsnirone
tsnirone

asked on

Joomla 3.5.1 - Exception 'Contact not found' with Stack trace

Joomla and extentions are all updated.

There's been some problems with showing "contact form" on "contacts" with menus and contacts being created, deleted, then recreated etc. But no manual intervention (sql or php-edits) and no addons/extentions installed.

So basically what I do now is that I've decided to go from having a "contact form" on every "contact" to having a single contact instead. So I follow this guide:

http://www.siteground.com/tutorials/joomla/joomla-contact-us.htm

But when I visit the newly created menu item I get this:

exception 'Exception' with message 'Contact not found' in /www/joomla/components/com_contact/models/contact.php:286 
Stack trace: 
#0 /www/joomla/components/com_contact/models/contact.php(225): ContactModelContact->getContactQuery(41) 
#1 /www/joomla/libraries/legacy/view/legacy.php(398): ContactModelContact->getItem() 
#2 /www/joomla/components/com_contact/views/contact/view.html.php(36): JViewLegacy->get('Item') 
#3 /www/joomla/libraries/legacy/controller/legacy.php(685): ContactViewContact->display() 
#4 /www/joomla/components/com_contact/controller.php(41): JControllerLegacy->display(true, Array) 
#5 /www/joomla/libraries/legacy/controller/legacy.php(722): ContactController->display() 
#6 /www/joomla/components/com_contact/contact.php(15): JControllerLegacy->execute(NULL) 
#7 /www/joomla/libraries/legacy/component/helper.php(355): require_once('/www/joomla...') 
#8 /www/joomla/libraries/legacy/component/helper.php(335): JComponentHelper::executeComponent('/www/joomla...') 
#9 /www/joomla/includes/application.php(220): JComponentHelper::renderComponent('com_contact') 
#10 /www/joomla/index.php(52): JSite->dispatch() 
#11 {main}

Open in new window


Any ideas?
Avatar of GhostyElf
GhostyElf

The latest stable version of Joomla is 3.2 so you have a pre beta version, thus there are many bugs, please use the latest stable version,

Maybe try posting this directly on the joomla developer forum: http://forum.joomla.org/viewforum.php?f=705&sid=0e2c28b1b739d210871d81cc658727dc
Avatar of tsnirone

ASKER

Thanks for your feedback.

I have now updated to 3.2, but the problem persists.

I did post on the joomla forums (7.november) - no replies.

http://forum.joomla.org/viewtopic.php?f=706&t=825431

Isnt there any way to turn on some more logging to see what is actually going on?
ASKER CERTIFIED SOLUTION
Avatar of Peter Hart
Peter Hart
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial