| Author |
Topic Search Topic Options
|
tomshiri
Newbie
Joined: 08 December 2006
Status: Offline
Points: 3
|
Post Options
Thanks(0)
Quote Reply
Topic: Support Error Code Posted: 08 December 2006 at 10:02am |
Hi everyone
I uploaded your forum..
and i get this message when i try to log in
"Server Error in Forum Application An error has occured while writing to the database. Please contact the forum administrator.
Support Error Code:- err_Access_loginUser()_update_USR_Code File Name:- functions_login.asp
Error details:- Microsoft JET Database Engine Cannot update. Database or object is read-only."
what i need to do?? what is the prooblam?
Thank you, Tom
|
 |
Mikey
Senior Member
1979
Joined: 06 October 2003
Location: United Kingdom
Status: Offline
Points: 839
|
Post Options
Thanks(0)
Quote Reply
Posted: 08 December 2006 at 12:02pm |
|
Hi Tom, You really should do a search because this has been posted many times but...
...your problem is that the database is read only, this means that no one can post anything because the database is locked.
Set the permissions on the database to Read/Write or i suggest using a better database system such as MSSQL or MySQL which are far more secure and robust.
|
|
Handyman man?
|
 |
tomshiri
Newbie
Joined: 08 December 2006
Status: Offline
Points: 3
|
Post Options
Thanks(0)
Quote Reply
Posted: 08 December 2006 at 12:17pm |
Thank you very much, and you have great forum!
can you tell me please haw to Set the permissions on the database to Read/Write ? 
Thanks again
|
 |
tomshiri
Newbie
Joined: 08 December 2006
Status: Offline
Points: 3
|
Post Options
Thanks(0)
Quote Reply
Posted: 10 December 2006 at 6:15am |
"You really should do a search "
can you tell me please where should i serch??
Thanks
|
 |
VBScript
Senior Member
Joined: 14 July 2004
Location: United Kingdom
Status: Offline
Points: 219
|
Post Options
Thanks(0)
Quote Reply
Posted: 10 December 2006 at 9:01am |
|
Goto the folder inwhich the database is stored.
Right click on the folder and go to "Properties".
In the Properties dialog go to "Security".
You want to give the Intenert Guest Account write permissions.
Do this by selecting the user and clicking the checkbox that allows write permissions.
I hope this helps
|
|
|
 |
iSec
Senior Member
Joined: 13 February 2005
Status: Offline
Points: 1140
|
Post Options
Thanks(0)
Quote Reply
Posted: 10 December 2006 at 5:46pm |
or if you have access to your hosting control panel, go to web directories, click on the folder that contains the database, and click on permissions, and then give the IUSER account Read/Write permissions and apply.
|
 |
Tolvor
Newbie
Joined: 16 February 2007
Status: Offline
Points: 1
|
Post Options
Thanks(0)
Quote Reply
Posted: 16 February 2007 at 5:52pm |
Hello,
I am having the same error code come up. I just loaded the software and tried logging in as administrator with the default password and get this error. the permissions set on the file are 757. What might be causing this?
Thank you in advance.
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 16 February 2007 at 6:12pm |
|
The permission 757 only works on a Unix server, permissions on Windows servers can not be set or viewed via FTP and must be set by the server administrator.
The error means that you do not have permission to write the the database, the permissions need to be set by your server admin.
Edited by -boRg- - 16 February 2007 at 6:13pm
|
|
|
 |