I received the following error on a fresh install:

Type	php
Date	Monday, June 2, 2008 - 12:26
User	admin
Location	http://localhost/?q=admin/settings/imagefield_gallery_types
Referrer	http://localhost/?q=admin/settings/imagefield_gallery_types
Message	mysql_real_escape_string() expects parameter 1 to be string, array given in /var/www/drupal57/includes/database.mysql.inc on line 400.
Severity	error

Comments

EclipseGc’s picture

what version of php are you running?

kulfi’s picture

I have PHP v 5.1.2

EclipseGc’s picture

I was afraid of that... I've tried very hard not to introduce any bugs into the php 5 realm, but I haven't tested my most recent version in 5.x so I'll have to do that. I still don't think it's my bug, but I'll try to take a look shortly.

Eclipse