| Author |
Topic Search Topic Options
|
Beta6484
Newbie
Joined: 19 May 2010
Status: Offline
Points: 10
|
Post Options
Thanks(0)
Quote Reply
Topic: Permission Problems Posted: 19 May 2010 at 9:28pm |
Hello, I am using version 9.68 of the forum and can not solve one problem, I hope you can help me. I configured everything right, delegate the necessary permissions, etc.. But when I test and try to post anything I get the following error message:
Error | Only members with sufficient permission can access this page.
A security error has occurred with authentication.
Please ensure that all cookies are enabled on your web browser, you are not using a saved or cached copy of the page, and your Firewall/Proxy settings are not hiding or masking your IP address. |
I am using a database access and for now I'm just testing the forum. It is hosted on a good server with support for asp and php so this part I see no reason to give error and I do not believe that the session has expired because I remain logged. I look forward to answer and I thank you for your attention. 
PS.: I am Brazilian and my English is not fluent ... Forgive me for any mistakes.
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 20 May 2010 at 11:54am |
|
I am struggling to read your post. Could you please report using a standard, readable font?
|
|
|
 |
Beta6484
Newbie
Joined: 19 May 2010
Status: Offline
Points: 10
|
Post Options
Thanks(0)
Quote Reply
Posted: 20 May 2010 at 1:24pm |
Sorry, I am using version 9.68 of the forum and can't solve one problem, I hope you can help me. I configured everything right, delegate the necessary permissions, etc.. But when I test and try to post anything I get the following error message:
Error | Only members with sufficient permission can access this page.
A security error has occurred with authentication.
Please ensure that all cookies are enabled on your web browser, you are not using a saved or cached copy of the page, and your Firewall/Proxy settings are not hiding or masking your IP address. |
I am using a database access and for now I'm just testing the forum. It is hosted on a good server with support for asp and php so this part I see no reason to give error and I do not believe that the session has expired because I remain logged. I look forward to answer and I thank you for your attention. 
PS.: I am Brazilian and my English is not fluent ... Forgive me for any mistakes.
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 20 May 2010 at 2:20pm |
|
Are you using the forum ins sub domain?
If so depending on how your web hosts setup sub domains you may need to edit the includes/setup_options_inc.asp file and change the cookie path to the root.
|
|
|
 |
Beta6484
Newbie
Joined: 19 May 2010
Status: Offline
Points: 10
|
Post Options
Thanks(0)
Quote Reply
Posted: 20 May 2010 at 3:26pm |
Sorry, is that I am beginner in programming in ASP. I spotted the line of the script but not sure what to change ... Replace the "/" by "../", because in fact the files are in a folder within the server, and nothing happened, he continued giving the same error. Could you help me by correcting the path? Thanks... 
|
 |
Beta6484
Newbie
Joined: 19 May 2010
Status: Offline
Points: 10
|
Post Options
Thanks(0)
Quote Reply
Posted: 26 May 2010 at 7:13pm |
|
Hello, any answers???
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 27 May 2010 at 7:47am |
You need to remove the line below:-
strCookiePath = Left(Request.ServerVariables("HTTP_URL"), InstrRev(Request.ServerVariables("HTTP_URL"), "/"))
|
Then uncomment the line below by removing the single quote mark from in front:-
So that it looks like:-
|
|
|
 |
Beta6484
Newbie
Joined: 19 May 2010
Status: Offline
Points: 10
|
Post Options
Thanks(0)
Quote Reply
Posted: 27 May 2010 at 6:09pm |
I had already done this, but it did not work ...The server folder structure is as follows:
Hope I'm not being annoying ... Is there a post already answered about this problem? Thank you for your attention. 
|
 |