I just downloaded bolt and pasted the contents of bolt in a folder htdocs/bolt now when i navigate in my browser to http://localhost:8080/bolt/ , i see the following page
http://imgur.com/jJKRAMT
any idea why i get this instead of the login screen ?
Thank you.
I get the installed in wrong directory message
Moderator: General Moderators
Re: I get the installed in wrong directory message
Did you follow the suggestions in that error message? Namely, did you point your doc root to /bolt/public instead of /bolt?
Re: I get the installed in wrong directory message
Yes i tried that , or maybe it's a cache issue , sorry , i guess i hv asked this before , but how do i turn of the cache in bolt ?
P.S. :-
my bolt.yml file looks like below now.
P.S. :-
my bolt.yml file looks like below now.
Code: Select all
paths:
cache: app/cache
config: app/config
database: app/database
web: bolt/public
themebase: bolt/public/theme
files: bolt/public/files
view: bolt/public/bolt-public/view
Re: I get the installed in wrong directory message
You can disable caching in config.yml, but I don't think that's the issue. Also, the error message you posted specifically refers to the web server's document root, not something you'd change within your Bolt configuration. You need to tell Apache to look in the right place.
Re: I get the installed in wrong directory message
Still not resolved , i'll post back if i can find a solution , i can't seem to diagnose the problem either
, Let me try a few things and then i'll post back.
Re: I get the installed in wrong directory message
Have you fixed your document root yet?
Re: I get the installed in wrong directory message
Celauran , i just did a fresh install and then i navigated to http://localhost:8080/bolt/public/ and it worked .. yess
P.S. Now i have a problem changing the default database from mysqli to mysql
will post that on another thread though 
P.S. Now i have a problem changing the default database from mysqli to mysql
Re: I get the installed in wrong directory message
Thanks @celauran aloooooot finally got my bolt setup right ,
http://imgur.com/a/0qwtp
Thanks aloot guys
http://imgur.com/a/0qwtp
Thanks aloot guys