londonwebnerd / myroundcube

Automatically exported from code.google.com/p/myroundcube
0 stars 0 forks source link

Message: "Missing Plugin:qtip ..." but I have it #594

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. if I activate plugin_manager in main.config.php
2. when I go to my webmail login page
3. there aren't the login fields BUT there is an ERROR:

MISSING PLUGIN: "QTIP" (qtip)

BUT I have qtip in:
/etc/roundcube/plugins
and also in 
/usr/share/roundcube/plugins
and also in
/var/lib/roundcube/plugins

My system is ubuntu 12 + ISPConfig 3 + Roundcube 0.9.5 + Apache2

If I deactivate plugin_manager, everything works fine (but I'd like to have 
plugin_manager !)

Thanks a lot for your effort

Giulio Acerbi

Original issue reported on code.google.com by giulioac...@gmail.com on 8 Nov 2013 at 2:31

GoogleCodeExporter commented 9 years ago
It looks like none of your directory is the working directory.

The following code performs the check:

plugin_manager.php ::: line 123

if(!file_exists(INSTALL_PATH . 'plugins/' . $plugin . '/' . $plugin . '.php')){

So, insert as line 121 the following debug code:

die(INSTALL_PATH);

This will show you the working directory.

Original comment by rol...@liebl.ath.cx on 9 Nov 2013 at 4:22

GoogleCodeExporter commented 9 years ago

Original comment by rol...@liebl.ath.cx on 9 Nov 2013 at 4:23