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.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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).