share by email form not working
-
Jetpack sharing seems to be stuck after filling email and hitting submit.
Have already tried disabling other plugins (all and in varying combinations) and also tried changing/reinstalling theme to no avail.
Site: http://www.vsopretro.com/
WordPress 4.5.2 running Klasik Framework theme.It works fine however on:
http://vsop.kennywan.net/2016/05/27/hello-world/
-
The issue could be caused by a conflict with the subscription form you’ve added to your sidebar. Could you try to remove it, and try to use the sharing button again?
If that doesn’t help, could you add the following to your site’s wp-config.php file?
define('WP_DEBUG', true); if ( WP_DEBUG ) { @error_reporting( E_ALL ); @ini_set( 'log_errors', true ); @ini_set( 'log_errors_max_len', '0' ); define( 'WP_DEBUG_LOG', true ); define('WP_DEBUG_DISPLAY', false); define( 'CONCATENATE_SCRIPTS', false ); define( 'SAVEQUERIES', true ); }Once you’ve done so, try sharing a post via email again, and then check the
wp-content/debug.logfile for errors. You can paste the results here,and then replacedefine('WP_DEBUG', true);bydefine('WP_DEBUG', false);in the code above.Thanks!
Hi Jeremy,
Have tried the above, but there is no debug.log file in that folder, anything else I should try?Thanks for giving it a try. Were you able to try things out when removing the newsletter subscription form from your sidebar?
Yep tried just taking off the newsletter widget and deactivating that plugin too. Have just quickly deactivated all plugins except for jetpack, but it still doesn’t seem to work.
Similarly no debug file
It’s interesting, as I do see a 500 error when the form is submitted.
Could you try to use a plugin like Postman to force your WordPress installation to use a third-party email provider, like Gmail, to send out its emails?
https://wordpress.org/plugins/postman-smtp/Let me know how it goes.
Have tried using Postman, and test emails in the plugin work. The share button still doesn’t work, but there is not the debug.log –
[31-May-2016 12:55:23 UTC] PHP Fatal error: Class 'NewsletterSubscription' not found in /home/mtinetwork/domains/vsopretro.com/public_html/wp-content/plugins/newsletter/subscription/page.php on line 17 [01-Jun-2016 01:57:38 UTC] ERROR PostmanManageConfigurationAjaxHandler: Array ( [0] => PostmanWizardSocket Object ( [hostname] => mail.vsopretro.com [hostnameDomainOnly] => vsopretro.com [port] => 587 [protocol] => SMTP [secure] => 1 [mitm] => 1 [reportedHostname] => hkbn-spk-a214.pointdnshere.com [reportedHostnameDomainOnly] => pointdnshere.com [message] => [startTls] => 1 [authPlain] => 1 [auth_login] => 1 [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => 1 [transport] => smtp [label] => [id] => mail.vsopretro.com_587 ) [1] => PostmanWizardSocket Object ( [hostname] => www.googleapis.com [hostnameDomainOnly] => googleapis.com [port] => 443 [protocol] => HTTPS [secure] => 1 [mitm] => [reportedHostname] => www.googleapis.com [reportedHostnameDomainOnly] => googleapis.com [message] => [startTls] => [authPlain] => [auth_login] => [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => 1 [transport] => gmail_api [label] => [id] => www.googleapis.com_443 ) [2] => PostmanWizardSocket Object ( [hostname] => mail.vsopretro.com [hostnameDomainOnly] => vsopretro.com [port] => 25 [protocol] => SMTP [secure] => 1 [mitm] => 1 [reportedHostname] => hkbn-spk-a214.pointdnshere.com [reportedHostnameDomainOnly] => pointdnshere.com [message] => [startTls] => 1 [authPlain] => 1 [auth_login] => 1 [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => 1 [transport] => smtp [label] => [id] => mail.vsopretro.com_25 ) [3] => PostmanWizardSocket Object ( [hostname] => mandrillapp.com [hostnameDomainOnly] => mandrillapp.com [port] => 443 [protocol] => HTTPS [secure] => 1 [mitm] => [reportedHostname] => mandrillapp.com [reportedHostnameDomainOnly] => mandrillapp.com [message] => [startTls] => [authPlain] => [auth_login] => [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => 1 [transport] => mandrill_api [label] => [id] => mandrillapp.com_443 ) [4] => PostmanWizardSocket Object ( [hostname] => mail.vsopretro.com [hostnameDomainOnly] => vsopretro.com [port] => 465 [protocol] => [secure] => [mitm] => [reportedHostname] => [reportedHostnameDomainOnly] => [message] => [startTls] => [authPlain] => [auth_login] => [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => [transport] => smtp [label] => [id] => mail.vsopretro.com_465 ) [5] => PostmanWizardSocket Object ( [hostname] => api.sendgrid.com [hostnameDomainOnly] => sendgrid.com [port] => 443 [protocol] => HTTPS [secure] => 1 [mitm] => [reportedHostname] => api.sendgrid.com [reportedHostnameDomainOnly] => sendgrid.com [message] => [startTls] => [authPlain] => [auth_login] => [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => 1 [transport] => sendgrid_api [label] => [id] => api.sendgrid.com_443 ) ) [01-Jun-2016 01:57:38 UTC] ERROR PostmanManageConfigurationAjaxHandler: SMTP - vsopretro.com:587 [01-Jun-2016 01:57:38 UTC] ERROR PostmanManageConfigurationAjaxHandler: Gmail API [01-Jun-2016 01:57:38 UTC] ERROR PostmanManageConfigurationAjaxHandler: SMTP - vsopretro.com:25 [01-Jun-2016 01:57:38 UTC] ERROR PostmanManageConfigurationAjaxHandler: Mandrill API [01-Jun-2016 01:57:38 UTC] ERROR PostmanManageConfigurationAjaxHandler: [01-Jun-2016 01:57:38 UTC] ERROR PostmanManageConfigurationAjaxHandler: SendGrid API [01-Jun-2016 01:58:11 UTC] ERROR PostmanManageConfigurationAjaxHandler: Array ( [0] => PostmanWizardSocket Object ( [hostname] => mail.vsopretro.com [hostnameDomainOnly] => vsopretro.com [port] => 587 [protocol] => SMTP [secure] => 1 [mitm] => 1 [reportedHostname] => hkbn-spk-a214.pointdnshere.com [reportedHostnameDomainOnly] => pointdnshere.com [message] => [startTls] => 1 [authPlain] => 1 [auth_login] => 1 [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => 1 [transport] => smtp [label] => [id] => mail.vsopretro.com_587 ) [1] => PostmanWizardSocket Object ( [hostname] => www.googleapis.com [hostnameDomainOnly] => googleapis.com [port] => 443 [protocol] => HTTPS [secure] => 1 [mitm] => [reportedHostname] => www.googleapis.com [reportedHostnameDomainOnly] => googleapis.com [message] => [startTls] => [authPlain] => [auth_login] => [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => 1 [transport] => gmail_api [label] => [id] => www.googleapis.com_443 ) [2] => PostmanWizardSocket Object ( [hostname] => mail.vsopretro.com [hostnameDomainOnly] => vsopretro.com [port] => 25 [protocol] => SMTP [secure] => 1 [mitm] => 1 [reportedHostname] => hkbn-spk-a214.pointdnshere.com [reportedHostnameDomainOnly] => pointdnshere.com [message] => [startTls] => 1 [authPlain] => 1 [auth_login] => 1 [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => 1 [transport] => smtp [label] => [id] => mail.vsopretro.com_25 ) [3] => PostmanWizardSocket Object ( [hostname] => mandrillapp.com [hostnameDomainOnly] => mandrillapp.com [port] => 443 [protocol] => HTTPS [secure] => 1 [mitm] => [reportedHostname] => mandrillapp.com [reportedHostnameDomainOnly] => mandrillapp.com [message] => [startTls] => [authPlain] => [auth_login] => [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => 1 [transport] => mandrill_api [label] => [id] => mandrillapp.com_443 ) [4] => PostmanWizardSocket Object ( [hostname] => mail.vsopretro.com [hostnameDomainOnly] => vsopretro.com [port] => 465 [protocol] => [secure] => [mitm] => [reportedHostname] => [reportedHostnameDomainOnly] => [message] => [startTls] => [authPlain] => [auth_login] => [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => [transport] => smtp [label] => [id] => mail.vsopretro.com_465 ) [5] => PostmanWizardSocket Object ( [hostname] => api.sendgrid.com [hostnameDomainOnly] => sendgrid.com [port] => 443 [protocol] => HTTPS [secure] => 1 [mitm] => [reportedHostname] => api.sendgrid.com [reportedHostnameDomainOnly] => sendgrid.com [message] => [startTls] => [authPlain] => [auth_login] => [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => 1 [transport] => sendgrid_api [label] => [id] => api.sendgrid.com_443 ) ) [01-Jun-2016 01:58:11 UTC] ERROR PostmanManageConfigurationAjaxHandler: SMTP - vsopretro.com:587 [01-Jun-2016 01:58:11 UTC] ERROR PostmanManageConfigurationAjaxHandler: Gmail API [01-Jun-2016 01:58:11 UTC] ERROR PostmanManageConfigurationAjaxHandler: SMTP - vsopretro.com:25 [01-Jun-2016 01:58:11 UTC] ERROR PostmanManageConfigurationAjaxHandler: Mandrill API [01-Jun-2016 01:58:11 UTC] ERROR PostmanManageConfigurationAjaxHandler: [01-Jun-2016 01:58:11 UTC] ERROR PostmanManageConfigurationAjaxHandler: SendGrid API [01-Jun-2016 01:58:12 UTC] ERROR PostmanManageConfigurationAjaxHandler: Array ( [0] => PostmanWizardSocket Object ( [hostname] => mail.vsopretro.com [hostnameDomainOnly] => vsopretro.com [port] => 587 [protocol] => SMTP [secure] => 1 [mitm] => 1 [reportedHostname] => hkbn-spk-a214.pointdnshere.com [reportedHostnameDomainOnly] => pointdnshere.com [message] => [startTls] => 1 [authPlain] => 1 [auth_login] => 1 [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => 1 [transport] => smtp [label] => [id] => mail.vsopretro.com_587 ) [1] => PostmanWizardSocket Object ( [hostname] => www.googleapis.com [hostnameDomainOnly] => googleapis.com [port] => 443 [protocol] => HTTPS [secure] => 1 [mitm] => [reportedHostname] => www.googleapis.com [reportedHostnameDomainOnly] => googleapis.com [message] => [startTls] => [authPlain] => [auth_login] => [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => 1 [transport] => gmail_api [label] => [id] => www.googleapis.com_443 ) [2] => PostmanWizardSocket Object ( [hostname] => mail.vsopretro.com [hostnameDomainOnly] => vsopretro.com [port] => 25 [protocol] => SMTP [secure] => 1 [mitm] => 1 [reportedHostname] => hkbn-spk-a214.pointdnshere.com [reportedHostnameDomainOnly] => pointdnshere.com [message] => [startTls] => 1 [authPlain] => 1 [auth_login] => 1 [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => 1 [transport] => smtp [label] => [id] => mail.vsopretro.com_25 ) [3] => PostmanWizardSocket Object ( [hostname] => mandrillapp.com [hostnameDomainOnly] => mandrillapp.com [port] => 443 [protocol] => HTTPS [secure] => 1 [mitm] => [reportedHostname] => mandrillapp.com [reportedHostnameDomainOnly] => mandrillapp.com [message] => [startTls] => [authPlain] => [auth_login] => [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => 1 [transport] => mandrill_api [label] => [id] => mandrillapp.com_443 ) [4] => PostmanWizardSocket Object ( [hostname] => mail.vsopretro.com [hostnameDomainOnly] => vsopretro.com [port] => 465 [protocol] => [secure] => [mitm] => [reportedHostname] => [reportedHostnameDomainOnly] => [message] => [startTls] => [authPlain] => [auth_login] => [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => [transport] => smtp [label] => [id] => mail.vsopretro.com_465 ) [5] => PostmanWizardSocket Object ( [hostname] => api.sendgrid.com [hostnameDomainOnly] => sendgrid.com [port] => 443 [protocol] => HTTPS [secure] => 1 [mitm] => [reportedHostname] => api.sendgrid.com [reportedHostnameDomainOnly] => sendgrid.com [message] => [startTls] => [authPlain] => [auth_login] => [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => 1 [transport] => sendgrid_api [label] => [id] => api.sendgrid.com_443 ) ) [01-Jun-2016 01:58:12 UTC] ERROR PostmanManageConfigurationAjaxHandler: SMTP - vsopretro.com:587 [01-Jun-2016 01:58:12 UTC] ERROR PostmanManageConfigurationAjaxHandler: Gmail API [01-Jun-2016 01:58:12 UTC] ERROR PostmanManageConfigurationAjaxHandler: SMTP - vsopretro.com:25 [01-Jun-2016 01:58:12 UTC] ERROR PostmanManageConfigurationAjaxHandler: Mandrill API [01-Jun-2016 01:58:12 UTC] ERROR PostmanManageConfigurationAjaxHandler: [01-Jun-2016 01:58:12 UTC] ERROR PostmanManageConfigurationAjaxHandler: SendGrid API [01-Jun-2016 01:58:15 UTC] ERROR PostmanManageConfigurationAjaxHandler: Array ( [0] => PostmanWizardSocket Object ( [hostname] => mail.vsopretro.com [hostnameDomainOnly] => vsopretro.com [port] => 587 [protocol] => SMTP [secure] => 1 [mitm] => 1 [reportedHostname] => hkbn-spk-a214.pointdnshere.com [reportedHostnameDomainOnly] => pointdnshere.com [message] => [startTls] => 1 [authPlain] => 1 [auth_login] => 1 [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => 1 [transport] => smtp [label] => [id] => mail.vsopretro.com_587 ) [1] => PostmanWizardSocket Object ( [hostname] => www.googleapis.com [hostnameDomainOnly] => googleapis.com [port] => 443 [protocol] => HTTPS [secure] => 1 [mitm] => [reportedHostname] => www.googleapis.com [reportedHostnameDomainOnly] => googleapis.com [message] => [startTls] => [authPlain] => [auth_login] => [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => 1 [transport] => gmail_api [label] => [id] => www.googleapis.com_443 ) [2] => PostmanWizardSocket Object ( [hostname] => mail.vsopretro.com [hostnameDomainOnly] => vsopretro.com [port] => 25 [protocol] => SMTP [secure] => 1 [mitm] => 1 [reportedHostname] => hkbn-spk-a214.pointdnshere.com [reportedHostnameDomainOnly] => pointdnshere.com [message] => [startTls] => 1 [authPlain] => 1 [auth_login] => 1 [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => 1 [transport] => smtp [label] => [id] => mail.vsopretro.com_25 ) [3] => PostmanWizardSocket Object ( [hostname] => mandrillapp.com [hostnameDomainOnly] => mandrillapp.com [port] => 443 [protocol] => HTTPS [secure] => 1 [mitm] => [reportedHostname] => mandrillapp.com [reportedHostnameDomainOnly] => mandrillapp.com [message] => [startTls] => [authPlain] => [auth_login] => [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => 1 [transport] => mandrill_api [label] => [id] => mandrillapp.com_443 ) [4] => PostmanWizardSocket Object ( [hostname] => mail.vsopretro.com [hostnameDomainOnly] => vsopretro.com [port] => 465 [protocol] => [secure] => [mitm] => [reportedHostname] => [reportedHostnameDomainOnly] => [message] => [startTls] => [authPlain] => [auth_login] => [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => [transport] => smtp [label] => [id] => mail.vsopretro.com_465 ) [5] => PostmanWizardSocket Object ( [hostname] => api.sendgrid.com [hostnameDomainOnly] => sendgrid.com [port] => 443 [protocol] => HTTPS [secure] => 1 [mitm] => [reportedHostname] => api.sendgrid.com [reportedHostnameDomainOnly] => sendgrid.com [message] => [startTls] => [authPlain] => [auth_login] => [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => 1 [transport] => sendgrid_api [label] => [id] => api.sendgrid.com_443 ) ) [01-Jun-2016 01:58:15 UTC] ERROR PostmanManageConfigurationAjaxHandler: SMTP - vsopretro.com:587 [01-Jun-2016 01:58:15 UTC] ERROR PostmanManageConfigurationAjaxHandler: Gmail API [01-Jun-2016 01:58:15 UTC] ERROR PostmanManageConfigurationAjaxHandler: SMTP - vsopretro.com:25 [01-Jun-2016 01:58:15 UTC] ERROR PostmanManageConfigurationAjaxHandler: Mandrill API [01-Jun-2016 01:58:15 UTC] ERROR PostmanManageConfigurationAjaxHandler: [01-Jun-2016 01:58:15 UTC] ERROR PostmanManageConfigurationAjaxHandler: SendGrid API [01-Jun-2016 01:58:26 UTC] ERROR PostmanManageConfigurationAjaxHandler: Array ( [0] => PostmanWizardSocket Object ( [hostname] => mail.vsopretro.com [hostnameDomainOnly] => vsopretro.com [port] => 587 [protocol] => SMTP [secure] => 1 [mitm] => 1 [reportedHostname] => hkbn-spk-a214.pointdnshere.com [reportedHostnameDomainOnly] => pointdnshere.com [message] => [startTls] => 1 [authPlain] => 1 [auth_login] => 1 [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => 1 [transport] => smtp [label] => [id] => mail.vsopretro.com_587 ) [1] => PostmanWizardSocket Object ( [hostname] => www.googleapis.com [hostnameDomainOnly] => googleapis.com [port] => 443 [protocol] => HTTPS [secure] => 1 [mitm] => [reportedHostname] => www.googleapis.com [reportedHostnameDomainOnly] => googleapis.com [message] => [startTls] => [authPlain] => [auth_login] => [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => 1 [transport] => gmail_api [label] => [id] => www.googleapis.com_443 ) [2] => PostmanWizardSocket Object ( [hostname] => mail.vsopretro.com [hostnameDomainOnly] => vsopretro.com [port] => 25 [protocol] => SMTP [secure] => 1 [mitm] => 1 [reportedHostname] => hkbn-spk-a214.pointdnshere.com [reportedHostnameDomainOnly] => pointdnshere.com [message] => [startTls] => 1 [authPlain] => 1 [auth_login] => 1 [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => 1 [transport] => smtp [label] => [id] => mail.vsopretro.com_25 ) [3] => PostmanWizardSocket Object ( [hostname] => mandrillapp.com [hostnameDomainOnly] => mandrillapp.com [port] => 443 [protocol] => HTTPS [secure] => 1 [mitm] => [reportedHostname] => mandrillapp.com [reportedHostnameDomainOnly] => mandrillapp.com [message] => [startTls] => [authPlain] => [auth_login] => [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => 1 [transport] => mandrill_api [label] => [id] => mandrillapp.com_443 ) [4] => PostmanWizardSocket Object ( [hostname] => mail.vsopretro.com [hostnameDomainOnly] => vsopretro.com [port] => 465 [protocol] => [secure] => [mitm] => [reportedHostname] => [reportedHostnameDomainOnly] => [message] => [startTls] => [authPlain] => [auth_login] => [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => [transport] => smtp [label] => [id] => mail.vsopretro.com_465 ) [5] => PostmanWizardSocket Object ( [hostname] => api.sendgrid.com [hostnameDomainOnly] => sendgrid.com [port] => 443 [protocol] => HTTPS [secure] => 1 [mitm] => [reportedHostname] => api.sendgrid.com [reportedHostnameDomainOnly] => sendgrid.com [message] => [startTls] => [authPlain] => [auth_login] => [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => 1 [transport] => sendgrid_api [label] => [id] => api.sendgrid.com_443 ) ) [01-Jun-2016 01:58:26 UTC] ERROR PostmanManageConfigurationAjaxHandler: SMTP - vsopretro.com:587 [01-Jun-2016 01:58:26 UTC] ERROR PostmanManageConfigurationAjaxHandler: Gmail API [01-Jun-2016 01:58:26 UTC] ERROR PostmanManageConfigurationAjaxHandler: SMTP - vsopretro.com:25 [01-Jun-2016 01:58:26 UTC] ERROR PostmanManageConfigurationAjaxHandler: Mandrill API [01-Jun-2016 01:58:26 UTC] ERROR PostmanManageConfigurationAjaxHandler: [01-Jun-2016 01:58:26 UTC] ERROR PostmanManageConfigurationAjaxHandler: SendGrid API [01-Jun-2016 06:58:02 UTC] PHP Warning: mysql_connect(): Lost connection to MySQL server at 'reading initial communication packet', system error: 104 in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:03 UTC] PHP Warning: mysql_connect(): Lost connection to MySQL server at 'reading authorization packet', system error: 104 in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:10 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:11 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:15 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:17 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:21 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:21 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:21 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:21 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:21 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:22 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:22 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:22 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:23 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:24 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:24 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:25 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:27 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:30 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:30 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:32 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:33 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:34 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:36 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:37 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:38 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:39 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:40 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:41 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:42 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:44 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:45 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:46 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:47 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:48 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:49 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:50 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:51 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:52 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:53 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:54 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:55 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:56 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:57 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:58 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:58:59 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:59:00 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:59:01 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:59:02 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:59:03 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:59:03 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:59:04 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:59:05 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:59:06 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:59:06 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:59:31 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 06:59:32 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 07:00:18 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 07:01:32 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 07:01:32 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 07:03:32 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 07:03:32 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 07:04:19 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 07:05:32 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 07:05:32 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 07:06:20 UTC] PHP Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/mtinetwork/domains/vsopretro.com/public_html/wp-includes/wp-db.php on line 1520 [01-Jun-2016 09:53:22 UTC] ERROR PostmanManageConfigurationAjaxHandler: Array ( [0] => PostmanWizardSocket Object ( [hostname] => mail.vsopretro.com [hostnameDomainOnly] => vsopretro.com [port] => 25 [protocol] => SMTP [secure] => 1 [mitm] => 1 [reportedHostname] => hkbn-spk-a214.pointdnshere.com [reportedHostnameDomainOnly] => pointdnshere.com [message] => [startTls] => 1 [authPlain] => 1 [auth_login] => 1 [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => 1 [transport] => smtp [label] => [id] => mail.vsopretro.com_25 ) [1] => PostmanWizardSocket Object ( [hostname] => mail.vsopretro.com [hostnameDomainOnly] => vsopretro.com [port] => 587 [protocol] => SMTP [secure] => 1 [mitm] => 1 [reportedHostname] => hkbn-spk-a214.pointdnshere.com [reportedHostnameDomainOnly] => pointdnshere.com [message] => [startTls] => 1 [authPlain] => 1 [auth_login] => 1 [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => 1 [transport] => smtp [label] => [id] => mail.vsopretro.com_587 ) [2] => PostmanWizardSocket Object ( [hostname] => www.googleapis.com [hostnameDomainOnly] => googleapis.com [port] => 443 [protocol] => HTTPS [secure] => 1 [mitm] => [reportedHostname] => www.googleapis.com [reportedHostnameDomainOnly] => googleapis.com [message] => [startTls] => [authPlain] => [auth_login] => [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => 1 [transport] => gmail_api [label] => [id] => www.googleapis.com_443 ) [3] => PostmanWizardSocket Object ( [hostname] => mandrillapp.com [hostnameDomainOnly] => mandrillapp.com [port] => 443 [protocol] => HTTPS [secure] => 1 [mitm] => [reportedHostname] => mandrillapp.com [reportedHostnameDomainOnly] => mandrillapp.com [message] => [startTls] => [authPlain] => [auth_login] => [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => 1 [transport] => mandrill_api [label] => [id] => mandrillapp.com_443 ) [4] => PostmanWizardSocket Object ( [hostname] => mail.vsopretro.com [hostnameDomainOnly] => vsopretro.com [port] => 465 [protocol] => [secure] => [mitm] => [reportedHostname] => [reportedHostnameDomainOnly] => [message] => [startTls] => [authPlain] => [auth_login] => [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => [transport] => smtp [label] => [id] => mail.vsopretro.com_465 ) [5] => PostmanWizardSocket Object ( [hostname] => api.sendgrid.com [hostnameDomainOnly] => sendgrid.com [port] => 443 [protocol] => HTTPS [secure] => 1 [mitm] => [reportedHostname] => api.sendgrid.com [reportedHostnameDomainOnly] => sendgrid.com [message] => [startTls] => [authPlain] => [auth_login] => [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => 1 [transport] => sendgrid_api [label] => [id] => api.sendgrid.com_443 ) ) [01-Jun-2016 09:53:22 UTC] ERROR PostmanManageConfigurationAjaxHandler: SMTP - vsopretro.com:25 [01-Jun-2016 09:53:22 UTC] ERROR PostmanManageConfigurationAjaxHandler: SMTP - vsopretro.com:587 [01-Jun-2016 09:53:22 UTC] ERROR PostmanManageConfigurationAjaxHandler: Gmail API [01-Jun-2016 09:53:22 UTC] ERROR PostmanManageConfigurationAjaxHandler: Mandrill API [01-Jun-2016 09:53:22 UTC] ERROR PostmanManageConfigurationAjaxHandler: [01-Jun-2016 09:53:22 UTC] ERROR PostmanManageConfigurationAjaxHandler: SendGrid API [01-Jun-2016 09:55:14 UTC] ERROR PostmanWpMail: Exception code=403 message=Error calling POST https://www.googleapis.com/gmail/v1/users/me/messages/send: (403) Access Not Configured. Gmail API has not been used in project 875646256730 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/gmail/overview?project=875646256730 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry. [01-Jun-2016 09:55:14 UTC] ERROR PostmanSendTestEmailAjaxController: Test Email NOT delivered to server - 403 [02-Jun-2016 07:26:41 UTC] ERROR PostmanWpMail: Exception code=403 message=Error calling POST https://www.googleapis.com/gmail/v1/users/me/messages/send: (403) Access Not Configured. Gmail API has not been used in project 875646256730 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/gmail/overview?project=875646256730 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry. [02-Jun-2016 07:26:41 UTC] ERROR PostmanSendTestEmailAjaxController: Test Email NOT delivered to server - 403 [02-Jun-2016 07:29:21 UTC] ERROR PostmanManageConfigurationAjaxHandler: Array ( [0] => PostmanWizardSocket Object ( [hostname] => www.googleapis.com [hostnameDomainOnly] => googleapis.com [port] => 443 [protocol] => HTTPS [secure] => 1 [mitm] => [reportedHostname] => www.googleapis.com [reportedHostnameDomainOnly] => googleapis.com [message] => [startTls] => [authPlain] => [auth_login] => [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => 1 [transport] => gmail_api [label] => [id] => www.googleapis.com_443 ) [1] => PostmanWizardSocket Object ( [hostname] => mail.vsopretro.com [hostnameDomainOnly] => vsopretro.com [port] => 25 [protocol] => SMTP [secure] => 1 [mitm] => 1 [reportedHostname] => hkbn-spk-a214.pointdnshere.com [reportedHostnameDomainOnly] => pointdnshere.com [message] => [startTls] => 1 [authPlain] => 1 [auth_login] => 1 [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => 1 [transport] => smtp [label] => [id] => mail.vsopretro.com_25 ) [2] => PostmanWizardSocket Object ( [hostname] => mail.vsopretro.com [hostnameDomainOnly] => vsopretro.com [port] => 587 [protocol] => SMTP [secure] => 1 [mitm] => 1 [reportedHostname] => hkbn-spk-a214.pointdnshere.com [reportedHostnameDomainOnly] => pointdnshere.com [message] => [startTls] => 1 [authPlain] => 1 [auth_login] => 1 [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => 1 [transport] => smtp [label] => [id] => mail.vsopretro.com_587 ) [3] => PostmanWizardSocket Object ( [hostname] => mandrillapp.com [hostnameDomainOnly] => mandrillapp.com [port] => 443 [protocol] => HTTPS [secure] => 1 [mitm] => [reportedHostname] => mandrillapp.com [reportedHostnameDomainOnly] => mandrillapp.com [message] => [startTls] => [authPlain] => [auth_login] => [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => 1 [transport] => mandrill_api [label] => [id] => mandrillapp.com_443 ) [4] => PostmanWizardSocket Object ( [hostname] => mail.vsopretro.com [hostnameDomainOnly] => vsopretro.com [port] => 465 [protocol] => [secure] => [mitm] => [reportedHostname] => [reportedHostnameDomainOnly] => [message] => [startTls] => [authPlain] => [auth_login] => [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => [transport] => smtp [label] => [id] => mail.vsopretro.com_465 ) [5] => PostmanWizardSocket Object ( [hostname] => api.sendgrid.com [hostnameDomainOnly] => sendgrid.com [port] => 443 [protocol] => HTTPS [secure] => 1 [mitm] => [reportedHostname] => api.sendgrid.com [reportedHostnameDomainOnly] => sendgrid.com [message] => [startTls] => [authPlain] => [auth_login] => [auth_crammd5] => [auth_xoauth] => [auth_none] => [try_smtps] => [success] => 1 [transport] => sendgrid_api [label] => [id] => api.sendgrid.com_443 ) ) [02-Jun-2016 07:29:21 UTC] ERROR PostmanManageConfigurationAjaxHandler: Gmail API [02-Jun-2016 07:29:21 UTC] ERROR PostmanManageConfigurationAjaxHandler: SMTP - vsopretro.com:25 [02-Jun-2016 07:29:21 UTC] ERROR PostmanManageConfigurationAjaxHandler: SMTP - vsopretro.com:587 [02-Jun-2016 07:29:21 UTC] ERROR PostmanManageConfigurationAjaxHandler: Mandrill API [02-Jun-2016 07:29:21 UTC] ERROR PostmanManageConfigurationAjaxHandler: [02-Jun-2016 07:29:21 UTC] ERROR PostmanManageConfigurationAjaxHandler: SendGrid API [02-Jun-2016 07:29:56 UTC] ERROR PostmanWpMail: Exception code=403 message=Error calling POST https://www.googleapis.com/gmail/v1/users/me/messages/send: (403) Access Not Configured. Gmail API has not been used in project 875646256730 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/gmail/overview?project=875646256730 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry. [02-Jun-2016 07:29:56 UTC] ERROR PostmanSendTestEmailAjaxController: Test Email NOT delivered to server - 403 [02-Jun-2016 07:50:25 UTC] PHP Warning: Division by zero in /home/mtinetwork/domains/vsopretro.com/public_html/wp-content/plugins/newsletter/main/index.php on line 277 [02-Jun-2016 07:50:25 UTC] PHP Warning: Division by zero in /home/mtinetwork/domains/vsopretro.com/public_html/wp-content/plugins/newsletter/main/index.php on line 277[31-May-2016 12:55:23 UTC] PHP Fatal error: Class 'NewsletterSubscription' not found in /home/mtinetwork/domains/vsopretro.com/public_html/wp-content/plugins/newsletter/subscription/page.php on line 17This is helpful. This fatal error is related to your
newsletterplugin. Could you try to deactivate that plugin, and see if it helps?
The topic ‘share by email form not working’ is closed to new replies.