Page 1 of 1
I get the installed in wrong directory message
Posted: Fri Sep 09, 2016 1:24 pm
by gautamz07
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.
Re: I get the installed in wrong directory message
Posted: Fri Sep 09, 2016 1:32 pm
by Celauran
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
Posted: Fri Sep 09, 2016 1:47 pm
by gautamz07
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.
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
Posted: Fri Sep 09, 2016 1:53 pm
by Celauran
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
Posted: Tue Sep 13, 2016 3:50 pm
by gautamz07
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
Posted: Tue Sep 13, 2016 4:30 pm
by Celauran
Have you fixed your document root yet?
Re: I get the installed in wrong directory message
Posted: Wed Sep 14, 2016 2:05 am
by gautamz07
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

Re: I get the installed in wrong directory message
Posted: Wed Sep 14, 2016 4:18 pm
by gautamz07
Thanks @celauran aloooooot finally got my bolt setup right ,
http://imgur.com/a/0qwtp
Thanks aloot guys
