I have recently installed 0.8.1.1 everything is fine and working correctly I can login as admin and change all details. The only thing wrong is when I sign up as a user it will not allow me to login I have tried it from different locations, and I have uninstalled it and reinstalled without any luck. Can anyone help?? There is little point only myself being able to use the site.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-05-19
I am having this problem too, when I look at phpwebsite.appstate.edu I see they have the Login as a left block, the only problem I am having is adding that. HELP!!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-05-22
Do one of the following.
edit the theme header.php so that the line for the login submit button looks like this:
<input type=\"submit\" name=\"op\" value=\"login\" />
or edit user.php so the swith statement looks like this:
switch(strtolower($op))
the problem is that switch is case sensitive and "Login" is not the same as "login"
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have recently installed 0.8.1.1 everything is fine and working correctly I can login as admin and change all details. The only thing wrong is when I sign up as a user it will not allow me to login I have tried it from different locations, and I have uninstalled it and reinstalled without any luck. Can anyone help?? There is little point only myself being able to use the site.
I am having this problem too, when I look at phpwebsite.appstate.edu I see they have the Login as a left block, the only problem I am having is adding that. HELP!!
Do one of the following.
edit the theme header.php so that the line for the login submit button looks like this:
<input type=\"submit\" name=\"op\" value=\"login\" />
or edit user.php so the swith statement looks like this:
switch(strtolower($op))
the problem is that switch is case sensitive and "Login" is not the same as "login"