Hey guys,
I'm new to ChronoForms and I have been trying since this morning to get it working.
I've watched all the videos on how to get things started but still nothing.
Just on top of Joomla(main page) it says this:
``Strict Standards: Non-static method menuChronoForms::index_menu() should not be called statically in C:\xampp\htdocs\Joomla25\administrator\components\com_chronoforms\toolbar.chronoforms.php on line 42```
Now when i create a form and i preview it on the front-end, it gives the same type of error( to my knowledge), only this time its on the website itself and there is more than one.
''Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\Joomla25\components\com_chronoforms\chronoforms.html.php on line 13
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\Joomla25\components\com_chronoforms\chronoforms.php on line 21
Strict Standards: Declaration of CFChronoForm::get() should be compatible with JObject::get($property, $default = NULL) in C:\xampp\htdocs\Joomla25\components\com_chronoforms\libraries\chronoform.php on line 527
Strict Standards: Declaration of CFChronoForm::set() should be compatible with JObject::set($property, $value = NULL) in C:\xampp\htdocs\Joomla25\components\com_chronoforms\libraries\chronoform.php on line 527
Strict Standards: Non-static method CFChronoForm::getInstance() should not be called statically in C:\xampp\htdocs\Joomla25\components\com_chronoforms\chronoforms.php on line 40
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\Joomla25\components\com_chronoforms\libraries\chronoform.php on line 57
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\Joomla25\components\com_chronoforms\libraries\chronoform.php on line 70
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\Joomla25\components\com_chronoforms\libraries\chronoform.php on line 71
Strict Standards: Declaration of JParameter::loadSetupFile() should be compatible with JRegistry::loadSetupFile() in C:\xampp\htdocs\Joomla25\libraries\joomla\html\parameter.php on line 512
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\Joomla25\components\com_chronoforms\libraries\chronoform.php on line 349
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\Joomla25\components\com_chronoforms\libraries\chronoform.php on line 350
Strict Standards: Non-static method HTML_ChronoForms::processView() should not be called statically in C:\xampp\htdocs\Joomla25\components\com_chronoforms\chronoforms.php on line 62''
Any help or tips would be appreciated thanks.
I'm new to ChronoForms and I have been trying since this morning to get it working.
I've watched all the videos on how to get things started but still nothing.
Just on top of Joomla(main page) it says this:
``Strict Standards: Non-static method menuChronoForms::index_menu() should not be called statically in C:\xampp\htdocs\Joomla25\administrator\components\com_chronoforms\toolbar.chronoforms.php on line 42```
Now when i create a form and i preview it on the front-end, it gives the same type of error( to my knowledge), only this time its on the website itself and there is more than one.
''Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\Joomla25\components\com_chronoforms\chronoforms.html.php on line 13
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\Joomla25\components\com_chronoforms\chronoforms.php on line 21
Strict Standards: Declaration of CFChronoForm::get() should be compatible with JObject::get($property, $default = NULL) in C:\xampp\htdocs\Joomla25\components\com_chronoforms\libraries\chronoform.php on line 527
Strict Standards: Declaration of CFChronoForm::set() should be compatible with JObject::set($property, $value = NULL) in C:\xampp\htdocs\Joomla25\components\com_chronoforms\libraries\chronoform.php on line 527
Strict Standards: Non-static method CFChronoForm::getInstance() should not be called statically in C:\xampp\htdocs\Joomla25\components\com_chronoforms\chronoforms.php on line 40
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\Joomla25\components\com_chronoforms\libraries\chronoform.php on line 57
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\Joomla25\components\com_chronoforms\libraries\chronoform.php on line 70
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\Joomla25\components\com_chronoforms\libraries\chronoform.php on line 71
Strict Standards: Declaration of JParameter::loadSetupFile() should be compatible with JRegistry::loadSetupFile() in C:\xampp\htdocs\Joomla25\libraries\joomla\html\parameter.php on line 512
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\Joomla25\components\com_chronoforms\libraries\chronoform.php on line 349
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\Joomla25\components\com_chronoforms\libraries\chronoform.php on line 350
Strict Standards: Non-static method HTML_ChronoForms::processView() should not be called statically in C:\xampp\htdocs\Joomla25\components\com_chronoforms\chronoforms.php on line 62''
Any help or tips would be appreciated thanks.
Hi Huss21,
Please turn off Strict Standards error reporting in your Xampp configuration. This setting works OK for me:
Bob
Please turn off Strict Standards error reporting in your Xampp configuration. This setting works OK for me:
error_reporting = E_ALL & ~E_STRICT
Bob
Hello,
Just an update, almost all strict notices have been fixed in the latest version for J3.0 and J1.6/2.5
Regards,
Max
Just an update, almost all strict notices have been fixed in the latest version for J3.0 and J1.6/2.5
Regards,
Max
This topic is locked and no more replies can be posted.