| Author |
Topic Search Topic Options
|
cabri
Newbie
Joined: 23 May 2006
Status: Offline
Points: 6
|
Post Options
Thanks(0)
Quote Reply
Topic: Any profile can be updated Posted: 23 May 2006 at 2:50pm |
-boRg- wrote:
I have had a chance to look into this at the weekend, and it seems, after hours of trolling through ASP code that it is actually a problem with the javascript failing to run.
In register.asp around line 1341 you will find the following line:-
If intUpdatePartNumber = 0 OR intUpdatePartNumber = 1 Then
Change it to:-
If (intUpdatePartNumber = 0 OR intUpdatePartNumber = 1) AND blnWindowsAuthentication = False Then
This will clear up the javascript error and fix the permissions error you are getting.
|
I have tried this solution, but dont work. an you help me, please?
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 23 May 2006 at 4:42pm |
|
This is for fixing a problem if you are using windows authentication.
However, your topic title is saying 'Any profile can be updated' which has nothing to do with this. Could you please explain further what your problem is?
|
|
|
 |
cabri
Newbie
Joined: 23 May 2006
Status: Offline
Points: 6
|
Post Options
Thanks(0)
Quote Reply
Posted: 23 May 2006 at 6:22pm |
Sorry.
The problem is the same in this post
When any user try to update his profile, there is a message error (permission denied, etc, etc...).
Thanks (and sorry for my english)
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 23 May 2006 at 7:35pm |
|
Do you have a link so that I can have a look to see what the problem is?
If you are using a translated language file it could be the language file is incorrectly formatted for the JavaScript lines, thus the javascript is failing to run.
|
|
|
 |
cabri
Newbie
Joined: 23 May 2006
Status: Offline
Points: 6
|
Post Options
Thanks(0)
Quote Reply
Posted: 23 May 2006 at 10:41pm |
Yes....
Is not running for public yet. You can create a user, and after, try to change anything in your profile.
Thanks
|
 |
cabri
Newbie
Joined: 23 May 2006
Status: Offline
Points: 6
|
Post Options
Thanks(0)
Quote Reply
Posted: 23 May 2006 at 11:14pm |
Hi again
I have tried with original language files, and it's the same thing.
| Error |
Only members with sufficient permission can access this page.
A security error has occurred with authentication.
|
Edited by cabri - 23 May 2006 at 11:14pm
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 24 May 2006 at 8:44am |
|
Looking at your site you are using a standard forum setup, not Windows Authentication.
Is this correct?
If so then your problem will be unrelated to the Windows Authentication problem and we can look elsewhere for the course.
|
|
|
 |
cabri
Newbie
Joined: 23 May 2006
Status: Offline
Points: 6
|
Post Options
Thanks(0)
Quote Reply
Posted: 14 June 2006 at 4:41pm |
Still have a problem.... and a lot of users send me changes to their profiles.
I have tried the change in register.asp
Can i take a look in another part of code to view a posible solution?
Thanks
|
 |