Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
localhost install error 2.5
vNerd
New
I did a clean install on localhost.. and all i get is the header the logo a few links other then that page not found. if i use 2.3 no issue php 7.1 on zend
0
Comments
I just reverted back to 2.3.1 until a stable release is availble
2.5 IS a stable release.
If you are having issues, you can ask questions here, or file an issue on GitHub.
I have hit the same problem, wanted to test 2.5 out so created a fresh database and did a clean install of 2.5, the installation page comes up but once that is completed the redirect goes to a Page Not Found error, as does any other page. The database was populated with tables, but nothing working up front.
Running XAMPP 7.1.4 on Windows, just accessing via localhost/vanilla25. My old 2.3.1 install at localhost/vanilla works just fine.
Update: installing it on a vhost (vanilla.test) improved things slightly, the dashboard works and a few other pages, but not the actual forum pages. I assume it's a rewrite issue? Because the URLS aren't pretty either.
http://vanilla.test/index.php?p=/activity is a page that works
http://vanilla.test/index.php?p=/dashboard/settings/home is the dashboard working and where I was first directed after installation.
I think you must check if mod_rewrite is enabled because as I know it's not always default enabled with xampp.
Pretty urls aren't activated by default. You have to add
$Configuration['Garden']['RewriteUrls'] = true;
to the /conf/config.phpYour problems might be caused by the htaccess file. Please try this version
Yes it is enabled, I make use of it in other projects and no problems with 2.3.
No change WRT htaccess. Adding that line to the config changes the URLs but still 'page cannot be found' on the main page. Activity works, as does the admin page, but not the discussions.
There are also no options in the dashboard to create new forums and the Layout selection page is empty.
@vNerd
replace the old htaccess file from version 2.3.1 in the upgraded version 2.5
it's a bit strange but go to plugins and enable at least one disabled plugin, then the missing options appear.
Hmm yeah, doing that you get the modal that says "Required addon enabled: Vanilla" and now everything works. So it seems the problem is that the vanilla core isn't even enabled for whatever reason.
Thanks