noumo / easyii-shop

Easyiicms simple shop with examples of all modules
96 stars 61 forks source link

Can not install #2

Closed fazliddin closed 9 years ago

fazliddin commented 9 years ago

I am following doc: http://easyiicms.com/docs/install.

Archive method results blank page

Composer method say that there is no stable version

fazliddin commented 9 years ago

OK, I figured out that CMS does not work under domain's subfolder. There is also bug in 76 line of web.php. It must be: return array_merge_recursive($config, require($webroot . '/vendor/noumo/easyii/config/easyii.php'));

noumo commented 9 years ago

thanks, fixed