I have a script that runs fine from the command line regardless of user. However when I try to run this script from cron I get
Can't call method "log_file" on an undefined value ...
$exp->log_file("/home/abc/log.file");
please and assistance would be wonderful