Tagged: memory, php, updating page
Good morning,
I have a recent problem in my webpage made by enfold. The thing is I am updating a page after editing but when i am doing this the page is not working and I can only see the page refreshing all the time.
I am thinking the cause maybe could be a problem about memory limit in php and I should make it bigger in config.php, but not sure about that.
Let me know please what can i see what it’s the problem and how can I solve it.
Hey SMSPRO_CENTRAL,
To increase the wordpress memory limit please access wp-config.php file and add the below line right after @package wordpress
define('WP_MEMORY_LIMIT', '256M');
For a detailed explaination please check this link http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Or you can contact your service provider and they can do it for you.
If it does not help Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
Best regards,
Vinay