menssage error and i can't login my gallery menssage error and i can't login my gallery
 

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

menssage error and i can't login my gallery

Started by moli, January 02, 2007, 09:55:13 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

moli

this error is shown in the top of page

Warning: ini_set, getrusage, mysql_list_dbs, get_current_user, set_time_limit, getmyuid, getmypid, dl, leak, listen, chown, chmod, chgrp, realpath, tmpfile, link, mb_send_mail() has been disabled for security reasons in /data/members/free/tripod/es/m/o/l/moliterni/htdocs/web/include/debugger.inc.php on line 46

Warning: ini_set, getrusage, mysql_list_dbs, get_current_user, set_time_limit, getmyuid, getmypid, dl, leak, listen, chown, chmod, chgrp, realpath, tmpfile, link, mb_send_mail() has been disabled for security reasons in /data/members/free/tripod/es/m/o/l/moliterni/htdocs/web/include/debugger.inc.php on line 47


I saw my gallery but when I try to loging, I'm wellcome but I don't get any permission.

thank in advance.

Nibbler

include/debugger.inc.php

find


define('CAN_MOD_INI', !ereg('ini_set', ini_get('disable_functions')));


change to


define('CAN_MOD_INI', FALSE);

moli