Hello everyone,
I just downloaded and setup 0.15, and it's great. The only things I've had trouble with are the mysql.sql file was missing a field and the exit command isn't working properly. I fixed the sql statement on my own, but I'm having trouble finding where the error is in the exit option. This is what happens, I click on exit in the main chat and it redirects to a page that is not there. It's looking for the phpMyChat.php3 but it can't find it for some reason. Here is the actual error - <b>Not Found</b> The requested URL /chat/../phpMyChat.php3 was not found on this server. Here's the link it's tryinging to access - http://localhost/phpMyChat.php3?dbSessionId=1ff8303d67a07d72523c5c1785253036&exitMessage=1
Any help would be greatly appreciated. Thanks
Timothy
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-09-05
Figured this one out. You have to login to the chat using the url http://localhost/chat/
in stead of using http://localhost/phpMyChat.php3. I was logging in using phpMyChat.php3 instead of going to the chat directory to login. Easy fix, because nothing was ever broke.... :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello everyone,
I just downloaded and setup 0.15, and it's great. The only things I've had trouble with are the mysql.sql file was missing a field and the exit command isn't working properly. I fixed the sql statement on my own, but I'm having trouble finding where the error is in the exit option. This is what happens, I click on exit in the main chat and it redirects to a page that is not there. It's looking for the phpMyChat.php3 but it can't find it for some reason. Here is the actual error - <b>Not Found</b> The requested URL /chat/../phpMyChat.php3 was not found on this server. Here's the link it's tryinging to access - http://localhost/phpMyChat.php3?dbSessionId=1ff8303d67a07d72523c5c1785253036&exitMessage=1
Any help would be greatly appreciated. Thanks
Timothy
Figured this one out. You have to login to the chat using the url http://localhost/chat/
in stead of using http://localhost/phpMyChat.php3. I was logging in using phpMyChat.php3 instead of going to the chat directory to login. Easy fix, because nothing was ever broke.... :)