• Resolved staceyelle

    (@staceyelle)


    Checking for updates was performed with errors: – Failed to reset cache for the instance #1: Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 65536 bytes) in /home/xxxx/public_html/wp-content/plugins/forminator/addons/pro/trello/class-forminator-addon-trello-quiz-settings.php on line 710 Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 65536 bytes) in Unknown on line 0

    Trouble since updating PHP to 8.0 with PHP memory allocation suggested by my Host for WordPress

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Zafer – WPMU DEV Support

    (@wpmudevsupport15)

    Hi @staceyelle,

    I hope you are doing well today!

    It seems the issue is related with the exhaustion of memory limits, since it is 40MB by default in WordPress. Please try increasing it and let us know if the issue persists. You can refer to our blog on how to do this.

    https://wpmudev.com/blog/increase-memory-limit/#Editconfig

    Kind regards,
    Zafer

    Thread Starter staceyelle

    (@staceyelle)

    Memory_Limit is already at 256MB – all settings are increased to what I have been told is Ideal for wordpress

    max_execution_time 60

    max_input_time 90
    max_input_vars 3000
    memory_limit 256M
    post_max_size 128M
    session.gc_maxlifetime 1440

    That isn’t the answer

    Plugin Support Zafer – WPMU DEV Support

    (@wpmudevsupport15)

    Hi again @staceyelle,

    Those are two different things, one is the PHP memory limit which you have set and the one I am referring is the amount used for WordPress. Please follow the instructions on my previous response and try adding the below line into your wp-config.php file

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

    Please make sure to add above code just before the line
    /* That’s all, stop editing! Happy blogging. */

    Kind regards,
    Zafer

    Thread Starter staceyelle

    (@staceyelle)

    Hello, My wp-config.php file does not address memory limit. All defined limits are created in the PHP editor and the results match my php.ini file. ???

    Thread Starter staceyelle

    (@staceyelle)

    code is now in position. Thanks

    Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @staceyelle

    code is now in position. Thanks

    Can you, please, confirm if this solved the issue and we can consider this ticket as resolved?

    Or do you still need assistance with the case?

    Best regards,
    Adam

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @staceyelle ,

    We haven’t heard from you for a week now, so it looks like you don’t have more questions for us.

    Feel free to re-open this ticket if needed.

    Kind regards
    Kasia

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Failed to reset cache’ is closed to new replies.