Hi, 
I am updating Joomla from 2.5 to 3.x. And I migrate Chronoforms also.
After migration I get Notice: "Notice: Constant DS already defined in /home/folch33devsoho/public_html/components/com_chronoforms/chronoforms.php on line 11"
URL: http://www.folch33.devsoho.com/faqs/guild-inquiries
How can I solve it?
P.S If I set Site Error Reporting to System Default or to None in the site Global Configuration Notice still appear.
				
				
				
			I am updating Joomla from 2.5 to 3.x. And I migrate Chronoforms also.
After migration I get Notice: "Notice: Constant DS already defined in /home/folch33devsoho/public_html/components/com_chronoforms/chronoforms.php on line 11"
URL: http://www.folch33.devsoho.com/faqs/guild-inquiries
How can I solve it?
P.S If I set Site Error Reporting to System Default or to None in the site Global Configuration Notice still appear.
					Hi sohopros,
Have you upgraded ChronoForms v4 to the latest release for Joomla! 3?
Bob
				
				
				
			Have you upgraded ChronoForms v4 to the latest release for Joomla! 3?
Bob
					Hi sophoros,
Ah sorry, it's fixed on my site but not in Max's released version.
The simplest solution is to set your site Error Reporting to System Default or None in the Site global Configuration - that should hide PHP Notices and Warnings.
If you want a fix you can edit the file around line 11
Bob
				
				
				
			Ah sorry, it's fixed on my site but not in Max's released version.
The simplest solution is to set your site Error Reporting to System Default or None in the Site global Configuration - that should hide PHP Notices and Warnings.
If you want a fix you can edit the file around line 11
defined('_JEXEC') or die('Restricted access');
if ( !defined('DS') ) { // add this line
	define('DS', DIRECTORY_SEPARATOR);
} // and add this line 
Bob
					Hi Bob, 
You said that it is fixed on your site? So on Chronoforms v5 is shouldn't appear?
Thanks,
Sandra
				
				
				
			You said that it is fixed on your site? So on Chronoforms v5 is shouldn't appear?
Thanks,
Sandra
This topic is locked and no more replies can be posted.
		
	
  