I've just installed Roundcube and added some plugins from PluginRepository. Some of them work pretty nice, some I wasn't able to make work. I also looked at the public demo installation at RoundCube Webmail :: Welcome to RoundCube Webmail (http://mail4us.net/dev). So now I have some questions:
1. In public demo Settings page is much more expanded. I tried all plugins which I was able to find, but wasn't able to make it look alike - my Settings page still quite poor. Which plugins I should install to add things like "Remember me" at the login page or "Order of Message List Columns" and "Account administration" on Settings page?
2. I wasn't able to install managesieve plugin. How can it be set up?
3. Could you, please, recommend me a good spellchecker? I need the one which has decent Russian vocabulary. I tried googie - it hasn't, and the other one which is mentioned in config file just don'e work with this language.
Any help will be much appreciated.
ad 1:
Download my plugin collection from myroundcube - Project Hosting on Google Code (http://myroundcube.googlecode.com). There you'll find everything you see @ RoundCube Webmail :: Welcome to RoundCube Webmail (http://mail4us.net/dev). The different look of the settings section is due to my "settings" plugin.
ad 2: Try JohnDoh's managesieve plugin (RoundCube Plugins (http://www.tehinterweb.co.uk/roundcube/#pisieverules))
ad 3: Pspell (PHP: Pspell - Manual (http://www.php.net/manual/en/book.pspell.php))
1. Ah, I get it now. I have 2 archives with similar names - one is with your plugins and the other is with RC installation. Their names do not differ much, this is why I was confused.
I installed all necessary plugins, but wasn't able to make Settings work. Every time I enable it settings reset and stop saving. Disable - and everything gets to normal. Any idea, what can be the problem?
2. I installed it, but I don't have a required service. Never heard of manageseive before.
3. Thank you, I'll check it out.
settings plugin: Anything in the logs?
Where exactly are they? In Logs folder?
Yes, "./logs/errors".
In this error log it says the following:
[07-Sep-2009 03:33:32] PHP Warning: array_merge() [
function.array-merge]: Argument #2 is not an array in /home6/netvitil/public_html/mail/program/include/rcube_config.php on line 181
[07-Sep-2009 03:33:32] PHP Warning: array_merge() [
function.array-merge]: Argument #2 is not an array in /home6/netvitil/public_html/mail/program/include/rcube_config.php on line 181
[07-Sep-2009 03:33:34] PHP Warning: array_merge() [
function.array-merge]: Argument #2 is not an array in /home6/netvitil/public_html/mail/program/include/rcube_config.php on line 181
[07-Sep-2009 03:33:37] PHP Warning: array_merge() [
function.array-merge]: Argument #2 is not an array in /home6/netvitil/public_html/mail/program/include/rcube_config.php on line 181
[07-Sep-2009 03:33:37] PHP Warning: array_merge() [
function.array-merge]: Argument #1 is not an array in /home6/netvitil/public_html/mail/program/include/rcube_config.php on line 181
[07-Sep-2009 03:28:54] PHP Warning: array_merge() [
function.array-merge]: Argument #2 is not an array in /home6/netvitil/public_html/mail/program/include/rcube_config.php on line 181
[07-Sep-2009 03:28:54] PHP Warning: array_merge() [
function.array-merge]: Argument #1 is not an array in /home6/netvitil/public_html/mail/program/include/rcube_config.php on line 181
Disable autologon plugin.
If there is still a problem with the settings plugin, then PM'me the URL of your RoundCube installation and give me full ftp access to RoundCube folder. I will check it/fix it remotely then.
No, no, just look again. I copied wrong code previous time - autologon already disabled and I still can't save settings.
OK, then you have to give me remote access to check where the invalid array_merge is triggered from.
There's a small problem with that. I use RC for sole purposes only and don't have other account except mine. Also, I have it installed in my main folder on server and I am not very experienced in user management on Linux. So it'll be quite tricky for me to add a new user and give him proper permissions.
Can we do it another way?
I can do some coding and checking myself if you tell me, where to look at.
check fix @ myroundcube.googlecode.com
Looks like it's working now. Thank you very much for your efforts.