Roundcube Community Forum

 

0.8.4 Not Using Config File

Started by ozzie1989, November 18, 2012, 03:59:27 AM

Previous topic - Next topic

ozzie1989

Hello all. Lots of great advice on these forums.

Running Roundcube 0.8.4 on my shared hosting. It has been working well for ages on various versions of Roundcube.

Recently however, I noticed that it wasn't loading my custom logo and page title. I've tried different versions but get the same issue.

I went back into the main config file and tried to turn the installer on, but even this doesn't work. I then deleted the main config file, and the database file but Roundcube still works perfectly!

I can't figure it out, I'm thinking that the information is being cached somewhere but wasn't aware that Roundcube could cache such information? The installation has been working perfectly for days now without either of the config files present.

Any thoughts?

Thanks  :)

SKaero

RoundCube needs its configuration files, I think you missing an install somewhere.

stephanstricker

I have the exact same issue with the calendar plugin its saves the settings but not in config.inc.php.

jamil_isayyed

ya i have faced this problem, i found that the problem in the owner ship and group of the gonfigartion file, roundcube uses www-data for groups and ownership, then you need to make a manipulation to the file  main.inc.php belongs to the same group (that is enough!) that your Apache server

you can do this through this comand

chown root: www-data / var / lib / roundcube / config / main.inc.php

enjoy

Thanks :D