Just tried this and I am getting the following error when the cron is run..
Quote:
Gather Statistics on Members Visited
Warning: implode() [function.implode]: Bad arguments. in /includes/cron/mh_mv_stats.php on line 144
Done
|
line 144 reads
Code:
, '" . $vbulletin->db->escape_string(implode(", ", $names_a_short)) . "'
I have tried it with both the database writing and also the file writing with the same error.
Any ideas please?