Active
Project:
Imagefield Gallery
Version:
5.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jun 2008 at 02:39 UTC
Updated:
4 Jun 2008 at 19:12 UTC
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
Comment #1
eclipsegc commentedwhat version of php are you running?
Comment #2
kulfi commentedI have PHP v 5.1.2
Comment #3
eclipsegc commentedI 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