Hello
Thanks for your maintenance effort for this nice module.
By the way, I'm experiencing the warning messages as below when I tried submitting a bio entry whose tab is included in the user profile page as a super admin.
# warning: Invalid argument supplied for foreach() in /virtual/***/public_html/modules/node/node.module on line 521.
# warning: implode() [function.implode]: Invalid arguments passed in /virtual/***/public_html/modules/node/node.module on line 525.
# 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 '' at line 1 query: SELECT n.nid, n.vid, n.type, n.status, n.created, n.changed, n.comment, n.promote, n.sticky, r.timestamp AS revision_timestamp, r.title, r.body, r.teaser, r.log, r.format, u.uid, u.name, u.picture, u.data FROM node n INNER JOIN users u ON u.uid = n.uid INNER JOIN node_revisions r ON r.vid = n.vid WHERE in /virtual/***/public_html/includes/database.mysql.inc on line 172.
I would like to understand what these warning messages stand for. Sorry, I cannot get it myself because I'm not a programmer.
It would be very much appreciated if you should teach me the meaning.
The situation could be described in other words ;
1. There is a user account already created.
2. "Content type for user biographies" is set as "Company information" premade with CCK
3. The bio is set as below;
> Use bio for user profiles
> Takeover profile
> Show fields on registration form:enable
3. As user/1, I tried submitting whitout inputting any field items (as experiment).
Thanks in advance.
Comments
Comment #1
STyL3 commentedI have this exact error...however, I am not using the bio module. I receive the error when trying to delete an uploaded file. Anyone know what is causing this?
Comment #2
john bickar commentedI also get this error, using the Conference Organizing Install Profile.
Here's the surrounding error codes from the devel module:
Comment #3
STyL3 commentedJust thought I'd share on how I fixed my issue. It seems it was related to the "filefield" module, at least in my case.
http://drupal.org/node/181346
Not sure about cubbtech's error.