
localhost/exponent/install/index.php returns no body & blank page
Reported by Eamonn Killian | February 3rd, 2014 @ 12:32 PM | in User issues
Downloaded this morning with great anticipation. Unfortunately I can't get this to even load a page. Used the most up to date. If it helps:
$ cd /var/www $ git clone git://github.com/exponentcms/exponent-cms.git $ cd exponentcms $ touch install/not_configured
All worked fine ... created a db in mysql called exponentcms and added a user .. again all no issue. Then went to Chrome and http://localhost/exponentcms/install/index.php and "nada" nothing empty ...
I'm a complete noob so any help greatly appreciated ...
Comments and changes to this ticket
-
dleffler February 3rd, 2014 @ 01:34 PM
- Tag set to installer
- Assigned user cleared.
Ok, a couple troubleshooting steps...assuming this is a local test install.
- Browse to http://localhost to
ensure the server is up and running. Should at least display an 'It
Works!' page on a plain Apache web server install.
- Use your file browser to locate the web server document
root...you should see an 'index.html' file and based on what you've
typed above, the 'exponentcms' folder you cloned with git. Look
inside that folder (exponentcms) and see that it is populated (git
doesn't always 'checkout' the files from the locally cloned
repo)
- Try browsing to simply http://localhost/exponentcms to see if you get a 'Site is Down' page.
It might help to know what 'web server stack' (apache, MySQL, php) you are using. WAMP, uWamp, etc...
-
dleffler May 2nd, 2014 @ 02:05 AM
What is the status of this issue? Did the steps above clear up the problem?
-
-
-
-
-
dleffler June 3rd, 2016 @ 11:22 AM
- Milestone set to User issues
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Bug Tracker for Exponent CMS