turn off captcha / error message

Hello there,

 

after installation, I found the captcha image won't show. I have tried to add a php.ini in the simg folder and did not work. Can I turn off the captcha at the time being? how can I do that?

On top of the join page there are two lines of error

Deprecated: Function set_magic_quotes_runtime() is deprecated in C:\wamp\www\inc\header.inc.php on line 186

Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\inc\utils.inc.php on line 618

Is this the reason that cause captcha not showing?

 

Appreciate your help.

 

Mark

Quote · 1 Aug 2009

Please let us see lines 185-187 inc/header.inc.php file

 

lines 617-619 of inc/utils.inc.php file and we can answer this question for you.

Quote · 1 Aug 2009

inc/header.inc.php 185~186

 

error_reporting(E_ALL & ~E_NOTICE);
set_magic_quotes_runtime(0);

ini_set('magic_quotes_sybase', 0);

 

inc/utils.inc.php 617~619

 

require_once( BX_DIRECTORY_PATH_PLUGINS . 'safehtml/safehtml.php' );
 $safehtml =& new safehtml();
 $res = $safehtml->parse($val);

 

Thanks

Quote · 2 Aug 2009

Send this one to your host.  It's an issue with magic quotes, your code is fine.

Quote · 2 Aug 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.