skeeks-cms / cms

SkeekS CMS (Yii2)
https://cms.skeeks.com
BSD 3-Clause "New" or "Revised" License
136 stars 65 forks source link

Trying to install on c9 #47

Closed hdushku closed 7 years ago

hdushku commented 7 years ago

I just followed the instruction here: https://cms.skeeks.com/en/docs/installation When I run the following error shows: PHP Notice – yii\base\ErrorException Undefined variable: tree skeekserror

skeeks-semenov commented 7 years ago

@hdushku Current documentation here. Although this is not the case. https://docs.cms.skeeks.com/en/latest/overview.html#installation

Try to set such settings in the index.php https://yadi.sk/i/4znPQiBc3FUFrN

error_reporting(E_ERROR | E_WARNING | E_PARSE); ini_set('display_errors', 'On');

This seems to be a problem of a specific basic project.

hdushku commented 7 years ago

Thanks for the response I tried what you said: Now shows this error: renderactiveform

And when I try to access admin it shows "Page not found"; pagenotfound

hdushku commented 7 years ago

Just solved by short_open_tag on

in php.ini