warning: Bad arguments to implode() in (module location)

i am getting this in all the modules ever since i upgraded to PHP 4.2.3

didn't get it with 4.2.2

i checked the args @ www.php.net using the function finder...i see nothing wrong with the funcions

ex. (taken out of trip_forum.module)

$form .= implode('

',taxonomy_node_form('trip_forum',$node));

i tried both double and single quotes...still nothing.

warning: Bad arguments to implode() in /usr/local/apache/htdocs/drupal/modules/image.module on line 269.

warning: Bad arguments to implode() in /usr/local/apache/htdocs/drupal/modules/story.module on line 99.

happens when you click "create" so i'm not sure why implode is getting this error. :?

Comments

Cracker Jack Mack’s picture

btw, in my previous post, there is a paragraph HTML tag that didn't show up (thats taxomony starts on alother line)

Well i just rolled back to php 4.2.2 still getting the error

any comments would be greatly appreciated

btw, this is how i made both 4.2.2 and 4.2.3

./configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql --enable-track-vars --with-openssl --enable-sysvsem --enable-sysvshm --enable-sockets --with-zlib-dir=/usr/local && make && make install

also discovered this under the "blocks" ont he admin page.

user error: You have an error in your SQL syntax near 'GROUP BY node.nid ORDER BY sort DESC LIMIT 5 ' at line 7 query: SELECT nid, title, GREATEST(node.timestamp, MAX(comments.timestamp)) AS sort FROM node LEFT JOIN comments ON comments.lid = node.nid WHERE type = 'bbs_topic' AND node.status = GROUP BY node.nid ORDER BY sort DESC LIMIT 5 in /usr/local/apache/htdocs/drupal/includes/database.mysql.inc on line 56.warning: Invalid argument supplied for foreach() in /usr/local/apache/htdocs/drupal/modules/project.module on line 453.user error: You have an error in your SQL syntax near 'GROUP BY node.nid ORDER BY sort DESC LIMIT 5 ' at line 7 query: SELECT nid, title, GREATEST(node.timestamp, MAX(comments.timestamp)) AS sort FROM node LEFT JOIN comments ON comments.lid = node.nid WHERE type = 'bbs_topic' AND node.status = GROUP BY node.nid ORDER BY sort DESC LIMIT 5 in /usr/local/apache/htdocs/drupal/includes/database.mysql.inc on line 56.warning: Invalid argument supplied for foreach() in /usr/local/apache/htdocs/drupal/modules/project.module on line 453.