Page 1 of 1

Phoca Guestbook : deprecated errors

Posted: 01 Mar 2018, 00:48
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.

Re: Phoca Guestbook : deprecated errors

Posted: 03 Mar 2018, 14:51
by Jan
Hi,
just don't display warnings for developers to public,
see:
https://www.phoca.cz/documents/50-phoca ... tic-method