http://www.jnsciences.org/component/contact/contact/1.html
Fatal error: Class 'ContentHelperRoute' not found in /tmp/tmp?????? on line 13
Hi,
After upgrade to joomla 3.6.4 i have this issue for every component like
http://www.jnsciences.org/component/contact/contact/1.html
have you any idees please?
Thanks
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-11-15 22:36:28 |
Closed_By | ⇒ | brianteeman |
it's a K2 Tools issue
solved by add this line
if(!class_exists('ContentHelperRoute')) require_once (JPATH_SITE . '/components/com_content/helpers/route.php');
in components/com_k2/helpers/route.php
Thanks brianteeman
Please use the forum for support https://forum.joomla.org
The fact that its looking in a non existent folder indicates that this is not a core bug
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/12902.