|
Title: Error when I change the operator password!!! Post by: massaoh on April 09, 2008, 08:14:30 PM I'm having the following error: Notice: Undefined index: demomode in /home/site/public_html/helpdesk/class/operator.php on line 257. When I try to change the password from one of the operator. PS: I'm log as a admin. However the password is changing, I just wanna get rid off the error message.
Title: Re: Error when I change the operator password!!! Post by: victor on April 22, 2008, 07:29:01 PM Hi, you must edit your config file, find it here hcl/config.php.
Aprox on line 74 you will find this: //$conf['demomode']=true; replace with this $conf['demomode']=false; consider deleting the // and changinf from true to false Title: Re: Error when I change the operator password!!! Post by: massaoh on April 24, 2008, 02:42:02 PM Thank you that's work fine
|