Roundcube Community Forum

Release Support => Release Discussion => Topic started by: Coderx on April 20, 2012, 01:14:50 PM

Title: when using Taskbar plugin with roundcube 0.8 beta , page wont open!
Post by: Coderx on April 20, 2012, 01:14:50 PM
Hello all .
i recently tried to use forgot_password plugin , and thus had to install Taskbar plugin beforehand ,
i did and when i activate Taskbar plugin , my mail login page wont start ! when i disable Taskbar form plugin array list
it then shows up fine .
my plugin array list looks like this :
Code: [Select]
$rcmail_config['plugins'] = array('taskbar','password','forgot_password ','rcguard');
i also tried adding the virtual keyboard , the same problem happened , after removing it form list , the page showed up fine !:
Code: [Select]
$rcmail_config['plugins'] = array('password','forgot_password ','rcguard','vkeyboard');
and by the way in both cases, the folders are created under plugins directory , so i dont know what the cause is :(
---------------
in forgot password , it also says i can change the javascript file , so that there would be no need for taskbar plugin, im clueless about this either .
would anyone please help me on this ?
Thank you in advance
Title: Re: when using Taskbar plugin with roundcube 0.8 beta , page wont open!
Post by: SKaero on April 20, 2012, 03:26:34 PM
All of the MyRoundCube plugins require PHP 5.3+.
Title: Re: when using Taskbar plugin with roundcube 0.8 beta , page wont open!
Post by: Coderx on April 20, 2012, 09:22:20 PM
All of the MyRoundCube plugins require PHP 5.3+.
thank you :)
Title: Re: when using Taskbar plugin with roundcube 0.8 beta , page wont open!
Post by: rosali on April 21, 2012, 05:11:48 AM
I'm implementing PHP 5.2.1 compatibility. Plugins from a* - h* are done.

Plugin Manager http://code.google.com/p/myroundcube/downloads/detail?name=plugin_manager.zip is already 5.2.1 compatible.
Title: Re: when using Taskbar plugin with roundcube 0.8 beta , page wont open!
Post by: Coderx on May 11, 2012, 07:45:46 AM
I'm implementing PHP 5.2.1 compatibility. Plugins from a* - h* are done.

Plugin Manager http://code.google.com/p/myroundcube/downloads/detail?name=plugin_manager.zip is already 5.2.1 compatible.
thank you very much :)
its really a cool idea :)