phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phpgroupware-users] Database error: lock(Array, write) failed.


From: Daryl L. L. Houston
Subject: Re: [Phpgroupware-users] Database error: lock(Array, write) failed.
Date: Mon, 23 Jun 2003 09:56:10 -0400
User-agent: KMail/1.5

I figured this just had to do with grants.  You'll need to issue "grant all on 
databasename.* to dbuser identified by 'password' and flush your privileges.  
That might solve your problem.  I did get some weird locking errors when 
modifying some of the calendar code, however.  I resolved them by unlocking 
tables (function's in phpgwapi) before trying to perform my update, and it 
worked like a charm.  

D



On Monday 23 June 2003 09:47 am, Chris Weiss wrote:
> php-mysql errors are very weird...
>
> almost sounds like you don't have permission to create locks on your
> database...which I find very odd.
>
> Paul Mac F. (address@hidden) wrote:
> >Hey all,
> >
> >I am new to phpGW, just recently found it, I have been trying to get
> >php-nuke and postnuke to do what your software does in a heart beat for
> >ages...
> >
> >So first of all, to the dev team... CHEERS!
> >
> >Now, I am no newbie to php, mysql etc. but I can't seem to work out what
> > is making phpgw do this... I have got enough experience in the set-up of
> > how your system works to try to work it out myself.
> >
> >Basically, whenever I try to submit any data in the admin area (I tried in
> >the timesheet module as well, same problem), I get the following:
> >---------------------------------
> >Database error: lock(Array, write) failed.
> >MySQL Error: 1044 (Access denied for user: 'address@hidden' to database
> >'neocore_phpgw')
> >
> >Session halted.
> >---------------------------------
> >
> >Is this to do with phpGW or is it to do with my webhost being a little
> >strict oir something? This isn't something I have met before... I tried
> >searching the mail list archives, but all of them seem to refer to the
> >calendar module for this error...
> >
> >
> >Cheers in advance...
> >
> >NeoCORE
> >
> >_________________________________________________________________
> >Use MSN Messenger to send music and pics to your friends
> >http://www.msn.co.uk/messenger
> >
> >
> >
> >_______________________________________________
> >Phpgroupware-users mailing list
> >address@hidden
> >http://mail.gnu.org/mailman/listinfo/phpgroupware-users
>
> _______________________________________________
> Phpgroupware-users mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/phpgroupware-users





reply via email to

[Prev in Thread] Current Thread [Next in Thread]