PDA

View Full Version : Error message trying to use "groups"


neil_r
2nd of August 2004 (Mon), 12:32
I am able to create a group but when I try and assign exhibitions to this group i get the following error message.

Any help would be appreciated.

Cheers


Exhibit Engine MySQL error!
ERROR FROM QUERY lock_groups in page 'exhibition_group_editor':

------------------------------
Access denied for user: 'neil-rice_com@%.lyceu.net' to database 'neil-rice_com_2'
------------------------------

If you encounter this error with unmodified EE source code please mail this error to EE developers with version number, detailed circumstances when it happened and preferably with a database backup dump. All reports helps improving EE to your satisfaction. Thank You.

Pekka
2nd of August 2004 (Mon), 13:13
You'll need lock privileges granted in MySQL - it should be so in every server (this is a basic feature) but some admins forget to set it on with MySQL 4. Contact your server support about this.

Locks are used to ensure data integrity in live servers.

neil_r
2nd of August 2004 (Mon), 13:18
many thanks

N