Details
Description
Apache log reports:
PHP Notice: Use of undefined constant CIVICRM_CONFDIR - assumed 'CIVICRM_CONFDIR' in /path_to_joomla/administrator/components/com_civicrm/civicrm/bin/cli.php on line 112
PHP Notice: Use of undefined constant CIVICRM_CONFDIR - assumed 'CIVICRM_CONFDIR' in /path_to_joomla/administrator/components/com_civicrm/civicrm/bin/cli.php on line 113
Solution Define in civicrm.settings.php
/**
- To avoid an php notice when runnning the cron job
*/
define( 'CIVICRM_CONFDIR', '/path_to_joomla/administrator/components/' );
Installation is in Joomla on mac OSX 10.6.6 server