Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: monkeyman on September 06, 2009, 07:08:48 AM

Title: Plugins, installation and stuff
Post by: monkeyman on September 06, 2009, 07:08:48 AM
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.
Title: Plugins, installation and stuff
Post by: rosali on September 07, 2009, 03:52:53 AM
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))
Title: Plugins, installation and stuff
Post by: monkeyman on September 07, 2009, 05:00:22 AM
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.
Title: Plugins, installation and stuff
Post by: rosali on September 07, 2009, 05:20:38 AM
settings plugin: Anything in the logs?
Title: Plugins, installation and stuff
Post by: monkeyman on September 07, 2009, 05:25:45 AM
Where exactly are they? In Logs folder?
Title: Plugins, installation and stuff
Post by: rosali on September 07, 2009, 05:30:53 AM
Yes, "./logs/errors".
Title: Plugins, installation and stuff
Post by: monkeyman on September 07, 2009, 05:32:30 AM
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
Title: Plugins, installation and stuff
Post by: rosali on September 07, 2009, 05:37:08 AM
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.
Title: Plugins, installation and stuff
Post by: monkeyman on September 07, 2009, 05:39:20 AM
No, no, just look again. I copied wrong code previous time - autologon already disabled and I still can't save settings.
Title: Plugins, installation and stuff
Post by: rosali on September 07, 2009, 05:48:17 AM
OK, then you have to give me remote access to check where the invalid array_merge is triggered from.
Title: Plugins, installation and stuff
Post by: monkeyman on September 07, 2009, 05:53:13 AM
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.
Title: Plugins, installation and stuff
Post by: rosali on September 14, 2009, 08:37:33 AM
check fix @ myroundcube.googlecode.com
Title: Plugins, installation and stuff
Post by: monkeyman on September 14, 2009, 09:09:50 AM
Looks like it's working now. Thank you very much for your efforts.