Hi Wayne, followed the debug instruction but cant get any output, where should the debug.log file reside?
I placed it into wp-content…amd changed the read write permissions as instructed.
Code added to wp-config:
/** Postie Debug Code */
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_LOG’, true);
define(‘POSTIE_DEBUG’, true);