errors on my web page when i hve used chronoforms

kokila18 26 Jul, 2011
Dear,
i m using joomla 1.6. and Chronoforms_J1.6_V4_RC1.9 .there i have made a form inside a menu item..m able to c the form but there are so many errors coming on the web page just above the form..
the errors are:
Strict Standards: Non-static method JApplication::getTemplate() should not be called statically in C:\xampp\htdocs\adventlift\libraries\joomla\application\helper.php on line 173

Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\adventlift\components\com_chronoforms\chronoforms.html.php on line 13

Strict Standards: Non-static method CFChronoForm::getInstance() should not be called statically in C:\xampp\htdocs\adventlift\components\com_chronoforms\chronoforms.php on line 39

Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\adventlift\components\com_chronoforms\libraries\chronoform.php on line 55

Strict Standards: Declaration of JParameter::loadSetupFile() should be compatible with that of JRegistry::loadSetupFile() in C:\xampp\htdocs\adventlift\libraries\joomla\html\parameter.php on line 395

Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\adventlift\components\com_chronoforms\libraries\chronoform.php on line 187

Strict Standards: Non-static method HTML_ChronoForms::processView() should not be called statically in C:\xampp\htdocs\adventlift\components\com_chronoforms\chronoforms.php on line 61

Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\adventlift\administrator\components\com_chronoforms\form_actions\show_html\cfaction_show_html.php on line 288

Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\adventlift\administrator\components\com_chronoforms\form_actions\show_html\cfaction_show_html.php on line 288
GreyHead 27 Jul, 2011
Hi kokila18 ,

By default the current version of Xammp sets the PHP error reporting to the highest possible level and you get these error reports everywhere. I recall that I had to dig into the PHP INI file and change the settings. I'm currently using
error_reporting = E_ALL & ~E_STRICT


Bob
kokila18 27 Jul, 2011
hey bob,

i hve done it but still getting same errors.i hve chnged the data here:

error_reporting = E_ALL & ~E_DEPRECATED

i changed here by:

error_reporting = E_ALL & ~E_STRICT.

please help.
GreyHead 27 Jul, 2011
Hi kokila18,

Sorry, this really isn't a ChronoForms problem - Xammp or PHP help might be more use to you.

Bob
annika123 29 Feb, 2012
you can goto global configuration of your website and turn error reporting to none.

Administrator->Global Configuration->Server settings section.
Lucien_VRN 04 Jun, 2012

you can goto global configuration of your website and turn error reporting to none.

Administrator->Global Configuration->Server settings section.


Just wanted to say thanks for that advice. Just started out with Chronoforms and had the same issue, turned the error reporting to simple
Administrator->Global Configuration->Server settings section.

This removed the problem completely...😀
This topic is locked and no more replies can be posted.