mocmien / myroundcube

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

[calendar] 501 Server Error when registering calendar plugin #465

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Token: 1be525dc001886e81f193f1bf142d3e3 (Don't modify this token!)
Version: 11.0.17 ()
PHP: 5.3.20
RCMAIL: 0.8.4
Database: mysql 
SERVER: Apache
----
I.  Issue Description:
when i edit config.inc.php in plugin_manager and add calendar plugin like this
'calendaring' => array(
    'calendar' => array( 
      'label_name' => 'calendar.pluginname',
      'label_description' => 'calendar.plugindescription',
      'buttons' => array('#calendar_button', '#rcmrowcalendarlink', '#rcmrowcalendarcategories', '#rcmrowcalendarfeeds'),
      'reload' => true,
      'config' => './?_task=settings&_action=edit-prefs&_section=calendarlink&_framed=1',
      'section' => 'calendarlink',
      'uninstall' => true,
      'uninstall_request' => array(
        'action' => 'plugin.calendar_uninstall',
        'method' => 'post',
      ),
      'active' => true
    ),
   'calendar_plus' => array( 
      'protected' => true,
      'active' => true
    ),
  ),

i get server error.

II. Steps to reproduce the Issue:
1.
2.
3.

Original issue reported on code.google.com by fsop...@gmail.com on 4 Feb 2013 at 4:02

GoogleCodeExporter commented 9 years ago

Original comment by roland.l...@gmail.com on 6 Feb 2013 at 5:19