Issue with Caching Plugin and Memory Limit

Posted in: Newspaper
Post count: 2

I’m not comfortable sharing site details on a public forum, so if it’s possible to chat directly I can share those. I just installed Newspaper theme and I’m getting two warnings. One is that my PHP limit is 40, which is incorrect. This site is hosted on Kinsta with a 256 limit. Secondly, I’m getting a warning saying that I need to download a caching plugin, but Kinsta doesn’t allow that as they do their own caching. What do I need to do?

Post count: 63

Same here. No idea why it says only 40, when it is set 128. Weird stuff.

Post count: 63

I have edited wp-config.php file in the WordPress root directory, and added (IT WAS NOT THERE AT ALL) the line:
define( ‘WP_MEMORY_LIMIT’, ‘128M’ );

Now the 40MB problem is gone, but Im not sure if that line shouldn’t have been there already and if this is the right way to do it.

Post count: 27744

Hello,

Please make sure the system status parameters are correctly increased according to our documentation from here -> https://forum.tagdiv.com/requirements-for-newspaper/ in config is WP_MEMORY_LIMIT not PHP Memory Limit (there is a typo, sorry) => https://www.screencast.com/t/88pK5QXpC
Also, you do not need to have a plugin cache installed if you have it on your host…

Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.