Problem with Fudforum & egw [message #24375] |
Tue, 26 April 2005 13:15 |
heckpiet
Messages: 1 Registered: April 2005
Karma: 0
|
Junior Member |
|
|
Hi,
I useing Egroupware with the buildin Fudforum.
But i have a problem with creating a post.
i get this errormessage:
(/srv/www/web1/html/egroupware/fudforum/3814588639/index.php:131
/srv/www/web1/html/egroupware/fudforum/3814588639/index.php:99
/srv/www/web1/html/egroupware/fudforum/3814588639/theme/default/post.php:16 55
/srv/www/web1/html/egroupware/fudforum/3814588639/theme/default/post.php:37 51
/srv/www/web1/html/egroupware/fudforum/3814588639/index.php:414
) 1044: Access denied for user: 'web1@localhost' to database 'usr_web1_1'
Query: LOCK TABLES phpgw_fud_thread_view WRITE, phpgw_fud_level WRITE, phpgw_fud_users WRITE, phpgw_fud_forum WRITE, phpgw_fud_thread WRITE, phpgw_fud_msg WRITE
Server Version: 4.0.15
[Referring Page] http://mydomain.com/egroupware/fudforum/3814588639/index.php?t=post&frm _id=1&
I can't understand. But the user web1 has access to the Database usr_web1_1
What can be the reason ?
Greetings Piet
|
|
|
Re: Problem with Fudforum & egw [message #24378 is a reply to message #24375] |
Tue, 26 April 2005 15:55 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
In MySQL permissions are assigned on a per-operation basis. Given the error it seems that your account does not have the privelege to execute the LOCK (table locking) command. You need to ask your admin to permit your account to use this command.
FUDforum Core Developer
|
|
|