View Single Post
  #1  
Old 08-09-2009, 09:32 AM
Flexxall Flexxall is offline
Member
 
Join Date: Aug 2009
Posts: 4
Credits: 1,783
Flexxall
Default (RESOLVED) Install error please help

I am getting the following error when i click continue installation from this page
http://localhost/phpbb3/adoptables/install/index.php?step=3

Error :
Fatal error: Cannot redeclare class Config in C:\xampp\php\PEAR\Config.php on line 44

Line 44ish of config.php
* it creates to keep track of the configuration structure.
*
* @author Bertrand Mansion <bmansion@mamasam.com>
* @package Config
*/
class Config {

/**
* Datasource
* Can be a file url, a dsn, an object...
* @var mixed
*/
var $datasrc;
Reply With Quote