Hi there,
Would appreciate any help you can give me on this issue.
When accessing /wp-admin, I am getting the following errors:
Warning: Illegal string offset ‘headers’ in /var/www/html/wp-content/plugins/global-smtp/global-smtp.php on line 224
Warning: Illegal string offset ‘headers’ in /var/www/html/wp-content/plugins/global-smtp/global-smtp.php on line 224
Warning: Illegal string offset ‘headers’ in /var/www/html/wp-content/plugins/global-smtp/global-smtp.php on line 230
Warning: Cannot modify header information – headers already sent by (output started at /var/www/html/wp-content/plugins/global-smtp/global-smtp.php:224) in /var/www/html/wp-includes/pluggable.php on line 1223
Can you help me with those?
What can I do at this stage?
The entire page is blank.
Cheers!
]]>Hi,
Anyone tested it with WordPress 5.0 in Multisite?
Thank you!
Feriman
Please not there is a tiny bug in the Example of minimum configuration, after the
define('GLOBAL_SMTP_PASSWORD','**********')
the ;
is missing. If you copy the code to your wp-config.php and just edit it it will crash your site. Make sure the line ends with a ;.
It is should look like this:
define('GLOBAL_SMTP_PASSWORD','**********');
Hi Alexander,
I’m trying to set Global SMTP up on WP 4.4.8 running on PHP 7.0.16.
My observations are these:
define('GLOBAL_SMTP_PORT', '465')
, then Global SMTP tells me GLOBAL_SMTP_PORT should be an number. If, on the other hand, I put define('GLOBAL_SMTP_PORT', 465)
, then Global SMTP again quietly dies. Using the Check Mail plugin, mail did get sent – just not over SMTP…
Perhaps you could have a look? Would be nice to have this working. The idea looks good to me!
]]>HI,
I am trying to use global SMTP on a multisite. At the very moment I change the config.php the site goes down.
Are you able to help?
]]>