Can't enable system plugin

Hi.

I can’t enable a system plugin – cache_starred_images.

Added this line to my config.php:

define('PLUGINS', 'auth_internal', 'cache_starred_images');

Logged out, logged in, see this:

16

I’d expect the “cache” tick box to be ticked. What am I doing wrong?

tt-rss 4a2836e
VPS, Debian Stretch
PostgreSQL 9.6.13
PHP 7.0.33-0+deb9u3

The config line is incorrect. This should work:

define('PLUGINS', 'auth_internal, cache_starred_images');

Solved! Thanks. I know nothing about PHP syntax.