Author Topic: when using Taskbar plugin with roundcube 0.8 beta , page wont open!  (Read 5204 times)

Offline Coderx

  • Jr. Member
  • **
  • Posts: 27
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
« Last Edit: April 20, 2012, 01:37:31 PM by Coderx »

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: when using Taskbar plugin with roundcube 0.8 beta , page wont open!
« Reply #1 on: April 20, 2012, 03:26:34 PM »
All of the MyRoundCube plugins require PHP 5.3+.

Offline Coderx

  • Jr. Member
  • **
  • Posts: 27
Re: when using Taskbar plugin with roundcube 0.8 beta , page wont open!
« Reply #2 on: April 20, 2012, 09:22:20 PM »
All of the MyRoundCube plugins require PHP 5.3+.
thank you :)

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Re: when using Taskbar plugin with roundcube 0.8 beta , page wont open!
« Reply #3 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.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline Coderx

  • Jr. Member
  • **
  • Posts: 27
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 :)