I am unable to install a fresh version of EE2
when i direct my browser to the systems folder to install i am greeted with a blank white screen. after turning error reporting on in the index.php i recieve the following error
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /nfs/c04/h03/mnt/66433/domains/ee.changeupmag.com/html/syschangeup2011/installer/core/Installer_Config.php on line 45
i dont know php but when i look at the installer_config.php file it seems like its missing a “}” on line 41 to close the funtion started on line 35
35 class Installer_Config Extends EE_Config {
36
37 var $config_path = ''; // Set in the constructor below
38 var $database_path = ''; // Set in the constructor below
39 var $default_ini = array();
40 var $exceptions = array(); // path.php exceptions
41
42 /**
43 * Constructor
44 */
45 public function __construct()
46 {
47 parent::__construct();
48
49 $this->config_path = EE_APPPATH.'/config/config'.EXT;
50 $this->database_path = EE_APPPATH.'/config/database'.EXT;
51
52 $this->_initialize();
53 }
ive run the server test wizard and had a full green light to install. so im not really sure whats going on here.
any help would be appreciated
thanks
john