I just coded a plugin that is called from a custom hook that I placed in admincp/faq.php (I know, not the best way, but its for testing purposes). Basically, when I manually run
http://localhost/vb/admincp/faq.php , it runs and works perfectly. Anyway. I need to cron this to run hourly, which I did using vB's cronning system, but whenever vB's cronning system runs the faq.php, it doesnt do anything, and gives me this error message:-
Fatal error: Call to a member function on a non-object in C:\Program Files\XAMPP\xampp\htdocs\vbulletin\global.php on line 235
I have no clue why its doing this at all...
Please could someone help me?