Roundcube Community Forum

 

Plugins are not activated

Started by vivacomputers, May 13, 2013, 05:23:02 AM

Previous topic - Next topic

vivacomputers

Hello, I followed the instructions and uploaded the plugins from the repository in the plugins folder. Then made this:

// ----------------------------------
// PLUGINS
// ----------------------------------

// List of active plugins (in plugins/ directory)
$rcmail_config['plugins'] = array('movespam', 'markasjunk', 'antiBruteForce', 'custom_logo', 'newmail_notifier');

But still nothing works what I want to activate. Am I doing something wrong? Can somebody give some advice?

Thanks!
If you need help with your computer or repair, also tablets and smartphones then please check http://www.vivacomputers.nl

SKaero

Most plugins also need to be configured, have you setup there config files? Are there any errors in the RoundCube error log?

vivacomputers

There are no logs in the error file and I can't find anything to config in the plugin folder. It doesn't make any difference which plugin I turn on it doesn't work.
If you need help with your computer or repair, also tablets and smartphones then please check http://www.vivacomputers.nl

SKaero

Is the RoundCube error log wirable?

vivacomputers

If you need help with your computer or repair, also tablets and smartphones then please check http://www.vivacomputers.nl

SKaero

If you login incorrect a entry should be written to the error log <rc root>/logs/errors is that happening?

vivacomputers

Yes that happens because I logged in 3 times wrongly hehehe.
If you need help with your computer or repair, also tablets and smartphones then please check http://www.vivacomputers.nl

SKaero

Well then the plugins aren't be registered at all or at least there not throwing any errors.

vivacomputers

Part 1 of your sentence is not good news and part 2 is good that there are no errors  ;) only what can I do make the plugins work?
If you need help with your computer or repair, also tablets and smartphones then please check http://www.vivacomputers.nl

ABerglund

I'm guessing the plugin folders are not installed in the plugins directory properly.
Arne Berglund
SysAdmin, Internet Services
Lane Education Service District
Eugene, OR, USA

vivacomputers

I followed the instruction and it was only extracting the folders in the plugin folder. There is not much I can do wrong there I think.....
If you need help with your computer or repair, also tablets and smartphones then please check http://www.vivacomputers.nl

ABerglund

What are the permissions of the plugin folders and files? Are they readable by the user that the webserver runs as?
Arne Berglund
SysAdmin, Internet Services
Lane Education Service District
Eugene, OR, USA

vivacomputers

If you need help with your computer or repair, also tablets and smartphones then please check http://www.vivacomputers.nl

ABerglund

There's something basic wrong here. It really is as simple as it seems, normally.

Please navigate to one of the plugin folders. Maybe 'markasjunk' since I am familiar with that one. From inside that directory, do a pwd and 'ls -l' and post the results here.
Arne Berglund
SysAdmin, Internet Services
Lane Education Service District
Eugene, OR, USA

twisterbr

Try setting 'allow from all' to the  plugin dir on your vhost config (or htaccess)

<Directory "/var/www/roundcube/plugins">
Allow from all
</Directory>