Closed (fixed)
Project:
Unique field
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
16 Mar 2008 at 08:16 UTC
Updated:
8 Nov 2008 at 23:51 UTC
warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in C:\wamp\www\D5\sites\all\modules\unique_field\unique_field.module on line 206.
Comments
Comment #1
dalcorta commentedSame here, not only does that warning appear, the field is not unique. I was able to create 2 nodes with same field value
Comment #2
arithmetric commentedThis likely had to do with my use of the database-specific function mysql_fetch_object instead of Drupal's abstraction layer function db_fetch_object. This is changed in the latest version (dated 2008-October-25).
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.