Viewing 1 replies (of 1 total)
  • Thread Starter bewlay51

    (@bewlay51)

    Hi All – This has now been resolved – fix below…

    Fix Fatal Error Problem – memory issue
    You need to edit “wp-config.php file in the root of the WordPress install folder – its easy to find. Make a backup first then add the following line “define( ‘WP_MEMORY_LIMIT’, ’64M’ );” as shown below. Its on about line 19 just below all the intro text lines.

    // ** MySQL settings – You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define( ‘WP_MEMORY_LIMIT’, ’64M’ );

Viewing 1 replies (of 1 total)
  • The topic ‘Fatal error: Allowed memory size’ is closed to new replies.