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.
[Vanilla Core 2.0.17.8] After upgrading to 2.0.17.8 some dashboard links are broken
After upgrading, some of the Dashboard links on the left side are wrong. Most of them are of the form: http://forums.mydomain.com/dashboard/settings/whatever and those are fine.
But some of them, like Categories and all the links under "Forums" section, are in this format:
http://forums.mydomain.com/vanilla/settings/managecategories
and they give me "Page not found" when I click them.
But some of them, like Categories and all the links under "Forums" section, are in this format:
http://forums.mydomain.com/vanilla/settings/managecategories
and they give me "Page not found" when I click them.
1
Comments
There was an error rendering this rich post.
I encountered this as well. In my case it was the "Vanilla Statistics" plugin that was causing the problem. If you have that enabled, try disabling it. If that is not the source you should change to debug mode to get a better idea where it might be happening. You do that by adding / changing the default in your conf/config.php settings file to the following:
$Configuration['Garden']['Errors']['MasterView'] = 'deverror.master.php';
Cheers