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.
Constantly Needing to Dump the 'Cache' Directory [SOLVED]
Hey guys,
I'm routinely getting Server 500 Errors on the following files...
http://forumwebsite.com/discussion/settings/analyticstick.json
http://forumwebsite.com/discussion/dashboard/notifications/inform
(Not the actual website, but you get the idea)
...and when I do, I can fix this by deleting the .ini
and the locale-developer-en-CA.php
file from the Cache directory.
Running Version 2.1.11 with Bootstrap theme.
0
Comments
why the heck are you running the locale developer plugin?
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
...didn't think I was?
Hmm ... found this in my config.php
$Configuration['Garden']['Locales']['DeveloperMode'] = TRUE;
Is that a problem?
what plugins do you have installed?
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Active Plugins:
lol. yes! make it false. or remove it.
it will keep getting bigger and bigger that is why you run out of memory and have all kinds of problems.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Thanks. I've turned it off and cleared the cache again. It seems to have stopped coming back for now.
@Simeon_Griggs
I think you may have used this plugin perhaps.
CustomizeText
ring a bell?
https://github.com/vanilla/addons/search?utf8=✓&q=developer+mode
or you added the config manually based on some info.
https://github.com/vanilla/vanilla/search?utf8=✓&q=developermode
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Oh yeah I may have that on at one stage...