Accessing $vbulletin->options from a scheduled task
Hi all,
I am developing a scheduled task (cron). When I run this manually via the Scheduled Task Manager, it works perfectly. However, when invoked via the cron scheduler, only a very limited set of items are available in the $vbulletin->options array; this breaks my script.
Does anyone know how I can ensure that the options I require are read into the options array in this situation?
Thoughts appreciated.
Cheers,
P
|