szakal162
Member
Posted 2 years ago #
The problem start showing itself about 2weeks ago when my host update php ver.
when Im presing Export button, it is take about 10sec for load and I have blank page. somehow my blog cannot create new backup file;/
how I can make it work again ?
ps:
I have trying using backup plugins but they all don't work with that problem.
ps2:
I have been looking on forum to find solution but I have not see any simlar problems.
szakal162
Member
Posted 2 years ago #
Anyone can help me please;/
Wonder if you need to increase the amount of memory available to PHP??
Methods for increasing the amount of memory a PHP script may consume
1. If you have access to your PHP.ini file, change the line in PHP.ini
If your line shows 32M try 64M:
memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)
2. If you don't have access to PHP.ini try adding this to an .htaccess file:
php_value memory_limit 64M
3. Try adding this line to your wp-config.php file:
define('WP_MEMORY_LIMIT', '64M');
4. Talk to your host.
szakal162
Member
Posted 2 years ago #
Thank you!! that have help me a lot^^