I have a small problem when running it as a vb-cronjob.
The member-count is displayed but threads and post are completly empty.
When i run it "manually" it will generate a correct image... even if i press the "Run now" button in cronjob it will generate it correctly
Could it be that when running as a vb-cronjob it sometimes doesnt have the time to run the complete code because a user aborts the page-load. (If im not misstaken cronjobs are runned when a user access a vb-page and there is a scheduled task that needs to be run)
Would it maybe be solved if you added ignore_user_abort(true) and (false) at the beginning and end of he script?
|