I have all working fine, but stumbled on two bugs
in I.E everything works fine, But in Opera the link back to userpage (after creating/deleting folder) does not work. In Netscape i can not login
It lets me create a new user but after that it throws me back to "login.php" when i try to login it just reloads "login.php".
You can find my site at http://rawwwebsolutions.com/user/public_html/
hope you can help
Richard.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I don't know about the Opera one, you would have to check the HTML. The Netscape one seems to be caused by cookies not getting set or passed. You can try modifying the code to fix it:
That has about zip chance of fixing it, but it's the best I can do without access. If you really want it fixed I can work on it on the server, but that is the kind of thing I charge for.
Jason Wies aka Zone
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2001-07-26
You were right it didn't work there is still no cookie set.
I don't get it why it works for I.E and opera but not for netscape. If you have some more ideas the're welcome.
Thanks richard.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have all working fine, but stumbled on two bugs
in I.E everything works fine, But in Opera the link back to userpage (after creating/deleting folder) does not work. In Netscape i can not login
It lets me create a new user but after that it throws me back to "login.php" when i try to login it just reloads "login.php".
You can find my site at http://rawwwebsolutions.com/user/public_html/
hope you can help
Richard.
I don't know about the Opera one, you would have to check the HTML. The Netscape one seems to be caused by cookies not getting set or passed. You can try modifying the code to fix it:
login.php/37: exit; (after header)
users.php/top: delete the "if (!$cookieusername && !$cookiepassword)" clause
That has about zip chance of fixing it, but it's the best I can do without access. If you really want it fixed I can work on it on the server, but that is the kind of thing I charge for.
Jason Wies aka Zone
You were right it didn't work there is still no cookie set.
I don't get it why it works for I.E and opera but not for netscape. If you have some more ideas the're welcome.
Thanks richard.