Phoca Guestbook : deprecated errors

Phoca Guestbook - creating guestbooks in Joomla! CMS
kokoro
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 03 Aug 2016, 18:41

Phoca Guestbook : deprecated errors

Post by kokoro »

Hi,

I use Phoca Guest Book 3.0.6 on Joomla 3.8.5 with php 7.0.27.

I've just discoverd a problem : on the page to post messages, there are 3 Phoca captcha deprecated errors : https://www.tuina-31.fr/temoignages

Code: Select all

<b>Deprecated</b>:  Non-static method PhocaguestbookHelperCaptchaEasycalc::createCaptchaData() should not be called statically in <b>
/homepages/9/d211758838/htdocs/tuina3/components/com_phocaguestbook/models/fields/phocacaptcha.php</b> on line <b>54</b><br>
<br>

<b>Deprecated</b>:  Non-static method PhocaguestbookHelperCaptchaEasycalc::converttostring() should not be called statically in <b>
/homepages/9/d211758838/htdocs/tuina3/components/com_phocaguestbook/helpers/phocaguestbookcaptcha.php</b> on line <b>627</b><br>
<br>

<b>Deprecated</b>:  Non-static method PhocaguestbookHelperCaptchaEasycalc::converttostring() should not be called statically in <b>
/homepages/9/d211758838/htdocs/tuina3/components/com_phocaguestbook/helpers/phocaguestbookcaptcha.php</b> on line <b>633</b><br>
It is important to not have errors to keep a good SEO.

How is it possible to solve this probem ?

Thanks.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Guestbook : deprecated errors

Post by Jan »

Hi,
just don't display warnings for developers to public,
see:
https://www.phoca.cz/documents/50-phoca ... tic-method
If you find Phoca extensions useful, please support the project
Post Reply