hi,
I installed version 3.1 RC5.5 on Joomla 1.5.21.
I created my form with wizard, when I clicked on the link in back-end I got this message.
Fatal error: Class 'ContentHelperRoute' not found in www/modules/mod_menu/helper.php on line 101
ligne 101 corresponding $lists[$i]->link = JRoute::_(ContentHelperRoute::getArticleRoute($row->slug, $row->catslug, $row->sectionid));
Have you a solution?
Thank's a lot
Hi loloscott78,
Sorry, no :-( The error message seems to be to do with Articles and Menus. I've never seen it before in with ChronoForms or with Joomla! at all.
Bob
Thank you,
Did you test with the new version joomla 1.5.21?
Hi loloscott78,
Yes, I've had no problems with 1.5.21 nor seen any reported (apart from the MooTools upgrade plug-in).
If you like, take a Form Backup using the icon in the Forms Manager and post it here (as a zipped file) or PM or email it to me and I'll take a closer look.
Bob
Hi,
My plugin System - Mootools Upgrade is 1.2.4. Is it correct?
regards
Hi loloscott78,
No, ChronoForms requires the Joomla! standard MooTools 1.12 - please disable the MooTools Upgrade plug-in.
Bob
hi GreyHead,
OK it's done. but the error message is the same.
Hi GreyHead,
I did one correction in helper.php file about class. I added
require_once (JPATH_SITE.DS.'components'.DS.'com_content'.DS.'helpers'.DS.'route.php');
Now the new problem is:
From link in back end: No form and this message There is no form with this name or may be the form is unpublished, Please check the form and the url and the form management
From link in front end: No form and only id="content">
Have you a idea?
Regards
Hi loloscott78,
No obvious suggestions - it all sounds like a broken file or configuration somewhere :-(
Please post a link to the form so we can take a quick look.
Bob
Thank you for your help.
It's working now.