Zach Malmgren
Forum Replies Created
-
My guess would be the ‘sockets’ PHP Module is not installed or enabled. The ‘PHP Dependencies’ of the diagnostic is showing that is a ‘No’.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Postman SMTP no longer sending via Office 365Doing the Postman SMTP Diagnostic on my system shows the modules needed:
OS: Linux ubuntu-16-4-nginix-2 4.4.0-59-generic #80-Ubuntu SMP Fri Jan 6 17:47:47 UTC 2017 x86_64 PHP: Linux 7.0.8-0ubuntu0.16.04.3 en_US.UTF-8 PHP Dependencies: iconv=Yes, spl_autoload=Yes, openssl=Yes, sockets=Yes, allow_url_fopen=No, mcrypt=No, zlib_encode=Yes ... ... ...- This reply was modified 9 years, 4 months ago by Zach Malmgren.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Postman SMTP no longer sending via Office 365Hmmm… When you did the upgrade, what modules did you install? Is the ‘openssl’ PHP module installed?
I have the following modules on my Ubuntu 16.04 setup running PHP 7 with NGINX:
zmalmgren@ubuntu-16-4-nginx-2:~$ php7.0 -m [PHP Modules] calendar Core ctype curl date dom exif fileinfo filter ftp gd gettext hash iconv json libxml mbstring mysqli mysqlnd openssl pcntl pcre PDO pdo_mysql Phar posix readline Reflection session shmop SimpleXML sockets SPL standard sysvmsg sysvsem sysvshm tokenizer wddx xml xmlreader xmlwriter xsl Zend OPcache zlib [Zend Modules] Zend OPcacheForum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Postman SMTP no longer sending via Office 365Does your php error log show anything?
Forum: Plugins
In reply to: [Page Speed Optimization] Uncaught Error: Class ‘DOMDocument’Jan,
Thank you for your help. I got it to work with the following:
sudo apt-get install php-xml sudo service php7.0-fpm restartHowever, the page still threw an error “PHP message: PHP Fatal error: Uncaught Error: Call to undefined function mb_convert_encoding()”. So I had to add:
sudo apt-get install php-mbstring sudo service php7.0-fpm restartThanks again for your help!
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Could not open socket::sigh:: You were right. ‘mail.teamntg.com’ wasn’t setup properly in DNS with a corresponding MX record.
I swear this had been working at one point.
My apologies.
Thank you for your help.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Configuration StorageJason I found it. Thank you very much. I have noticed you are active in the support area for your plugin. I think thats fantastic of you!
As I said before, I’m having some difficulty with it. I will post a new topic asking for help.