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; } }