Roundcube Community Forum

 

version 3.0 plugin problem

Started by t0mal0, September 07, 2009, 08:23:23 AM

Previous topic - Next topic

t0mal0

I have problem with plugin in 3.0 stable version. I was add plugin in my config file:
$rcmail_config['plugins'] = array('emoticonos');

but RC reported errors:
 PHP Error: Failed to load plugin file /plugins//emoticonos/emoticonos.php

How to fix this error?

JohnDoh

do you mean the emoticons plugin which comes with 0.3? or is this a different one? If its the one that came with 0.3 then take another look at what you wrote ;) and if its a different one that you actually need to have a folder called emoticonos in your plugins dir which contains a file called emoticonos.php (where the plugin code is)
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

t0mal0

Yes I think about 0.3 ;)

I solved problem.  
Thanks.