Advanced Guestbook integration for CPG 1.5.xx - Page 2 Advanced Guestbook integration for CPG 1.5.xx - Page 2
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Advanced Guestbook integration for CPG 1.5.xx

Started by calvinite, July 17, 2012, 12:01:10 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

EndlessQuest

Oh, my solution; I  ran install.php in my browser, but there were insufficient rights on two folders. I changed the rights, ran install.php again and it was ok.

ΑndrĂ©

Quote from: EndlessQuest on September 06, 2012, 10:10:22 PM
If I want to sign the guestbook, there`s no captcha image http://www.richards-fotos.nl/coppermine/guestbook.php?file=addentry
While accessing the captcha image directly (http://www.richards-fotos.nl/coppermine/guestbook/image.php?id=e96692c6caccaaeaef0ca40d651c9c9a) I get something like this:
QuoteDeprecated: Function ereg() is deprecated in /home/qid00002/domains/richards-fotos.nl/public_html/coppermine/guestbook/lib/mysql.class.php on line 36

Deprecated: Function eregi() is deprecated in /home/qid00002/domains/richards-fotos.nl/public_html/coppermine/guestbook/lib/captcha.class.php on line 388

A quick solution would be to set your server not to display deprecated warning messages. The best solution would be to replace that function with something like preg_match (I haven't looked at the code so you maybe have to use a different function).