Welcome Guest, Not a member yet? Register   Sign In
[Solved] Various Session problems
#17

[eluser]fchristant[/eluser]
@bretticus: For each cron job I have a seperate php file. These files are basically copies of the CI index.php, yet is slightly tweaked in order to make it work when run from the command line:

/* Call our controller/method */
$_GET = ''; // IMPORTANT - REQUIRED for proper url
$_SERVER['PATH_INFO'] = "services/imagedelete";
$_SERVER['QUERY_STRING'] = 'services/imagedelete';
$_SERVER['REQUEST_URI'] = 'services/imagedelete'; /* Emulate the URI manually */

It is a trick really. I am simply manually setting some server vars that CI relies on in order to function. It works beautifully, I can use all of the good stuff of CI in my cron jobs Smile


Messages In This Thread
[Solved] Various Session problems - by El Forum - 08-19-2010, 10:46 AM
[Solved] Various Session problems - by El Forum - 08-19-2010, 11:48 AM
[Solved] Various Session problems - by El Forum - 08-19-2010, 12:02 PM
[Solved] Various Session problems - by El Forum - 08-19-2010, 12:03 PM
[Solved] Various Session problems - by El Forum - 08-19-2010, 01:01 PM
[Solved] Various Session problems - by El Forum - 08-19-2010, 01:12 PM
[Solved] Various Session problems - by El Forum - 08-19-2010, 01:14 PM
[Solved] Various Session problems - by El Forum - 08-19-2010, 01:57 PM
[Solved] Various Session problems - by El Forum - 08-20-2010, 04:58 AM
[Solved] Various Session problems - by El Forum - 08-20-2010, 05:25 AM
[Solved] Various Session problems - by El Forum - 08-20-2010, 06:19 AM
[Solved] Various Session problems - by El Forum - 08-20-2010, 06:50 AM
[Solved] Various Session problems - by El Forum - 08-20-2010, 06:56 AM
[Solved] Various Session problems - by El Forum - 08-20-2010, 10:03 AM
[Solved] Various Session problems - by El Forum - 08-20-2010, 10:16 AM
[Solved] Various Session problems - by El Forum - 08-20-2010, 10:31 AM
[Solved] Various Session problems - by El Forum - 08-20-2010, 12:13 PM
[Solved] Various Session problems - by El Forum - 08-20-2010, 12:53 PM
[Solved] Various Session problems - by El Forum - 08-20-2010, 08:13 PM
[Solved] Various Session problems - by El Forum - 08-21-2010, 01:51 AM
[Solved] Various Session problems - by El Forum - 09-01-2010, 08:50 AM
[Solved] Various Session problems - by El Forum - 09-22-2010, 05:21 PM
[Solved] Various Session problems - by El Forum - 09-22-2010, 08:39 PM



Theme © iAndrew 2016 - Forum software by © MyBB