Instead of displaying a calendar, am getting:
Fatal error: Call to undefined function: drupal_parse_json() in /usr/home/hoslo/public_html/sites/all/modules/calendar_block/calendar_block.module on line 407

CommentFileSizeAuthor
#3 calendar_block-359970.patch639 bytesskilip
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

skilip’s picture

drupal_parse_json is a core function. Are you sure drupal.js is included?

Starminder’s picture

You mean this one?

// $Id: drupal.js,v 1.41.2.3 2008/06/25 09:06:57 goba Exp $

skilip’s picture

Assigned: Unassigned » skilip
Priority: Normal » Critical
Status: Active » Needs review
FileSize
639 bytes

I'm really sorry I didn't check this before replying on your first post. I figured out this is a typo in calendar_block.module. Here's a patch which fixes this. I'll commit this asap.

skilip’s picture

Status: Needs review » Fixed
Starminder’s picture

Status: Fixed » Closed (fixed)

Verified in 6.22 - thanks!