You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using with PHP version 8, when trying to send a book via email errors are thrown - e.g.
PHP Fatal error: Uncaught Error: Call to undefined function get_magic_quotes_runtime() in /cops/vendor/phpmailer/phpmailer/class.phpmailer.php:2714
This presumably isn't an issue with more recent versions of phpmailer, but likely the code calling phpmailer class needs to be changed according to phpmailer's upgrading doc.
The text was updated successfully, but these errors were encountered:
Note: there are only very basic tests for the mail functionality in COPS, so you may discover some other issues when you actually use it on PHP 8.x :-)
Thanks - the 1.3.2 version worked for me, although I wasn't able to get php mailer working (as you predicted) and it is a pain to troubleshoot, so I am putting the emailing of books to one side for now, and focus on tweaks to the interface and getting reading in the browser working.
When using with PHP version 8, when trying to send a book via email errors are thrown - e.g.
This presumably isn't an issue with more recent versions of phpmailer, but likely the code calling phpmailer class needs to be changed according to phpmailer's upgrading doc.
The text was updated successfully, but these errors were encountered: