I installed phpopenchat and can access the admin section OK, and I added a channel and so on, but when I go to /html/, I get only an empty window. Viewing source shows "<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title></title></head><body></body></html>"
and that's it.
I'm running this on a virtual host, so I moved all the include files into the html folder (actually I got the same result before the move, too). I don't get any mysql errors, but somehow the code of the index page isn't working. index_tpl.php displays OK if I access it directly, and I added a new user by going to register.php directly. But index.php is empty. (This is using the latest Mozilla build.) Any ideas? Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I installed phpopenchat and can access the admin section OK, and I added a channel and so on, but when I go to /html/, I get only an empty window. Viewing source shows "<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title></title></head><body></body></html>"
and that's it.
I'm running this on a virtual host, so I moved all the include files into the html folder (actually I got the same result before the move, too). I don't get any mysql errors, but somehow the code of the index page isn't working. index_tpl.php displays OK if I access it directly, and I added a new user by going to register.php directly. But index.php is empty. (This is using the latest Mozilla build.) Any ideas? Thanks.
you created a new channel with admintool, but did you change the defaults_inc.php to have a entry_channel, thats still existing?