I log in with user operator, all seems to be fine, when im in chatroom and i click "administration" it opens up an window with the index/loginpage.. my account shows up in grey... it seems that im logged in, right? but how can i administrate then? cant see any links in that page where i could administrate or anything else... whats wrong?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When you login there should be the Administration link in the bottom right hand corner. When you click on it, it should produce a popup that has the administration stuff in it. The screen with your name greyed out and stuff shouldn't be popping up when you click the administration link, that should only come up if you logout. Are you sure you're not missing the Administration Link and hitting the Exit Chat link? Also, if I wasn't clear, if you see your name greyed out, you are logged out, and have no administration options. Why it keeps your username and password after you logout is beyond me, but it does... Can't say much more there. Hope that helps! -Brian
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well im pretty sure im clicking the Administration button.. go to "http://www.eipox.com/images/rightbutton.gif"
and check out if its the right one.. Should it work like this.. I open the indexpage, log in with operator, it opens up the channel (in this case public channel without moderator), then the click the button which you can see in the image..
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Found new problem.. when i try to start an private chat it gives this error "XML-page cannot be shown XML-input cannot be shown, if stylepage is XSL. Fix the problem and select Refresh <javascript:location.reload()> or try again later. DOCTYPE-definition cannot be used outside prologue. Error while managing resource http://<path to chat sensored>/private_frameset.php?dialog_partner=Guest_57177&channel=Guest_72844&PHPSESSID=5e4df4a4cc1c0af51c94aa3701427f5c. line 2, place 11 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> ----------^"
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well...I'm sorry to leave you hanging like this, but that button you circled is the correct button, and I'm not sure why it would be taking you back to the login screen. Then, I am not familiar with XML, so I can't help you with the second problem. Sorry bout that.
Good luck!
Brian
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-12-19
I am getting the same problem with the admin button.
The problem is that on line 49 on admin/index.php it is looking to see if $_SESSION['chatter'] is set and it's not.
I am trying to work out why but its got me totally baffled :-(
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-12-19
Found the solution. Its not perfect but it works. In admin/index.php on the line previous to
session_start();
add
session_save_path("../tmp");
As I said not perfect as should be in the config file but couldn't be arsed to set it up correctly
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I log in with user operator, all seems to be fine, when im in chatroom and i click "administration" it opens up an window with the index/loginpage.. my account shows up in grey... it seems that im logged in, right? but how can i administrate then? cant see any links in that page where i could administrate or anything else... whats wrong?
When you login there should be the Administration link in the bottom right hand corner. When you click on it, it should produce a popup that has the administration stuff in it. The screen with your name greyed out and stuff shouldn't be popping up when you click the administration link, that should only come up if you logout. Are you sure you're not missing the Administration Link and hitting the Exit Chat link? Also, if I wasn't clear, if you see your name greyed out, you are logged out, and have no administration options. Why it keeps your username and password after you logout is beyond me, but it does... Can't say much more there. Hope that helps! -Brian
Well im pretty sure im clicking the Administration button.. go to "http://www.eipox.com/images/rightbutton.gif"
and check out if its the right one.. Should it work like this.. I open the indexpage, log in with operator, it opens up the channel (in this case public channel without moderator), then the click the button which you can see in the image..
damn.. the image link didnt work =D remove the quotation mark from the end =D didnt know it automaticly links urls ...
Found new problem.. when i try to start an private chat it gives this error "XML-page cannot be shown XML-input cannot be shown, if stylepage is XSL. Fix the problem and select Refresh <javascript:location.reload()> or try again later. DOCTYPE-definition cannot be used outside prologue. Error while managing resource http://<path to chat sensored>/private_frameset.php?dialog_partner=Guest_57177&channel=Guest_72844&PHPSESSID=5e4df4a4cc1c0af51c94aa3701427f5c. line 2, place 11 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> ----------^"
oh.. i translated that error message it was originally in my native language..
Well...I'm sorry to leave you hanging like this, but that button you circled is the correct button, and I'm not sure why it would be taking you back to the login screen. Then, I am not familiar with XML, so I can't help you with the second problem. Sorry bout that.
Good luck!
Brian
I am getting the same problem with the admin button.
The problem is that on line 49 on admin/index.php it is looking to see if $_SESSION['chatter'] is set and it's not.
I am trying to work out why but its got me totally baffled :-(
Found the solution. Its not perfect but it works. In admin/index.php on the line previous to
session_start();
add
session_save_path("../tmp");
As I said not perfect as should be in the config file but couldn't be arsed to set it up correctly