I just installed the latest version of XAMPP for local development, and I'm now getting a handful of date module errors on all pages. PHP version is 5.3.0, is there any known compatibility issues with this version of PHP? I'm really confused as everything should be working without problems, and was before this change.

* warning: Attempt to modify property of non-object in C:\Server\xampp\htdocs\cyrano1\sites\default\modules\date\includes\date_plugin_display_attachment.inc on line 24.
* warning: Attempt to modify property of non-object in C:\Server\xampp\htdocs\cyrano1\sites\default\modules\date\includes\date_plugin_display_attachment.inc on line 25.
* warning: Attempt to modify property of non-object in C:\Server\xampp\htdocs\cyrano1\sites\default\modules\date\includes\date_plugin_display_attachment.inc on line 26.
* warning: Attempt to modify property of non-object in C:\Server\xampp\htdocs\cyrano1\sites\default\modules\date\includes\date_plugin_display_attachment.inc on line 28.
* warning: Attempt to modify property of non-object in C:\Server\xampp\htdocs\cyrano1\sites\default\modules\date\includes\date_plugin_display_attachment.inc on line 29.
* warning: Attempt to modify property of non-object in C:\Server\xampp\htdocs\cyrano1\sites\default\modules\date\includes\date_plugin_display_attachment.inc on line 30.
* warning: Attempt to modify property of non-object in C:\Server\xampp\htdocs\cyrano1\sites\default\modules\date\includes\date_plugin_display_attachment.inc on line 31.
* warning: Attempt to modify property of non-object in C:\Server\xampp\htdocs\cyrano1\sites\default\modules\date\includes\date_plugin_display_attachment.inc on line 24.
* warning: Attempt to modify property of non-object in C:\Server\xampp\htdocs\cyrano1\sites\default\modules\date\includes\date_plugin_display_attachment.inc on line 25.
* warning: Attempt to modify property of non-object in C:\Server\xampp\htdocs\cyrano1\sites\default\modules\date\includes\date_plugin_display_attachment.inc on line 26.
* warning: Attempt to modify property of non-object in C:\Server\xampp\htdocs\cyrano1\sites\default\modules\date\includes\date_plugin_display_attachment.inc on line 28.
* warning: Attempt to modify property of non-object in C:\Server\xampp\htdocs\cyrano1\sites\default\modules\date\includes\date_plugin_display_attachment.inc on line 29.
* warning: Attempt to modify property of non-object in C:\Server\xampp\htdocs\cyrano1\sites\default\modules\date\includes\date_plugin_display_attachment.inc on line 30.
* warning: Attempt to modify property of non-object in C:\Server\xampp\htdocs\cyrano1\sites\default\modules\date\includes\date_plugin_display_attachment.inc on line 31.

CommentFileSizeAuthor
#1 drupal-warning.jpg114.44 KBmisahs

Comments

misahs’s picture

StatusFileSize
new114.44 KB

Hi, I'm getting same problem after I installed Views module (http://drupal.org/project/views). Screen shot of the warning is attached.

I appreciate any hint to resolve this issue.

Thanks.

mjohnq3’s picture

See this comment for a brief description of the issues relating to PHP 5.3: http://drupal.org/node/626350#comment-2327600.

tannerjfco’s picture

Status: Active » Closed (fixed)

Gotcha. Thanks for the info!