Closed (fixed)
Project:
Calendar Block
Version:
6.x-2.1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
16 Jan 2009 at 21:06 UTC
Updated:
20 Jan 2009 at 18:55 UTC
Jump to comment: Most recent file
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
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | calendar_block-359970.patch | 639 bytes | skilip |
Comments
Comment #1
skilip commenteddrupal_parse_json is a core function. Are you sure drupal.js is included?
Comment #2
Starminder commentedYou mean this one?
// $Id: drupal.js,v 1.41.2.3 2008/06/25 09:06:57 goba Exp $
Comment #3
skilip commentedI'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.
Comment #4
skilip commentedComment #5
Starminder commentedVerified in 6.22 - thanks!