update from 6.x-1.17 to 6.x-1.18
when running update.php
----------------
The update process was aborted prematurely while running update #6118 in print.module. All errors have been logged. You may need to check the watchdog database table manually.
Fatal error: Call to undefined function json_decode() in /inet/http/pvys-drupal/html/sites/all/modules/print/print.module on line 420
----------------
I think it is because we have php 5.1.6 - json seem to exist from 5.2:
http://www.boutell.com/scripts/jsonwrapper.html
Comments
Comment #1
scalp commentedAlso having this problem.
Comment #2
jcnventuraI hate PHP... The solution for D6 will probably involve the use of drupal_to_js().
Comment #3
jcnventuraActually, it's a lot simpler just change the definition of the constants, and use unserialize() instead.
http://drupalcode.org/project/print.git/commit/a7326a6
Comment #4.0
(not verified) commentedcorrection of mistake
update from 6.x-1.18 to 6.x-1.19
->
"update from 6.x-1.17 to 6.x-1.18"