Roundcube Community Forum

Third Party Contributions => API Based Plugins => Topic started by: karsayor on October 27, 2012, 11:31:08 PM

Title: White page when enabling plugin
Post by: karsayor on October 27, 2012, 11:31:08 PM
Hello

I've got a problem with the tasklist plugin. I imported SQL into DB, changed DB mode to database in the config.inc.php and checked that there is a language file for my language (fr_FR).

But everytime I enable the plugin, RC shows me a white page...

Can you please help me about this ?

Thanks
Title: Re: White page when enabling plugin
Post by: SKaero on October 28, 2012, 12:19:02 AM
Whats in your error log?
Title: Re: White page when enabling plugin
Post by: karsayor on October 28, 2012, 09:14:44 AM
Hello SKaero,

I didn't even tought to check the logs... Thanks

My first issue was related to missing libcalendar plugin and then the plugin was searching for rcube class, which is now apparently rcmail.

Tasklist is now running...

I know I should maybe make a new thread, but I'm now trying to have the calendar view like this one (http://roundcube.net/images/screens/calendar.jpg). I think it the calendar module which is listed here, I installed it normally but it seems to refer to a deprecated method :

[28-Oct-2012 12:44:28 UTC] PHP Fatal error:  Call to undefined method html::quote() in D:\Philippe\WAMP\www\rc082\plugins\calendar\drivers\database\database_driver.php on line 96

Do you know how I can fix this ?

Thank you very much for your help
Title: Re: White page when enabling plugin
Post by: JohnDoh on October 28, 2012, 12:47:59 PM
it looks like you have downloaded plugins meant for rc-0.9 (current git-master) and not 0.8.2
Title: Re: White page when enabling plugin
Post by: alec on October 28, 2012, 12:50:28 PM
This plugin was never tested with 0.8, its target is 0.9. So, you'll find probably more issues when using it with Roundcube 0.8.
Title: Re: White page when enabling plugin
Post by: karsayor on October 28, 2012, 01:55:35 PM
How did you guys know that ? I was not sble to find any information about this :(