Fatal error: eZ publish did not finish its request - need PHP JSON extension? [SOLVED]

Fatal error: eZ publish did not finish its request - need PHP JSON extension? [SOLVED]

Saturday 19 June 2010 9:56:27 am - 2 replies

Modified on Saturday 09 October 2010 6:17:40 am by Lo' F.

Author Message

Lo' F.

Saturday 19 June 2010 2:05:25 pm

Done! Fatal error's gone and the edit functionality works just fine.

Here's how to install json extention:

- Download "php-json-ext-1.2.1" package

wget http://aurore.net/projects/php-json/php-json-ext-1.2.1.tar.bz2

- Unpack the compressed package

- Go into the package folder

cd php-json-ext-1.2.1

- Run ...

./configure
make
make install

- Add extension=json.so line to your [etc/]php.ini file

and finally restart the server and clear ini cache.

loredanaebook.it

Henrik Gren

Friday 08 October 2010 10:02:52 am

Thank you Lo'. I struggled with this problem for days. Your post helped me out.

To make this more accessible to the search engine of this forum I would state:

IF your development environment is running on PHP 5.2.x, you should assure that the production environment is either 5.2.x or that the JSON extension is enabled.

You must be logged in to post messages in this topic!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.