On Wed, 25 Mar 2020 at 19:27, Sophie Loewenthal <[email protected]> wrote:
> Hi, > > Did any one understand the logic on this : > > // REQUIRED! Keys directory for all users. > // Must be writeable by PHP process, and not in the web server document > root > $config['enigma_pgp_homedir'] = /var/rkeys; > > which gives this error below, which implies to me the config needs a > relative path... > > PHP Parse error: syntax error, unexpected '/' in > /var/...../enigma/config.inc.php on line 17 > > > Best, > Sophie > > Hi It looks like you didn't enclose path string in quotes: '/var/rkeys' -- Dr Andrew Nimmo
_______________________________________________ Roundcube Users mailing list [email protected] http://lists.roundcube.net/mailman/listinfo/users
