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>
How is it possible to solve this probem ?
Thanks.