I have a list of errors at the top of the page when the modules are activated. Here i just copied three of them, but it basically repeats but then at another line.
Im new to drupal as well, so im having a hard time here :P

warning: Parameter 3 to views_ui_ajax_form() expected to be a reference, value given in C:\wamp\www\drupal-6_14\includes\menu.inc on line 348.

warning: Attempt to modify property of non-object in C:\wamp\www\drupal-6_14\sites\all\modules\calendar\includes\calendar_plugin_display_page.inc on line 47.

warning: Attempt to modify property of non-object in C:\wamp\www\drupal-6_14\sites\all\modules\calendar\includes\calendar_plugin_display_attachment.inc on line 164.

Can anybody help?
Ive got:
Drupal 6_14
calendar-.x-2.2
date-6.x-2.4
views-6.x-2.7
cck-6.x-2.6

Thanks a lot!

Comments

andrewfn’s picture

It looks like you are running php 5.3
I am compiling a list of solutions to this problem. If you go to http://drup.org/drupal-and-php-53 and look at item 3 there is a patch you can apply.
I am still adding to this page as I find more information. It won't be long before many people are forced to upgrade to 5.3, so all these problems will need to be sorted out.

WSRyu’s picture

Thank a lot andrewfn! Ive searched for the forum but couldn't find it.
Thanks!!!!