Where can I edit max_input_vars and WP Memory Limit?

Posted in: Newsmag
Post count: 2

Hello there,

I have followed up this guide but I cant find the lines in my root/wp-config.php file.

Cuz in STATUS I can see this:

1000 – the max_input_vars should be bigger than 2000, otherwise it can cause incomplete saves in the menu panel in WordPress. To see how you can change this please check our guide here.

And

40 MB/request – We recommend setting memory to at least 128MB. The theme is well tested with a 40MB/request limit, but if you are using multiple plugins that may not be enough. See: Increasing memory allocated to PHP. You can also check our guide here.

Post count: 35449

Hi

In order to increase the WP Memory Limit you need to open the wp-config.php and add this line of code define( 'WP_MEMORY_LIMIT', '256M' ); here, just like this -> https://i.imgur.com/kHKlWXV.png -> https://i.imgur.com/mZlK9Fy.png for max_input_vars you can ask your host to help you, in most cases, this can be set in php.ini or .htaccess as in our documentation -> https://forum.tagdiv.com/newsmag-requirements-for-newsmag/

Hope this will help you, if there is anything else, just let me know!
Thank you!

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