wp-simple-smtp icon indicating copy to clipboard operation
wp-simple-smtp copied to clipboard

SMTP mailer issues

Open BAGGLL opened this issue 5 months ago • 0 comments

What WordPress, PHP and Simple SMTP versions are you using?

WordPress 6.6.2, PHP 8.3.9

What were you doing when the bug occurred?

Just open the email panel and we have the error messages Warning: Attempt to read property "location" on null in wp-content\plugins\simple-smtp\src\log\class-logattachment.php on line 130

Warning: Attempt to read property "basename" on null in\wp-content\plugins\simple-smtp\src\log\class-logattachment.php on line 131

Warning: Attempt to read property "filename" on null in wp-content\plugins\simple-smtp\src\log\class-logattachment.php on line 132

Warning: Attempt to read property "extension" on null in wp-content\plugins\simple-smtp\src\log\class-logattachment.php on line 133

Warning: Attempt to read property "location" on null in wp-content\plugins\simple-smtp\src\log\class-logattachment.php on line 130

Warning: Attempt to read property "basename" on null in wp-content\plugins\simple-smtp\src\log\class-logattachment.php on line 131

Warning: Attempt to read property "filename" on null in wp-content\plugins\simple-smtp\src\log\class-logattachment.php on line 132

Warning: Attempt to read property "extension" on null in wp-content\plugins\simple-smtp\src\log\class-logattachment.php on line 133

What was the result you expected?

No bug, access correctly on the EMAIL function from WordPress panel

BAGGLL avatar Sep 12 '24 15:09 BAGGLL