Welcome Guest, Not a member yet? Register   Sign In
Cron job bootstrapper: what is the 'full absolute file/path of my CodeIgniter index.php file'
#3

[eluser]eoinmcg[/eluser]
Hi Russel,

You can get the ‘Main CI index.php file’ location as follows:

Code:
echo BASEPATH.'/'.SELF;

then for the Cron job bootstrapper try

Code:
define('CRON_CI_INDEX', BASEPATH.'/'.SELF);

Hopefully that should do it...


Messages In This Thread
Cron job bootstrapper: what is the 'full absolute file/path of my CodeIgniter index.php file' - by El Forum - 05-08-2009, 04:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB