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.

Allowed memory size of 67108864 bytes exhausted on VANILLA 2.1

katxt.com gets this error when browsing with user :

username: xxx
password: xxx

Allowed memory size of 67108864 bytes exhausted (tried to allocate 71 bytes) in /home/katxt/public_html/library/core/class.configuration.php on line 934

the server version is 5.3 http://www.katxt.com/ver.php

i've configured everything fine, im not sure what this error is.

Best Answer

  • peregrineperegrine MVP
    edited December 2012 Answer ✓

    disable all your plugins, if it resolves it, enable them in one by one until you find the culprit. Use the default theme. Then, if that doesn't resolve it - remove changes you made to the core if any.

    And for pete's sake - mention the version of vanilla 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.

Answers

  • peregrineperegrine MVP
    edited December 2012 Answer ✓

    disable all your plugins, if it resolves it, enable them in one by one until you find the culprit. Use the default theme. Then, if that doesn't resolve it - remove changes you made to the core if any.

    And for pete's sake - mention the version of vanilla 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.

  • the is a common php error google it. You need to allocate you memory limit.

    grep is your friend.

  • @peregrine im using 2.1a33
    @x00 it's not a common memory allocation problem, i've found out that it's an issue on fileupload plugin, so i disabled it:

    $Configuration['EnabledPlugins']['FileUpload'] = FALSE;

  • thx.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • @fr3333333x said:
    peregrine im using 2.1a33
    x00 it's not a common memory allocation problem, i've found out that it's an issue on fileupload plugin, so i disabled it:

    $Configuration['EnabledPlugins']['FileUpload'] = FALSE;

    Are you asking me or telling me?

    You are wrong. That fact that it affects a plugin doesn't change that it is a common php problem to do with allocated memory.

    If you had bothered to google it you would know that.

    grep is your friend.

  • hi @x00 yes indeed it's a common php problem anyway this is just a test site, im just taking a small part on bug testing :) thanks for your comments

Sign In or Register to comment.