mysql error after installing 6.x.1.x-dev from 6.x.1.1
davea - April 3, 2009 - 07:36
| Project: | Workflow Fields |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
warning: mysql_real_escape_string() expects parameter 1 to be string, array given in /home/httpd/dev/drupal-6.10/includes/database.mysql.inc on line 321.
The just appeared when I update the module trying to fix a different problem with date fields. If I disable the module, the problem goes away.
Thanks,
DaveA

#1
This occurs when you update a node.
Thanks,
DaveA
#2
What is the version of date.module that you're using? Did you run update.php to upgrade the database schema for date.module?
Also, what are the settings on the date field that causes the failure? Visible, editable, or none?
#3
Closed unless I hear back from original poster.