Quote:
Warning: implode() [function.implode]: Bad arguments. in /includes/cron/mh_mv_stats.php on line 144
|
As per my previous post, this was caused by a change in behaviour between MySQL 4.x (tested on 4.1.21) and 5.x (development was done on 5.0). The WHERE-clause that should filter members that are set to invisible was causing the query to return no results with MySQL 4.1.21.
Adding () around the condition solved the problem. Also added test to avoid errors if no members returned.