Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: t0mal0 on September 07, 2009, 08:23:23 AM

Title: version 3.0 plugin problem
Post by: t0mal0 on September 07, 2009, 08:23:23 AM
I have problem with plugin in 3.0 stable version. I was add plugin in my config file:
Code: [Select]
$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?
Title: version 3.0 plugin problem
Post by: JohnDoh on September 07, 2009, 09:24:05 AM
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)
Title: version 3.0 plugin problem
Post by: t0mal0 on September 08, 2009, 01:37:03 AM
Yes I think about 0.3 ;)

I solved problem.  
Thanks.