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

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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