Fatal error

Home Forums All Other Themes Fatal error

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #91106
    mawaqe3mawaqe3
    Member
    • Topics: 33
    • Replies: 75
    • Total: 108
    Member since: October 2, 2017

    Hello

    While updating the content of the website via dashboard I received this message Several times, after refresh browser it works properly.

    https://prnt.sc/hxvtk0

    Thanks

    #91108
    mawaqe3mawaqe3
    Member
    • Topics: 33
    • Replies: 75
    • Total: 108
    Member since: October 2, 2017

    and sometimes receive this message

    http://prntscr.com/hxvvkm

    after refresh it works fine

    #91211
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30627
    • Total: 30627
    Member since: August 16, 2013

    Hi,

    First you need to edit the wp-config.php file on your WordPress site. It is located in your WordPress site’s root folder, and you will need to use an FTP client or file manager in your web hosting control panel.

    Next, you need to paste this code in wp-config.php file just before the line that says ‘That’s all, stop editing! Happy blogging.’

    define( 'WP_MEMORY_LIMIT', '256M' );

    This code tells WordPress to increase the PHP memory limit to 256MB.

    Once you are done, you need to save your changes and upload your wp-config.php file back to your server.

    Note: If this solution does not work for you, then this means your web hosting service provider does not allow WordPress to increase PHP memory limit. You will need to ask your web hosting provider to increase your PHP memory limit manually.

    Regards,
    Dave

    #91440
    mawaqe3mawaqe3
    Member
    • Topics: 33
    • Replies: 75
    • Total: 108
    Member since: October 2, 2017

    Thank you 🙂

    #91451
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30627
    • Total: 30627
    Member since: August 16, 2013

    🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.