Skip to main content
Recent Posts
91
Bug Reports / Forum Emails
Last post by Burke Knight -
Okay, if you use gmail for emails, the emails sent from the forums seem to no longer work.
This seems to be due to a new thing about multiple email addresses in the "from" that gets rejected now by gmail.

This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  EMAIL@gmail.com
    host gmail-smtp-in.l.google.com [IP ADDRESS]
    SMTP error from remote mail server after end of data:
    550-5.7.1 [IP ADDRESS] Messages with multiple addresses in From:
    header are
    550-5.7.1 not accepted. For more information, go to
    550-5.7.1  https://support.google.com/mail/?p=RfcMessageNonCompliant and review
    550 5.7.1 RFC 5322 specifications. SESSION ID - gsmtp
92
Addons / Re: [ADDON] Fancybox
Last post by Mrs. Chaos -
Not that I know of. How can I find out if there are any that are causing this now?
Maybe the thumbnails have been disappearing for a long time and I just didn't notice it right away.
94
Addons / Re: [ADDON] Fancybox
Last post by Mrs. Chaos -
Hello,

I noticed yesterday that in posts in which thumbnails have been inserted, these are no longer displayed when you are logged out. In the places where they should be visible, there is only a correspondingly large empty space.
However, when I log in, the thumbnails are there and I can click on them, enlarge them and scroll through them. After logging out, they are even permanently displayed again, regardless of whether I am logged in or out.

I have now tested it on two laptops and a desktop PC and it was the same on all of them. What could be the reason for this? I haven't changed any settings for a long time. The thumbnails should always be visible, even for visitors who only visit the forum once.
96
Chit Chat / How long can you tread water?
Last post by Steeley -
@badmonkey , @Spuds

Now that Helene's and Milton's 8-state pool party is over.. I hope you guys are high and dry and living the life, and not clinging to branches and wondering where the house went. 

fate.jpg

Pipe in and put my concerns to rest..
100
Bug Reports / Warning: Undefined array key "href"
Last post by radu81 -
I do get a lot of these warnings in /sources/subs/Metadata.integrate.php Line 238:

Code: [Select]
230: 	$smd = array(
231: '@context' => 'https://schema.org',
232: '@type' => 'DiscussionForumPosting',
233: '@id' => $this->data['href'],
234: 'headline' => $this->getPageTitle(),
235: 'author' => array(
236: '@type' => 'Person',
237: 'name' => $this->data['member']['name'],
238: 'url' => $this->data['member']['href']
239: ),

I am using PHP 8.1