Roundcube Community Forum

 

Plugins, installation and stuff

Started by monkeyman, September 06, 2009, 07:08:48 AM

Previous topic - Next topic

monkeyman

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. 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.

rosali

ad 1:
Download my plugin collection from myroundcube - Project Hosting on Google Code. There you'll find everything you see @ RoundCube Webmail :: Welcome to RoundCube Webmail. The different look of the settings section is due to my "settings" plugin.

ad 2: Try JohnDoh's managesieve plugin (RoundCube Plugins)

ad 3: Pspell (PHP: Pspell - Manual)
Regards,
Rosali

monkeyman

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.

rosali

settings plugin: Anything in the logs?
Regards,
Rosali

monkeyman

#4
Where exactly are they? In Logs folder?

rosali

Regards,
Rosali

monkeyman

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

rosali

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.
Regards,
Rosali

monkeyman

No, no, just look again. I copied wrong code previous time - autologon already disabled and I still can't save settings.

rosali

OK, then you have to give me remote access to check where the invalid array_merge is triggered from.
Regards,
Rosali

monkeyman

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.

rosali

Regards,
Rosali

monkeyman

Looks like it's working now. Thank you very much for your efforts.