Elxis CMS Forum
Support => Installation => Topic started by: paranoic on July 01, 2009, 19:51:01
-
hi guys
its the first time ive been using elxis (pandora rev) and i want to try it on my localhost. but when i get on localserver usualy it should apear first instalation page but it just appears nothing (blank page) showing no wrrors or anything that could tell me whats the matter
hope youll gonna help me guys
thanks a lot
-
other php files are visible?
have you modified your template's index.php?
check your server error-logs
-
when you install ex. joomla, you come to first step of installation but in this case nothing appears
i install it by apache as all other cms's and this is firs time i am having this kind of problem, it just nothing appears
no other files are visible
really have no idea what could it be !?
-
I Repeat !
other php files are visible?
have you modified your template's index.php?
check your server error-logs
especially your error-logs...
-
how do i modify template
i dont understand realy
what is the point with modifying templates?
(no errors showing in error logs)
-
i only asked .. i didn't told you to modify your template?
other php files are visible (other cms .. other script.. any script) other php files are visible?
-
The page is empty because there is a fatal php error and you have set errors not to be displayed.
Open your php.ini file and set error_reporting: E_ALL and display_errors = on. Restart apache.
Go to installation page again. See for error messages.
Maybe the error is caused by the php version (elxis requires php 5+) or a missing library (xml, zlib).
Copy-paste the error message here.