PhileCMS / Phile

A flat file CMS with a swappable parser and template engine.
https://philecms.github.io/
Other
257 stars 49 forks source link

installing - white screen #68

Closed haheute closed 10 years ago

haheute commented 10 years ago

I installed phile with

composer create-project phile-cms/phile 0.9.2

That gave me an error:

  Problem 1
    - The requested package phile-cms/plugin-installer-plugin could not be found in any version, there may be a typo in the package name.

Then I changed the composer.json line of plugin-installer-plugin to:

"phile-cms/plugin-installer-plugin": "dev-master"

and ran composer update. Then it completed without errors. I also ran generator.php and set the encryption key in config.php, but all I get in the browser is a white screen without anything. On both paths:

http://localhost/project/phile/setup
and
http://localhost/project/phile

I did not touch the .htaccess or anything else. mod-rewrite is enabled and works with other projects in localhost.

haheute commented 10 years ago

seems to be solved. had to allow webserver to write in temp and now i get the welcome page.