Re: [phpslash-users] Problem with phpslash 0.7.1 install
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2003-09-04 17:01:49
|
On Thu, Sep 04, 2003 at 11:36:43AM -0400, Michael Eck wrote: > Hi. I'm installing 0.7.1 with the phplib that comes in the > phpslash-0.7.1/class/phplib folder. When I try to access my root URL > after ensuring that phplib works, I get an error: > > Fatal error: Cannot redeclare class session in > /usr/local/apache/php/session4.inc on line 14 > A couple of quick thoughts: Don't add any phplib changes to php.ini or .htaccess. Leave these lines in config.ini commented - 160 ; phplibdir = "/classdir/phplib/php/" 164 ;prependfile = "/path/to/phplib/php/prepend.php" Doing this will load the phplib in class/phplib and shouldn't try to load another installation. hope this helps, Joe > Any thoughts? > Michael eck > me...@ho... > |