Hey ,
strange problems....
System : Joomla 3.0.2
Chronoforms is installed in the newest version.
Everything is correctly configured, preview within Form Wizard is correctly displayed, Frontend View is also not working.
Same form works perfectly on Joomla 2.5
When i try to open the form on the site, these error is reported :
Cannot redeclare class JParameter in /homepages/1/d18867070/htdocs/test3/plugins/system/nextendjoomla3compat/compat/libraries/coomla/html/parameter.php on line 521
Should be somekind of interference with another plugin, which is from Offlajn.com ( i use their menu-system)
When i disable those plugins, also same error, strange....
Anyone an idea where adjust or solution ?
Any help is highly appreciated....
Rgds
Sunny
strange problems....
System : Joomla 3.0.2
Chronoforms is installed in the newest version.
Everything is correctly configured, preview within Form Wizard is correctly displayed, Frontend View is also not working.
Same form works perfectly on Joomla 2.5
When i try to open the form on the site, these error is reported :
Cannot redeclare class JParameter in /homepages/1/d18867070/htdocs/test3/plugins/system/nextendjoomla3compat/compat/libraries/coomla/html/parameter.php on line 521
Should be somekind of interference with another plugin, which is from Offlajn.com ( i use their menu-system)
When i disable those plugins, also same error, strange....
Anyone an idea where adjust or solution ?
Any help is highly appreciated....
Rgds
Sunny
Hi Sunny,
There's a bug in whatever plug-in uses plugins/system/nextendjoomla3compat/ :-(
JParamter was deprecated in Joomla! 2.5 and removed from the core code in Joomla! 3.0. ChronoForms still uses it for the moment but checks to see if the class is already declared before creating a new copy - it looks as though this plug-in doesn't check first.
Bob
There's a bug in whatever plug-in uses plugins/system/nextendjoomla3compat/ :-(
JParamter was deprecated in Joomla! 2.5 and removed from the core code in Joomla! 3.0. ChronoForms still uses it for the moment but checks to see if the class is already declared before creating a new copy - it looks as though this plug-in doesn't check first.
Bob
This topic is locked and no more replies can be posted.