Heya, this is mostly pointed at Roger. I'm noticing that not setting
the aiki.log is causing lots of errors on live sites related to those
constants.

So, I think here is what needs to be set in the installer

http://aikiframework.org/wiki/Aiki_Log

/** Set the aiki log directory
 * @global string $config["log_dir"] */
$config["log_dir"] = '../private';

/** Set the aiki log file name
 * @global string $config["log_file"] */
$config["log_file"] = 'aiki.log';

/** Set the aiki host profile name
 * @global string $config["log_profile"] */
$config["log_profile"] = 'profile.log';

/** Set the aiki log level
 * @global string $config["log_level"] */
$config["log_level"] = 'NONE';


###

The log_dir could just be set to '' for now, and log_level to NONE, so
no errors are registered. This seems to suffice for the log viewer
code. Its good to keep this functionality for allowing for log viewing
inside the aiki admin interface.

Roger, could you set these values be in the installation process?

Cheers

Jon
-- 
Jon Phillips 王✳爻气 http://fabricatorz.com ✳ skype: kidproto ✳ irc: rejon
+1.415.830.3884 (global) ✳ +86-187-1003-9974 (beijing)

_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to     : aikiframework-devel@lists.launchpad.net
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help   : https://help.launchpad.net/ListHelp

Reply via email to