Hello Everybody,

I successfully used swfupload module on my localhost (php 5.2) with no errors at all for multiple file uploading.
The problem started when I used this module on my server where php version is 4.4.9.
I caught the error in Firefox firebug as 'Fatal Error:Call to undefined function: drupal_parse_json() in ....'

Is there any solution to this error?
I'm using drupal 6 version.

Thanks in advance....

Comments

skilip’s picture

Status: Active » Closed (won't fix)

This error can not be caused by SWFUpload since drupal_parse_json is a Drupal core function.