Roundcube Community Forum

 

Solved:alendar Plugin gives whitescreen

Started by SimonusA, January 16, 2013, 04:42:42 AM

Previous topic - Next topic

SimonusA

Hi there,
I have installed the latest version of roundcube (0.8.4) and seem to have some trouble using the calendar plugin.
I have activated the plugin in the main-config file and created the table calendars as stated in the sql folder.
But as soon the plugin is enabled, I get a whitescreen. error_log from the server gives nothing.
I have tested many other plugins that worked, only if I enable calendar I get this issue.
I am working on a shared hosting. PHP5.3, mySQL5.5

Any ideas?

Greetings Simon

SKaero


SimonusA

ah, thank you!

any idea?

[16-Jan-2013 10:55:53 +0100]: PHP Error: Failed to load plugin file /home/www/web453/html/webmail/plugins/libcalendaring/libcalendaring.php in /home/www/web453/html/webmail/program/include/rcube_plugin_api.php on line 202 (GET /webmail/?_task=mail&_mbox=INBOX)
[16-Jan-2013 10:55:53] PHP Fatal error:  Class 'rcube' not found in /home/www/web453/html/webmail/plugins/calendar/calendar.php on line 78

regards

SKaero

Quote from: SimonusA on January 16, 2013, 04:57:39 AM
[16-Jan-2013 10:55:53 +0100]: PHP Error: Failed to load plugin file /home/www/web453/html/webmail/plugins/libcalendaring/libcalendaring.php in /home/www/web453/html/webmail/program/include/rcube_plugin_api.php on line 202 (GET /webmail/?_task=mail&_mbox=INBOX)
This means in can't load the "libcalendaring" plugin, you should remove it from the plugins array.

Quote from: SimonusA on January 16, 2013, 04:57:39 AM
[16-Jan-2013 10:55:53] PHP Fatal error:  Class 'rcube' not found in /home/www/web453/html/webmail/plugins/calendar/calendar.php on line 78
You're using a newer version of the calendar than what will work with your RoundCube version, make sure you get the version for 0.8.x.

SimonusA

Quote from: SKaero on January 16, 2013, 05:28:53 AM
Quote from: SimonusA on January 16, 2013, 04:57:39 AM
[16-Jan-2013 10:55:53 +0100]: PHP Error: Failed to load plugin file /home/www/web453/html/webmail/plugins/libcalendaring/libcalendaring.php in /home/www/web453/html/webmail/program/include/rcube_plugin_api.php on line 202 (GET /webmail/?_task=mail&_mbox=INBOX)
This means in can't load the "libcalendaring" plugin, you should remove it from the plugins array.

Quote from: SimonusA on January 16, 2013, 04:57:39 AM
[16-Jan-2013 10:55:53] PHP Fatal error:  Class 'rcube' not found in /home/www/web453/html/webmail/plugins/calendar/calendar.php on line 78
You're using a newer version of the calendar than what will work with your RoundCube version, make sure you get the version for 0.8.x.

this libcalendaring plugin gets loaded automatically with calendar. But I now see that I need an older version.
Can you tell me how I can download this entire folder? http://git.kolab.org/roundcubemail-plugins-kolab/tree/plugins?h=roundcubemail-plugins-kolab-0.8
I don't have the time to manually download all these files there.

Thank you

SKaero