I'm getting numerous errors this being the most seen when click on I WANT TO CHAT
Warning: Unable to jump to row 0 on MySQL result index 3 in /home/sites/home/web/rpgchat/includes/write_line_inc.php on line 46
Also whenever I goto the admin page and click a link the dir it goes to is wrong it will add like /admin/admin/index.php not just admin/index.php
BTW I'm running the most current apache and php 4
PLEASE HELP I REALLY LIKE THIS CHAT
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
first of all: if you get this mysql-error-message, there's something wrong with the database-settings in default_inc.php in your include path.
edit this file again, look, if all is filled in correct (without whitespaces) and the database, the databaseuser and password exists.
next step: have you created the databasesheme without using phpMyAdmin? cause phpMyAdmin got an error while creating it. better make use of the mysql-binary at shell. the errormessage you got looks like the channels-table is not created correct.
next problem: admin. did you make any trailing slashes in default_inc.php where the installdir-directive is set? if: please delete them.
if this all will not help: contact me directly. mail to giese@foreach.de
if you want to look at a frequented and working chat with using phpopenchat look at www.schulhofchat.de
but this is a german version ;-)
good luck
mirko
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm getting numerous errors this being the most seen when click on I WANT TO CHAT
Warning: Unable to jump to row 0 on MySQL result index 3 in /home/sites/home/web/rpgchat/includes/write_line_inc.php on line 46
Also whenever I goto the admin page and click a link the dir it goes to is wrong it will add like /admin/admin/index.php not just admin/index.php
BTW I'm running the most current apache and php 4
PLEASE HELP I REALLY LIKE THIS CHAT
hi ryan,
it sounds like you changed the variable ENTRYCHANNELNAME within defaults_inc.php.
You must have a channel named like the
ENTRYCHANNELNAME.
If you set your ENTRYCHANNELNAME to "the hall" you have to create a channel "the hall".
HTH
Michael
hi ryan,
first of all: if you get this mysql-error-message, there's something wrong with the database-settings in default_inc.php in your include path.
edit this file again, look, if all is filled in correct (without whitespaces) and the database, the databaseuser and password exists.
next step: have you created the databasesheme without using phpMyAdmin? cause phpMyAdmin got an error while creating it. better make use of the mysql-binary at shell. the errormessage you got looks like the channels-table is not created correct.
next problem: admin. did you make any trailing slashes in default_inc.php where the installdir-directive is set? if: please delete them.
if this all will not help: contact me directly. mail to giese@foreach.de
if you want to look at a frequented and working chat with using phpopenchat look at www.schulhofchat.de
but this is a german version ;-)
good luck
mirko