Tufat's instructions read, "Once logged in to the admin interface, it's fairly self-explanatory. Please note that PHP session support must be enabled to use the admin interface. If you're having difficulty logging in, but you're able to use FlashChat just fine, then you probably have some bug in your PHP session support. A quick hack to get around the login is to add 3 lines of code to the top of the file, after the include_once line, like this:
$_SESSION['userid'] = 1;
include( 'index.php' );
exit;
1) What is session support and how do I ensure PHP session support is enabled to use the admin interface?
2) I am able to use FlashChat just fine, but can't login to admin. I tried to use these instructions, but it just caused an error.
3) Why is there not a FlashChat admin in the User CP?
Tufat says, "As stated before, if you are using a CMS or Bulletin Board, you should use your CMS login. For example, on tufat I am using FlashChat integrated with phpBB. I would login using my phpBB administrator login. To manage users, I would actually use the phpBB administration interface, however, NOT FlashChat's admin interface.
I did the basic install twice the exact same way. What gives?
|