• Hi Guys,

    I’m trying to setup Post SMTP on my Wordpess site to handle email. However, I’m getting this error when trying to install the plugin:

    Installation failed: {“success”:true,”data”:{“install”:”plugin”,”slug”:”post-smtp”,”pluginName”:”Post SMTP Mailer\/Email Log”,”activateUrl”:”https:\/\/mywebsite.com\/wp-admin\/plugins.php?_wpnonce=40b2044899&action=activate&plugin=post-smtp\/postman-smtp.php”}} jQuery(document).ready(function() { jQuery(‘#sp-uninstall-link’).click(function() { var answer = jQuery(“#spuninstalldialog”).dialog({width: 600}) .find(‘:checkbox’).off(‘change’).on(‘change’, function(e){ if (this.checked) jQuery(‘#sp-url’).val(‘/wp-admin/admin-ajax.php?_fs_blog_admin=true&spf=uninstall&remove=storage’); else jQuery(‘#sp-url’).val(‘/wp-admin/admin-ajax.php?_fs_blog_admin=true&spf=uninstall’); }); }); });

    Has anyone come across this issue before? What might be causing it?

    Kind regards
    Jimmy

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Never heard of this issue.
    looks like a plugins conflict.

    Thread Starter jimmyjamesjimmy

    (@jimmyjamesjimmy)

    Hey yehudah many thanks for replying.

    If it’s a plugin conflict, would I be able to find which one it might be from the logs? If so where do you think should I look in WordPress?

    You can add this line to wp-config.php located on your site root folder.

    // Enable WP_DEBUG mode
    define( 'WP_DEBUG', true );
    
    // Enable Debug logging to the /wp-content/debug.log file
    define( 'WP_DEBUG_LOG', true );
    
    // Disable display of errors and warnings
    define( 'WP_DEBUG_DISPLAY', false );

    Try to install again, check the log located here /wp-content/debug.log for Fatal error messages, and paste them here.

    when done, delete the lines from wp-config.php file

    Thread Starter jimmyjamesjimmy

    (@jimmyjamesjimmy)

    Hey yehudah,

    Thank you that helps heaps! I’ll give that a shot ??
    Otherwise my other option is I’ll go through and manually disable each plugin until I track down the culprit.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Post SMTP Install fails’ is closed to new replies.