Strict Standards errors with 3.0

Phoca Guestbook - creating guestbooks in Joomla! CMS
Locked
ichbineinsegler
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 06 Jan 2013, 18:23

Strict Standards errors with 3.0

Post 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?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48829
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Strict Standards errors with 3.0

Post 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
If you find Phoca extensions useful, please support the project
Locked