Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Installing SilverStripe /

Getting SilverStripe up and running on your computer and on your web server.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Fatal error during instalation


Go to End


840 Views

Avatar
goen

Community Member, 1 Post

22 November 2011 at 3:47am

Hi everyone

I am trying to install SS on web server and fatal error occurred.

Fatal error: Declaration of AssetAdmin::getsubtree() must be compatible with that of LeftAndMain::getsubtree() in /homez.379/pawelkaz/www/drupal/cms/code/AssetAdmin.php on line 790

I put all files in folder which is in root folder and I have to create htaccess file in root to access PHP5

htaccess in root folder

SetEnv REGISTER_GLOBALS 0
SetEnv ZEND_OPTIMIZER 1
SetEnv MAGIC_QUOTES 1
SetEnv PHP_VER 5
SetEnv PHP_VER 5_TEST
SetEnv PHP_VER 6

Cheers
Paul