Tagged: x
-
AuthorPosts
-
September 1, 2016 at 2:32 pm #1157340
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
September 1, 2016 at 2:43 pm #1157371Hi 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
September 2, 2016 at 2:37 pm #1158854Hi 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
September 2, 2016 at 7:31 pm #1159095Hi 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!
September 9, 2016 at 1:51 pm #1168402Here 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
September 9, 2016 at 1:56 pm #1168407You are most welcome. 🙂
-
AuthorPosts