Quote:
Originally Posted by Jenta
line 64 is this..
PHP Code:
include_once(DIR . '/' . $nextitem['filename']);
sounds like its not finding the cronfile
Look at the path in the cronjob. It should be...
./includes/cron/ircmanager.php
|
Thanks Jenta....
My line in the cronjob read:
includes/cron/ircman
so i changed it to:
./includes/cron/ircmanager.php
So in my eyes there is a problem with the install script for this....
However...
I still have a problem.... now when I run the scrip I get:
Code:
IRC Manager
Warning: Invalid argument supplied for foreach() in /includes/cron/ircmanager.php on line 69
Warning: Invalid argument supplied for foreach() in /includes/cron/ircmanager.php on line 76
Done
I noticed someone else mentioned this same problem earlier, but it appears unanswered...
Further help appreciated