[Serusers] serweb, getting it working
Ticknor.Scott at ic.gc.ca
Ticknor.Scott at ic.gc.ca
Wed Jan 21 18:08:22 CET 2004
thanks to the folks who helped me out yesterday, i ran the SQL commands as
directed and i no longer get the login errors with SERWeb. but... i get a
weird error now:
_____
Fatal error: Cannot redeclare class csub_not in /var/www/html/config.php
on line 6
----
is it possible that serweb is reading from more than one config.php files?
the only other one i could find was in the untarred download directory. i
removed this directory but the error remains. any ideas?
the relevant bit from config.php that the error refers to:
_____
<?php
/*
* $Id: config.php,v 1.30 2003/12/12 22:03:10 jiri Exp $
*/
class Csub_not { //this is "line 6"
var $uri, $desc;
function Csub_not($uri, $desc){
$this->uri=$uri;
$this->desc=$desc;
}
}
More information about the sr-users
mailing list