execute( ) ..\index.php:403 0.0391 2043608 JApplicationSite->doExecute( ) ..\cms.php:2554 0.1707 5426360 JApplicationSite->dispatch( ) ..\site.php:2085 0.1737 5456944 JComponentHelper::renderComponent( ) ..\site.php:1786 0.1747 5465136 JComponentHelper::executeComponent( ) ..\helper.php:3327 0.1751 5504080 require_once( 'C:\xampp2\htdocs\helix\components\com_chronoforms\chronoforms.php' ) ..\helper.php:3528 0.1751 5504208 define ( ) ..\chronoforms.php:11Powered By ChronoForms - ChronoEngine.comNot only that but I tried the Chronoforms4 module and when I enter the form name and set it to display on a page nothing but the title and the link show up.I am also getting a error on the backend when after saving a form( ! ) Notice: Undefined index: in C:\xampp2\htdocs\helix\administrator\templates\isis\html\message.php on line 24Call Stack# Time Memory Function Location1 0.0006 132944 {main}( ) ..\index.php:02 0.0512 2142072 JApplicationCms->execute( ) ..\index.php:423 0.1147 6133560 JApplicationAdministrator->render( ) ..\cms.php:2614 0.1148 6134080 JApplicationCms->render( ) ..\administrator.php:4205 0.1233 6353656 JDocumentHTML->render( ) ..\cms.php:9926 0.1233 6353664 JDocumentHTML->_renderTemplate( ) ..\html.php:4717 0.2165 6771320 JDocumentHTML->getBuffer( ) ..\html.php:6908 0.2170 6783848 JDocumentRendererMessage->render( ) ..\html.php:4089 0.2175 6789088 renderMessage( ) ..\message.php:49I am using a helix II template. On a side note I also tried Chronoforms5 and although there was no error. My forms would not appear on the page. All that displays is the link and title just like Chronoforms4."> Error when viewing form and form that does not render on the frontend. - Forums

Forums

Error when viewing form and form that does not render on the frontend.

rodopemu 13 Apr, 2014
I have been trying to get forms set up to no avail. Chronoforms5 and 4 don't work. In chronoforms 4 I receive this error when I view the form from the backend "View" Link.

( ! ) Notice: Constant DS already defined in C:\xampp2\htdocs\helix\components\com_chronoforms\chronoforms.php on line 11
Call Stack
#	Time	Memory	Function	Location
1	0.0003	131768	{main}( )	..\index.php:0
2	0.0391	2043512	JApplicationCms->execute( )	..\index.php:40
3	0.0391	2043608	JApplicationSite->doExecute( )	..\cms.php:255
4	0.1707	5426360	JApplicationSite->dispatch( )	..\site.php:208
5	0.1737	5456944	JComponentHelper::renderComponent( )	..\site.php:178
6	0.1747	5465136	JComponentHelper::executeComponent( )	..\helper.php:332
7	0.1751	5504080	require_once( 'C:\xampp2\htdocs\helix\components\com_chronoforms\chronoforms.php' )	..\helper.php:352
8	0.1751	5504208	define ( )	..\chronoforms.php:11
Powered By ChronoForms - ChronoEngine.com


Not only that but I tried the Chronoforms4 module and when I enter the form name and set it to display on a page nothing but the title and the link show up.

I am also getting a error on the backend when after saving a form
( ! ) Notice: Undefined index: in C:\xampp2\htdocs\helix\administrator\templates\isis\html\message.php on line 24
Call Stack
#	Time	Memory	Function	Location
1	0.0006	132944	{main}( )	..\index.php:0
2	0.0512	2142072	JApplicationCms->execute( )	..\index.php:42
3	0.1147	6133560	JApplicationAdministrator->render( )	..\cms.php:261
4	0.1148	6134080	JApplicationCms->render( )	..\administrator.php:420
5	0.1233	6353656	JDocumentHTML->render( )	..\cms.php:992
6	0.1233	6353664	JDocumentHTML->_renderTemplate( )	..\html.php:471
7	0.2165	6771320	JDocumentHTML->getBuffer( )	..\html.php:690
8	0.2170	6783848	JDocumentRendererMessage->render( )	..\html.php:408
9	0.2175	6789088	renderMessage( )	..\message.php:49


I am using a helix II template.

On a side note I also tried Chronoforms5 and although there was no error. My forms would not appear on the page. All that displays is the link and title just like Chronoforms4.
GreyHead 13 Apr, 2014
Hi rodopemu,

Looks as though you are running locally on Xampp and have your PHP Error reporting set higher than you need. Try setting it to System Default or None in the Site Global Configuration.

The first DS message can occur if you run the Joomla! 2.5 or earlier versions of CF on Joomla! 3 (which no longer defines DS for you).

The second message is from your template and is probably because ChronoForms or Joomla! is trying to display some kind of system message.

Bob
rodopemu 14 Apr, 2014
Thanks Greyhead,
I figured it out through the FAQ, I just had to put the showhtml in the onload section.
This topic is locked and no more replies can be posted.