ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

Error when trying to edit entries in CP

May 22, 2012 8:05pm

Subscribe [2]
  • #1 / May 22, 2012 8:05pm

    AngelLaw

    12 posts

    Receiving error:

    Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 95 bytes) in /www/pmh4361/public_html/alcp/db/db.mysql.php on line 382

    This happens when attempting to edit a section entry in expression engine v 1.6.3

    Evan

  • #2 / May 23, 2012 4:53pm

    Shane Eckert

    7174 posts

    Hello AngelLaw,

    I am sorry to hear you are running into this problem.

    I know this is referencing the MySQL process, but I believe it’s PHP that is handling this request and so it’s PHP that is running out of memory.

    Can you check out this article and try increasing the memory?

    Please let me know how this works out.

    Cheers,

  • #3 / May 23, 2012 4:58pm

    AngelLaw

    12 posts

    Thank you Shane but the article doesn’t point to a solution for increasing the memory. Do you know if that is done through EE?

  • #4 / May 23, 2012 5:02pm

    Shane Eckert

    7174 posts

    Hello AngelLaw,

    You will want to contact your hosting company if you are on shared hosting. They will need to increase the memory.

    If you are not using a shared hosting environment, these are the settings you will want to look into.

    memory_limit
    This sets the maximum amount of memory in bytes that a script is allowed to allocate.
    Default size 5.3 in is “8M”

    post_max_size (must be greater than upload_max_filesize)
    Sets max size of post data allowed. This setting also affects file upload.
    Default size in 5.3 is “128M”

    upload_max_filesize
    The maximum size of an uploaded file.

    max_execution_time
    This sets the maximum time in seconds a script is allowed to run before it is terminated by the parser.
    Default setting in 5.3 is “30”

    I believe you will want to increase memory_limit.

    Cheers,

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases