Login (Let's Go) button goes nowhere
Brought to you by:
chris1165
The auto install worked perfectly.....first time....most
scripts aren't that easy to install, Kudos to you!! My
problem is that after I register a name and go back to
the login screen, when I hit the "Let's Go" button, it
goes nowhere...... just blinks for a second and stays on
the login page..... What the heck did I miss? LOL
Logged In: NO
I am having the same trouble. When I click the Lets Go
button, it stays on the login page and a table is displayed at
the bottom (Nickname Column and Channel Column - repeated
4 times across the screen. You can see it here:
http://www.akoolkidzparty.com/phpchatnvid/index.php
It has taken me days to get this far, and I would really
appreciate some help with this. My email address is:
mgiroir@charter.net
Logged In: YES
user_id=1133140
Hey,
I had to change the session_save_path. (i had to add:
session_save_path
("/<deleted_server_info>/cgi-bin/tmp");
session_start();
to the top of /phpchatnvid/index.php as well
as /phpchatnvid/include/session_inc.php)
There may be more placed to add this but haven't found any
just yet.
If a company is hosting this for you. You will need to ask
them what to do.
Logged In: YES
user_id=1133140
These are a the fies that need the session_save_path added
to the top:
/choose_color.php
/frame_set.php
/friends.php
/getlines.php
/ignore.php
/index.php
/input.php
/invite.php
/operator.php
/static.php
/admin/install.php
/chatmail/chatmail_inbox.php
/chatmail/chatmail_sentmail.php
/chatmail/chatmail_writemail.php
/includes/check_flooder_inc.php
/includes/check_permissions_inc.php
/includes/defaults_inc.php
/includes/dutch_inc.php
/includes/emptyLang_inc.php
/includes/english_inc.php
/includes/exit_inc.php
/includes/login_inc.php
/includes/login_tpl.php
/includes/session_inc.php