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?
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)
Yes I think about 0.3 ;)
I solved problem.
Thanks.