Plugin Author
Mark
(@markwolters)
Hi Cristian,
can you enable debugging in WordPress by adding the following to your wp-config.php file:
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_LOG’, true);
that will write the error to a debug.log file in the /wp-content/ folder. With this error we can see the exact cause of your issue.
Hi Mark,
I did that but no error log file is created.
Also i did not receive any email.
Plugin Author
Mark
(@markwolters)
Hi,
we have just received a bug report for an issue that could cause this error. It has been fixed in version 3.2.5. Can you try to update to this version to see if it fixes your issue?
Plugin Author
Mark
(@markwolters)
Great, thank you for the feedback and glad to hear the update fixed your issue!