Page 1 of 1

Strict Standards Error [Solved]

PostPosted: 26. July 2012 21:52
by holdenslx
I have installed installed XAMPP 3.0.12 on local host and installed my Joomla Instance no issues here. I installed the Breezing forms module and RSpro forms module and received the following which is similar to the issue mentioned in topic ID:

http://community.apachefriends.org/f/viewtopic.php?p=182516

I made a change to php ini file as described in this topic, wiped my joomla instance and re-installed and am still facing the same issue. I've contacted the support of Crosstec and RSPRO and their suggestions were the same make a change to the ini file however these changes are not fixing the problem. In the above topic the fix was to change the following:

Line 516: error_reporting = E_ALL | E_STRICT

TO

Line 516: error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED

In my ini file the above reference was on line 461 around this area of the file

; Common Values:
; E_ALL (Show all errors, warnings and notices including coding standards.)
; E_ALL & ~E_NOTICE (Show all errors, except for notices)
; E_ALL & ~E_NOTICE & ~E_STRICT (Show all errors, except for notices and coding standards warnings.)
; E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR (Show only errors)
; Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
; Development Value: E_ALL
; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
; http://php.net/error-reporting
error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED I changed this line here

I'm not an expert in all this hence coming to this forum to see if I can get this resolved, so far I'm running around in circles with no fix to the issue.

This is just a sample of what I'm getting, and its about 2 - 3 pages worth with reference to far to many line numbers to list them all.

Strict Standards: Non-static method BFText::getInstance() should not be called statically in C:\XAMPP\htdocs\skycloud\administrator\components\com_breezingforms\libraries\crosstec\classes\BFText.php on line 52

Strict Standards: Non-static method BFText::getInstance() should not be called statically in C:\XAMPP\htdocs\skycloud\administrator\components\com_breezingforms\libraries\crosstec\classes\BFText.php on line 52

Strict Standards: Non-static method BFText::getInstance() should not be called statically in C:\XAMPP\htdocs\skycloud\administrator\components\com_breezingforms\libraries\crosstec\classes\BFText.php on line 52

Strict Standards: Non-static method BFText::getInstance() should not be called statically in C:\XAMPP\htdocs\skycloud\administrator\components\com_breezingforms\libraries\crosstec\classes\BFText.php on line 52

Strict Standards: Non-static method BFText::getInstance() should not be called statically in C:\XAMPP\htdocs\skycloud\administrator\components\com_breezingforms\libraries\crosstec\classes\BFText.php on line 52

Strict Standards: Non-static method BFText::getInstance() should not be called statically in C:\XAMPP\htdocs\skycloud\administrator\components\com_breezingforms\libraries\crosstec\classes\BFText.php on line 52

Strict Standards: Non-static method BFText::getInstance() should not be called statically in C:\XAMPP\htdocs\skycloud\administrator\components\com_breezingforms\libraries\crosstec\classes\BFText.php on line 52

Strict Standards: Declaration of facileFormsMenus::load() should be compatible with JTable::load($keys = NULL, $reset = true) in C:\XAMPP\htdocs\skycloud\components\com_breezingforms\facileforms.class.php on line 358


Thanks in advance

Peter

Re: Strict Standards Error

PostPosted: 26. July 2012 23:28
by holdenslx
I've now resolved this Woooooohooooooo

Re: Strict Standards Error

PostPosted: 27. July 2012 05:26
by Altrea
Hi holdenslx,

And you don't want to tell us what you have done, so that any other users with the same problem get it resolved too?

best wishes,
Altrea

Re: Strict Standards Error [Solved]

PostPosted: 08. October 2012 20:17
by conticreative
Are you kidding us?

Please let us know the next time you encounter an issue, so I can resolve it and make sure we keep it from you.

Classic.