View Full Version : url_to_jchat_dir_no_tslash


tomg
01-15-2005, 06:45 AM
Can anybody help???

twotone
04-22-2005, 07:58 PM
I'm getting the same error - anybody have a solution?

twotone
04-22-2005, 08:37 PM
Here is how I fixed it (on a windows shared virtual server):

change:

######################### DO NOT EDIT PAST THIS LINE ####################

require "func.pl";

to this:

######################### DO NOT EDIT PAST THIS LINE ####################

# change this to the full path to your jchat.cgi script directory
use lib "e:/web/public_html/yourwebspace/cgi-bin/jchat/";

require "func.pl";

soundey
09-07-2005, 12:16 AM
I am also having this problem but on a linux machine.. Does anyone know how i can resolve this, i have tried everything i can think of :banghead: