Page 1 of 1

Guestbook and Captcha module setting

Posted: Thu Mar 05, 2009 10:54 am
by Samuele
Hi,
I installed Guestbook 1.1.10 and Captcha 0.4 module but when I click "change settings"  in Guestbook setting page, I redirected to cms login page (

Code: Select all

http://localhost:85/cmsmadesimple/admin/login.php
)

The same if I click "change settings" for Smileys module.

Why?

Re: Guestbook and Captcha module setting

Posted: Mon May 11, 2009 6:25 pm
by amarradi
Hello together,

i've the same Problem and no solution

Many greetings

Marcus Radisch

Re: Guestbook and Captcha module setting

Posted: Tue Jun 09, 2009 3:33 pm
by JohnnyTheOne
SQL query to update the database in phpMyAdmin

Code: Select all

UPDATE `cms_db`.`cms_siteprefs` SET `sitepref_value` = '1' WHERE `cms_siteprefs`.`sitepref_name` = CAST( 0x4775657374626f6f6b5f6d6170695f707265665f63617074636861 AS BINARY ) LIMIT 1 ;
change cms_db in your db name