PHP Memory Limit 40 MB ⤏ We recommend memory to at least 128 MB.

Posted in: Newspaper
Post count: 4

How am I supposed to change this when the link for help does not fit the theme at all.

Where do I put it, or where do I change this setting.

The help link does not make any sense.

Post count: 4

You have to change this in your wp-config.php

Post count: 4

I know that but how. Nothing matches up with the instructions. That’s not a very good answer sorry. Please read my message. How is this support with a answer like that?

Post count: 47

Hi, apologies for commenting on this. I think Sionkosionko may just be trying to help, not sure if he/she is a tagDiv staff member!

Post count: 4

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! 🙂

Post count: 4

Well it does not work. Can I get someone who knows what they are doing please. I am not enjoying your help at all.

Post count: 21065

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.