mysql error
| Project: | Ubercart Donation Products |
| Version: | 6.x-2.0-beta2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Hi,
Can't seem to get Donation Product working on 6.12. After enabling I get this:
warning: mysqli_real_escape_string() expects parameter 2 to be string, array given in /var/www/vhosts/site/httpdocs/drupal-6.12/includes/database.mysqli.inc on line 323.
warning: mysqli_real_escape_string() expects parameter 2 to be string, array given in /var/www/vhosts/site/httpdocs/drupal-6.12/includes/database.mysqli.inc on line 323.
warning: mysqli_real_escape_string() expects parameter 2 to be string, array given in /var/www/vhosts/site/httpdocs/drupal-6.12/includes/database.mysqli.inc on line 323.
warning: mysqli_real_escape_string() expects parameter 2 to be string, array given in /var/www/vhosts/site/httpdocs/drupal-6.12/includes/database.mysqli.inc on line 323.
Advice is appreciated...
Dan

#1
What other modules do you have installed? I can't replicate this issue.
#2
This error occurred for me when my new module's hook_node_info() defined an already existing node. (whoops!)
You might want to make sure any possibly conflicting mods are completely uninstalled.