Installation problems om Windows Server 2008
PermalinkDeprecated: Function eregi() is deprecated in C:\Program Files\wamp\www\concrete\concrete\helpers\validation\strings.php on line 31
Warning: get_class() expects parameter 1 to be object, null given in C:\Program Files\wamp\www\concrete\concrete\blocks\autonav\controller.php on line 189
Fatal error: Call to a member function add() on a non-object in C:\Program Files\wamp\www\concrete\concrete\models\collection.php on line 418
Solutions?
Thankful for help.
phpinfo() shows error_reporting 22527. OK?
However no luck. Installaion still ends athttp://localhost/concrete/index.php/install/-/configure/... and showes the same messages as above.
When goning tohttp://localhost/concrete after this message i get
Notice: Undefined variable: dsn in C:\Program Files\wamp\www\concrete\concrete\libraries\loader.php on line 135
Try instead:
error_reporting = E_ALL & ~E_NOTICE | E_DEPRECATED
If that also fails, you could completely hide error messages in php.ini by setting:
display_errors Off
In this case, if a error occurs you will get a blank screen. But warnings, notices, etc. will be ignored.
Guess c5 hasn't been tested in php5.3 yet.
You can try to change the error reporting level in php.ini to:
error_reporting = E_ALL & ~E_DEPRECATED