| Author |
Topic Search Topic Options
|
RHBurton
Newbie
Joined: 01 December 2003
Status: Offline
Points: 13
|
Post Options
Thanks(0)
Quote Reply
Topic: Users Cant Register Posted: 01 December 2003 at 12:26pm |
I just set up 7.6 clean on my site. I can create an admin account and everything's great, but I can't create a user. When I try to register as a user, I get:
Sorry, only members with sufficient permission can access this page.
This makes no sense to me. I'd be very glad for any enlightenment!
|
 |
RHBurton
Newbie
Joined: 01 December 2003
Status: Offline
Points: 13
|
Post Options
Thanks(0)
Quote Reply
Posted: 01 December 2003 at 12:30pm |
Except of course sometimes I get this error message instead:
Sorry, the Security Code entered did not match that displayed. A new Security Code has been generated. Please ensure that cookies are enabled on your browser.
All cookies are enabled, all permissions given, etc. (implied by "I created an admin account just fine, which works, etc.")
Help!
|
 |
RHBurton
Newbie
Joined: 01 December 2003
Status: Offline
Points: 13
|
Post Options
Thanks(0)
Quote Reply
Posted: 01 December 2003 at 1:03pm |
My front page shows this at the bottom, too:
Microsoft VBScript runtime error '800a01f4'
Variable is undefined: 'conquerChatUsers'
/oakville/jcri/forum/functions/format_page.asp, line 713
|
 |
RHBurton
Newbie
Joined: 01 December 2003
Status: Offline
Points: 13
|
Post Options
Thanks(0)
Quote Reply
Posted: 01 December 2003 at 3:51pm |
It's so erratic: sometimes I get that the security code doesn't match.
I never succeed in registering a user.
I also notice sometimes the graphical display of the security code fails to display in full - a few numbers display the "x" that means the browser didn't find them (I assume).
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 02 December 2003 at 3:03am |
|
Is your site on multiple load balanced web servers?
If it is this is why you are getting these problems because as your
site swiches between servers the ASP session is reset thus the forum
can not track the user. Your web hosts maybe be able to help with this
issue.
The conquerChatUsers
error is not a forum error it is a problem with the conquer chat
program you are trying to intergrate. The variable needs to be declared
before use.
|
|
|
 |
ctscott
Senior Member
Joined: 27 May 2003
Location: United States
Status: Offline
Points: 246
|
Post Options
Thanks(0)
Quote Reply
Posted: 02 December 2003 at 5:36am |
|
i believe the conquerChatUsers program requires some info. inside global.asa.
|
|
|
 |
RHBurton
Newbie
Joined: 01 December 2003
Status: Offline
Points: 13
|
Post Options
Thanks(0)
Quote Reply
Posted: 02 December 2003 at 8:11am |
My site is not on multiple load balanced web servers.
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 02 December 2003 at 8:17am |
|
Check with your hosts about ASP sessions on the server as the reason
why you will be getting such errors is if the ASP session keeps getting
dropped.
|
|
|
 |