johnski
Forum Replies Created
-
Seems to be a known issue with some hosts and a patch is being worked on. see https://ww.wp.xz.cn/support/topic/wp-46-requires-wordpressdomaincom-to-generate-system-mail
The patch is https://core.trac.ww.wp.xz.cn/attachment/ticket/37736/37736.patch
It worked for me on Siteground hosting.
Forum: Fixing WordPress
In reply to: WP 4.6 Requires [email protected] to Generate System Mail?I’m having this issue on siteground.
I applied the patch and emails are sent again. Thanks @marius.
@sweetmelody. This is what I did on one site. Siteground use cPanel
1. Go to File manager
2. Open the folder wp-includes
3. Edit the pluggable.php file
4. Find line 352
5. Change it FROM $phpmailer->setFrom( $from_email, $from_name );
TO $phpmailer->setFrom( $from_email, $from_name, false );
6. Save the file.Although it goes without saying, I’ll say it anyway. Backup the site first.
The same can be done using ftp, which I did on all the other sites affected.
Hope it works for you, @sweetmelody.
Once again, thanks @marius.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] GD uses lots of memory for high resolutionsforgot to say the file you need to edit is gd.thumbnail.inc.php if you’re using ngg 1.02
j
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] GD uses lots of memory for high resolutionsHello Janzomaster
I had a similar problem when creating thumbnails. This solution worked for me:
http://michaelvisser.com.au/blog/thumbnail-generation-php-memory-limit-nextgen-gallery/
hth.
John