problems after insllation
Brought to you by:
csyntax
I installed CSIG and got the new installation page, but
when I try to access the site I get the foloowing error:
"Fatal error: Cannot redeclare class system
in /usr/local/lib/php/System.php on line 51"
Did I do something wrong during installation, or is shtere
a line of code I need to adjust somewhere?
Logged In: YES
user_id=601961
Change line number 30 in libraries.php to read:
$new_include_dir = "./:" . $root_path . "libraries/:" . ini_get
('include_path');
that should fix it.
Logged In: YES
user_id=1033278
thanks