Got following install error:
------------------------------
* warning: Invalid argument supplied for foreach() in /home/zongzong/public_html/sites/default/modules/month/month.module on line 25.
* warning: implode() [function.implode]: Bad arguments. in /home/zongzong/public_html/sites/default/modules/month/month.module on line 32.
* user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ) GROUP BY monthno ORDER BY monthno DESC' at line 1 query: SELECT DATE_FORMAT(FROM_UNIXTIME(created),'%Y-%m') AS monthno,COUNT(*) AS nodenum FROM node n LEFT JOIN localizernode loc ON loc.nid=n.nid WHERE (loc.locale IN ('en','-') OR loc.locale IS NULL) AND ( n.created>0 AND (n.status=1) AND n.type IN () ) GROUP BY monthno ORDER BY monthno DESC in /home/zongzong/public_html/includes/database.mysql.inc on line 172.
------------------------
Any suggestion? Thanks.

Comments

wmostrey’s picture

Could it be that you did not select a node type to include? If you do, do you still have the error?

wmostrey’s picture

Status: Active » Postponed (maintainer needs more info)
wmostrey’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)