Hi!
I've just installed a basic Drupal 6 installation with some additional modules (cck, views, ...). My webserver uses XCache, now, after installation of views, I get these errors:
Strict Standards: Declaration of views_plugin_display_block::options_submit() should be compatible with that of views_plugin_display::options_submit() in /var/syscp/webs/sewid/akr.mysite.de/sites/all/modules/views/plugins/views_plugin_display_block.inc on line 0
Strict Standards: Declaration of views_handler_field_broken::ui_name() should be compatible with that of views_handler::ui_name() in /var/syscp/webs/sewid/akr.mysite.de/sites/all/modules/views/handlers/views_handler_field.inc on line 0
Strict Standards: Declaration of views_handler_sort_broken::ui_name() should be compatible with that of views_handler::ui_name() in /var/syscp/webs/sewid/akr.mysite.de/sites/all/modules/views/handlers/views_handler_sort.inc on line 0
Strict Standards: Declaration of views_plugin_row::options_validate() should be compatible with that of views_plugin::options_validate() in /var/syscp/webs/sewid/akr.mysite.de/sites/all/modules/views/plugins/views_plugin_row.inc on line 0
Strict Standards: Declaration of views_plugin_row::options_submit() should be compatible with that of views_plugin::options_submit() in /var/syscp/webs/sewid/akr.mysite.de/sites/all/modules/views/plugins/views_plugin_row.inc on line 0
If I disable XCache, everything works fine. Is this a bug missed I something while configuration?
Best regards,
sewid
Comments
Comment #1
merlinofchaos commentedMany of these are fixed by the patch at http://drupal.org/node/466454 -- though it looks like there are more here than that patch fixes.