Posted in: Newspaper
Jan 27, 2021 at 11:25 pm
I was really just trying to help you.
To it , Open the wp-config.php file and search for these lines:
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);
Just before these lines, insert the following code:
/** WP memory increase and max allowed memory for administration */
define( ‘WP_MEMORY_LIMIT’, ‘512M’ ); // Increases allowed memory for wordpress application.
define( ‘WP_MAX_MEMORY_LIMIT’, ‘512M’ ); // Increases allowed memory for administration area.
A Wonderfull day to you also…. Remember to enjoy the people who actually trying to help you! 🙂
Jan 28, 2021 at 7:19 pm
Hello @compuedge!
Please check our guide from here: https://forum.tagdiv.com/system-status-parameters-guide/
Let me know about your results!
Thank you!
Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.