ispCP - Board - Support
Error on nightly - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: Tickets / Roadmap / Timeline (/forum-50.html)
+--- Thread: Error on nightly (/thread-10409.html)



Error on nightly - adriangam - 04-15-2010 06:38 PM

Hi,

I've updated right now and I see this error on Configuration > General settings. See the attachment below:

[attachment=1267]

Regards.


RE: Error on nightly - Nuxwin - 04-15-2010 06:45 PM

Hello ;

Confirmed.

In gui/include/ispcp-lib.php adds this statement:

Code:
define('E_USER_OFF', 0);

Will be fixed Wink


Note to dev: For the reason, see http://www.isp-control.net/ispcp/changeset/2814


RE: Error on nightly - adriangam - 04-15-2010 11:07 PM

(04-15-2010 06:45 PM)nuxwin Wrote:  Hello ;

Confirmed.

In gui/include/ispcp-lib.php adds this statement:

Code:
define('E_USER_OFF', 0);

Will be fixed Wink


Note to dev: For the reason, see http://www.isp-control.net/ispcp/changeset/2814

Thanks.

Regards.