installation
illucent opened this issue · 12 comments
hi! please write install guide
Hi! @illucent I'll do it in tonight.
Do you have specific question on installation?
To do: guide on github
my dev server is: http://devdev.illucent.info
i have specific question i followed new installation guide and received an error again:
(that's why i'm asking for install guide)
Unhandled Exception
Message:
Undefined offset: 6
Location:
/usr/lib/php/head.php on line 90
php version 5.4
I have no file named head.php
Searching 915 files for "head.php"
0 matches across 0 files
I think It's comes from somewhere else but not from Indira CMS - please confirm what you using /public as a root for devdev.illucent.info
OR
Send a link for code on GitHub
/home/me_user/public_html/public
i did not set virtual hosting settings as it is shared hosting
the same error i received at cloud with more advanced features and more php extensions installed (
It happens on PHP 5.3 or later?
5.4 version of PHP
Try to edit .htaccess at root of Indira CMS - https://github.com/dr-dimitru/indira/blob/master/.htaccess
Please see my comment in this commit: 3cf18f5#L0R7
Change /public/... to your actual public folder name, like public_html
Or at least try to remove .htaccess from root of Indira CMS
Do you use Apache? Or nginx? Cause nginx do not support htaccess files
apache of course
should i make some additional steps with laravel?
Everything is described at docs: https://github.com/dr-dimitru/indira#quick-insallation-guide or http://indira-cms.com/1 (sometimes unavailable due to development process)
For additional info, go here: http://laravel.com/docs/install
UPD:
Please let me know about your application installation