Hello My Wordpress Gurus
I am getting an Internal Server Error when I try to Export "All Content" from Tools=>Export. I can export single items like "Post" or "Pages".
I suspected it might be a php.ini issue so I made some changes, I added max_execution_time and bumped up the upload_max filesize:
upload_max_filesize = 60M
post_max_size = 60M
max_execution_time = 300
;error_reporting(E_ALL & ~E_NOTICE)
extension=pdo.so
extension=pdo_sqlite.so
extension=sqlite.so
extension=pdo_mysql.so
It did not fix the problem.
Another suggestion I found was with the wp-config.php and that was to add the following line:
define('WP_MEMORY_LIMIT', '64M');
And that did not fix the problem.
I did not modify the .htpaccess, see below:
# BEGIN WordPress
# END WordPress
Any takers? please?
Deb