Vanilla open source was terminated 1 January 2025 by Higher Logic. See this announcement for more information.
[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