Hi,
In one Form&Content type, I cannot save the articles in admin form view (Site (admin) view is no problem). When I switch on the debugger I get the following when trying to save the content in admin:
Notice: Constant JROOT_CCK already defined in [DOMAIN]/components/com_cck/helpers/helper_define.php on line 16 Notice: Constant JROOT_MEDIA_CCK already defined in [DOMAIN]/components/com_cck/helpers/helper_define.php on line 17 Notice: Constant JPATH_LIBRARIES_CCK already defined in [DOMAIN]/components/com_cck/helpers/helper_define.php on line 18 Fatal error: Cannot redeclare class Helper_Include in [DOMAIN]/components/com_cck/helpers/helper_include.php on line 15
The url displays: [DOMAIN]/administrator/index.php?option=com_cck
For all of the other content types there's no problem.
I'm ready to fix this if need be, in the database but where?
Thank you beforehand!
Bernard