Hello,
I have gone through the install, checked the permisions, and even tried modifying the "require" in the .cfg file but Im still getting the error. My log had this to say:
Compilation failed in require at /usr/local/apache/cgi-bin/oj.cgi line 34.
and my oj.cfg
$mydir = "/usr/local/apache/htdocs";
$progdir = "/usr/local/apache/cgi-bin/oj";
$ojdir = "/oj";
$cgi_url = "/cgi-bin/oj.cgi";
$baseurl = "http://www.burningtowers.com";
$title = "Burnt Offerings";
$mesgdir = "story";
$ext = "html";
$mesgfile = "index." . $ext;
$multiuser = 1; # 1 = On, 0 = Off
$daytoarchive = "30";
$timezone = "PST";
$colors = qq~ bgcolor="#000000 text="#FFFFFF" link="#FF0000" vlink="#FF0000" ~;
$background = qq~ background="" ~;
$font = "arial,helvetica";
$size = "-1";
$tcolor = qq~ bgcolor="#CCCCAA" ~;
$tbcolor = qq~ bgcolor="#000000" ~;
$tbfontcolor = "#FFFFFF;
$tbfont = "verdana,ms sans serif";
$linebr = "
"; # What to use between entry title and entry blurb
$target_window = ""; # If you want to open an article link in a different window, just name it here
$auth_time = 3600; # 1 hour (in seconds)
$db_use_flock = 1;
$auth_dir = "$progdir/ojauth";
$tplt_dir = "$progdir/ojtemplates";
$auth_pw_file = "$progdir/ojaccess.db";
Any ideas are great. I had version 1.2 working grand. Guess thats what I get for messing with something that works.
Thanks
Derek
|