UNENDED - Blog

  • Home
  • About
  • Books
  • Notes
  • Marks
Post 207

Fatal Error: Allowed Memory Size Fix for ExpressionEngine 2.0 PB

  • Archive

    • August 2010
    • March 2010
    • December 2009
    • July 2009
    • June 2009
    • April 2009
    • March 2009
    • October 2008
    • September 2008
    • August 2008
    • July 2008
    • May 2007
  • Filed Under: Programming
  • Tags: ExpressionEngine, PHP
  • Publish Date: 2 December 2009
  • Share this post
    • Twitter
    • Facebook
    • Buzz

I’ve been running a couple of tests with a new installation of Expression Engine 2.0 Public Beta. Everything has been running pretty smoothly, but I did run into an error when I tried to edit existing pages added during the installation (if you selected to have Agile Records added).

When trying to edit an entry would get:

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 311296 bytes) in...

A quick workaround for this is to add the following line of code at the top of your admin index.php page.

1
ini_set('memory_limit', '32M');

I’m only running a local version on my MacBook Pro MAMP PRO setup for my own testing purposes so this is going to be pretty isolated, but I thought I’d post this in case somebody else runs into the same snag.

2 Comments - Join the Discussion

Discussion

  1. losted
    Commented on 3 December 2009 at 2:55 pm

    Hey Thanks for posting this! :)

  2. Diego
    Commented on 21 July 2010 at 5:42 pm

    Thanks!, you save my day and my site!

Add to the Discussion X

Your email is never published nor shared. Required fields are marked *

You may use these HTML tags and attributes:<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">

  • Recent Posts

    1. The Business of Design
      The Business of Design

      24 August 2010 Business

    2. SXSWi 2010 – Content Strategy
      SXSWi 2010 – Content Strategy

      14 March 2010 Interactive

    3. ABC URL Game
      ABC URL Game

      6 March 2010 Miscellaneous

    4. Fatal Error: Allowed Memory Size Fix for ExpressionEngine 2.0 PB
      Fatal Error: Allowed Memory Size Fix for ExpressionEngine 2.0 PB

      2 December 2009 Programming

    5. "No input file specified." ExpressionEngine Issue Resolved
      "No input file specified." ExpressionEngine Issue Resolved

      28 July 2009 Programming

    6. Exporting Dynamic SWF Art to Illustrator
      Exporting Dynamic SWF Art to Illustrator

      4 June 2009 Flash

    7. AIGA and the Design Industry in 2015
      AIGA and the Design Industry in 2015

      6 April 2009 Design

    8. Storyboarding Interactive Experiences
      Storyboarding Interactive Experiences

      21 March 2009 Interactive

  • © Patrick Ashamalla.
  • RSS 1.0
  • RSS 2.0