Page 1 of 1

Strict Standards errors with 3.0

Posted: 06 Jan 2013, 18:29
by ichbineinsegler
I have just installed XAMP 1.8.1 VC9 (Windows) and Joomla 3.0.2 and PhocaGuestbook 3.0.0. alpha zip

But i got a lot of errors

Code: Select all

Strict Standards: Non-static method PhocaguestbookHelperFront::getDateFormat() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\TAASOOS\components\com_phocaguestbook\views\guestbook\view.html.php on line 64

Strict Standards: Non-static method PhocaguestbookHelperFront::getCaptchaId() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\TAASOOS\components\com_phocaguestbook\views\guestbook\view.html.php on line 65

Strict Standards: Non-static method PhocaguestbookHelperFront::getInfo() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\TAASOOS\components\com_phocaguestbook\views\guestbook\view.html.php on line 66

Strict Standards: Non-static method JFilterInput::clean() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\TAASOOS\components\com_phocaguestbook\models\guestbook.php on line 414

Strict Standards: Non-static method JFilterInput::clean() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\TAASOOS\components\com_phocaguestbook\models\guestbook.php on line 415

Strict Standards: Non-static method JFilterInput::clean() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\TAASOOS\components\com_phocaguestbook\models\guestbook.php on line 384

Strict Standards: Non-static method JFilterInput::clean() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\TAASOOS\components\com_phocaguestbook\models\guestbook.php on line 385

Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\TAASOOS\components\com_phocaguestbook\views\guestbook\view.html.php on line 234
any idea?

Re: Strict Standards errors with 3.0

Posted: 15 Jan 2013, 01:14
by Jan
Hi, these are not errors, but php recommendations for developers, you should disable Strict Standards in PHP.ini, see similar posts in this forum where it is all described and explained.

Jan