Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2018-12-10 10:20:44
Size: 309
Editor: JamesCox
Comment:
Revision 5 as of 2020-05-09 18:06:26
Size: 1222
Editor: JamesCox
Comment: describe install of PHP IMAP 7.3
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
On 2018-12-10 I chowned it to webservices. Now it worked again. On 2018-12-10 RME chowned it to webservices. Now it works again.

On 2019-02-01 RME added a cronjob to mussel to update the feeds:
30 * * * * sudo -H -u webservices php /usr/local/tt-rss/tt-rss/update.php --feeds

----

2019-08-29
It stopped working again. Might have been the upgrade to PHP7. After you login you got a blank screen.

* I went into config.php and changed LOG_DESTINATION to ''

This is not strictly necessary but let me see the error in the apache logs (rather than presumably being logged to postgres)

> tail /var/log/apache2/error.log

Error was PHP Fatal error: Uncaught Error: Call to undefined function imap_open()

IMAP appears to be required for our auth.

I ran > aptitude install php7.0-imap and > apache2ctl graceful

It works!

Change logging back to 'sql' mode.

----

2020-05-09

It stopped working again. Probably the upgrade to Debian 10.
I ran > aptitude install php7.3-imap and > apache2ctl graceful

TinyTinyRSS is a RSS reader installed on mussel.

The URL is https://secure.ucc.asn.au/reader/

It is located on disk at /usr/local/tt-rss/tt-rss

It used to be owned by www-data user. This changed at some point so it stopped working.

On 2018-12-10 RME chowned it to webservices. Now it works again.

On 2019-02-01 RME added a cronjob to mussel to update the feeds: 30 * * * * sudo -H -u webservices php /usr/local/tt-rss/tt-rss/update.php --feeds


2019-08-29 It stopped working again. Might have been the upgrade to PHP7. After you login you got a blank screen.

* I went into config.php and changed LOG_DESTINATION to

This is not strictly necessary but let me see the error in the apache logs (rather than presumably being logged to postgres)

> tail /var/log/apache2/error.log

Error was PHP Fatal error: Uncaught Error: Call to undefined function imap_open()

IMAP appears to be required for our auth.

I ran > aptitude install php7.0-imap and > apache2ctl graceful

It works!

Change logging back to 'sql' mode.


2020-05-09

It stopped working again. Probably the upgrade to Debian 10. I ran > aptitude install php7.3-imap and > apache2ctl graceful