I'm using the stable-branch from Gibhub. If I enable rewrite is set to true, and the statistics plugin is enabled, the following happens in Dashboard:
The dashboard I think tries to open itself in an infinite loop, halting after some time.
what version?
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
master from here: https://github.com/vanillaforums/Garden
Also, I forgot to say that it only happens when I enable the statistics plugin.
my mistake. I meant to say what version number? Do you know how to find the version number of vanilla that you are using?
I'd guess it's this line in index.php:
define('APPLICATION_VERSION', '2.1a26');
apha, I report the issue on github
grep is your friend.
I've just checked today's develop branch and it's fixed.
Comments
what version?
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
master from here: https://github.com/vanillaforums/Garden
Also, I forgot to say that it only happens when I enable the statistics plugin.
my mistake. I meant to say what version number? Do you know how to find the version number of vanilla that you are using?
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
I'd guess it's this line in index.php:
apha, I report the issue on github
grep is your friend.
I've just checked today's develop branch and it's fixed.