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]

edited October 2015 in Vanilla 2.0 - 2.8

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.

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?

  • peregrineperegrine MVP
    edited October 2015

    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:

    • Add Registration Question
    • All Viewed
    • Button Bar
    • Check Role Smarty
    • Civil Tongue Ex
    • DefaultAvatar
    • Discussion Photos
    • Discussion Poles
    • Flagging
    • Hidden Roles
    • Ignore
    • Mediator
    • Members List Enhanced
    • Mentions Lookup
    • Participated Discussions
    • Pockets
    • Quotes
    • Role Titles
    • Split / Merge
    • Spoilers
    • Stop Auto Draft
    • Stop Forum Spam
    • Temp Ban
    • Troll Management
    • Vanilla SEO
  • peregrineperegrine MVP
    edited October 2015

    @Simeon_Griggs said:
    Hmm ... found this in my config.php

    $Configuration['Garden']['Locales']['DeveloperMode'] = TRUE;

    Is that a problem?

    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.

  • peregrineperegrine MVP
    edited October 2015

    @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...

Sign In or Register to comment.