Hi,
updated today…
3a3fde1a2…df7b2e798 master → origin/master
After updating I got an error 500 on the main page.
Checked the php logs and saw the following:
[Tue Nov 30 07:07:55.877002 2021] [php7:error] [pid 104] [client 192.168.20.20:52637] PHP Fatal error: Declaration of mailer_smtp::init(PluginHost $host) must be compatible with Plugin::init($host) in /var/www/html/plugins.local/mailer_smtp/init.php on line 21
TT-RSS system log:
E_COMPILE_ERROR (64) plugins.local/mailer_smtp/init.php:21 Declaration of mailer_smtp::init(PluginHost $host) must be compatible with Plugin::init($host)
After removing the mailer_smtp from my config.php the website is working again:
putenv(‘TTRSS_PLUGINS=xxxxxx’);
Any idea to solve this that I can use the mailer plugin again?
The plugin version is up2date.
Also can see the following error when opening the plugins page since the update:
- Error while loading plugins list: RequestError: Unable to load backend.php status: 500.
php log:
[Tue Nov 30 07:28:14.250119 2021] [php7:error] [pid 463] [client 192.168.20.20:57793] PHP Fatal error: Declaration of mailer_smtp::init(PluginHost $host) must be compatible with Plugin::init($host) in /var/www/html/plugins.local/mailer_smtp/init.php on line 21, referer: https://serverurl/prefs.php
Thanks for your help!
fox
2
Hi @fox
hmm, I think I missed that 
After updating the plugin it is working again and the errors are gone.
Many thanks!