Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1157340

    ASPEAK
    Participant

    I keep getting WordPress database error: [User has exceeded the ‘max_questions’ resource (current value: 75000)].

    This is becoming really annoying as my website just crashes and won’t respond

    #1157371

    Joao
    Moderator

    Hi There,

    Let´s try to improve your memory limited.

    Would mind adding this in your wp-config.php located at the root directory of your site.

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

    You can add it before the line

    /* That’s all, stop editing! Happy blogging. */

    Let us know how it goes.

    You also could try turning off third party plugins and see how it goes.

    Thanks

    Joao

    #1158854

    ASPEAK
    Participant

    Hi Joao,

    thanks for your suggestion.

    I already have this change set up, as woocommerce requires a memory boost to run.

    I have disabled every third party plugin to try and evaluate the issue but It is still happening. I am now down to the bare bones of x-theme with no running plugins… I am still being asked to re-install from the installation menu.

    I have x-theme and child running. I have checked through every forum I can to resolve this issue.

    Andy

    #1159095

    Darshana
    Moderator

    Hi there,

    This is web hosting related issue. I would recommend you to contact your hosting provider to resolve this.

    In the meantime, please check the following solution (http://stackoverflow.com/a/33047412).

    Thanks!

    #1168402

    ASPEAK
    Participant

    Here is the answer to this issue

    UPDATE your PHP version.

    I didn’t realise I missed a PHP version upgrade.

    All seems fine now.

    Andy

    #1168407

    Prasant Rai
    Moderator

    You are most welcome. 🙂