Images in articles - getting Fatal error

Author Message

Matt Elmer

Thursday 17 August 2006 12:34:45 am

Hi there,

I had my EzPublish upgraded to version 3.5.10 and run a lot of images on the site.

I have noticed that certain .jpg images cause the site to give this error on both the front end when viewing the article and in the backend when I wish to edit the item causing me to delete the article and start again.

<b>Fatal error: eZ publish did not finish its request

The execution of eZ publish was abruptly ended, the debug output is present below.</b>

If I take the same image and photoshop it, re-saving it under the same filename, the article uploads fine.

Is this is a known problem? I have pages and pages of photo galleries that give this error.

Cheers
Matt

Kristof Coomans

Sunday 20 August 2006 3:32:51 am

Hello Matt

Enable the debugging features ( see http://ez.no/community/forum/install_configuration/fatal_error_ez_publish_did_not_finish_its_request/#msg99842 ), you will get a useful PHP error message then.

independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org

Pål Jostein Didriksen

Sunday 20 August 2006 8:36:40 am

Hi,

I also experienced some problems with images while upgrading (From 3.4 to 3.6). Not sure if this is the same thing, though.

The debug reported an error in ezImageHandler. The problem was solved when I changed my templates from this code:

{attribute_view_gui attribute=$node.object.data_map.thumbnail image_class=large href=$node.object.data_map.thumbnail.content.original.url|ezroot)}

... to this:

{attribute_view_gui attribute=$node.data_map.thumbnail image_class=large href=$node.data_map.thumbnail.content.original.url|ezroot}

Debug also reported some problems connected to file permissions on the server, so you might want to take a look at that as well.

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

eZ debug

Timing: Jan 31 2025 00:24:26
Script start
Timing: Jan 31 2025 00:24:26
Module start 'layout'
Timing: Jan 31 2025 00:24:26
Module start 'content'
Timing: Jan 31 2025 00:24:26
Module end 'content'
Timing: Jan 31 2025 00:24:26
Script end

Main resources:

Total runtime0.0222 sec
Peak memory usage4,096.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0051 588.2578151.2266
Module start 'layout' 0.00510.0032 739.4844220.7344
Module start 'content' 0.00830.0124 960.2188997.9922
Module end 'content' 0.02070.0015 1,958.210933.9922
Script end 0.0222  1,992.2031 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002310.5178140.0002
Check MTime0.00104.4989140.0001
Mysql Total
Database connection0.00083.793110.0008
Mysqli_queries0.002611.832930.0009
Looping result0.00000.036510.0000
Template Total0.00114.910.0011
Template load0.00093.864910.0009
Template processing0.00021.057710.0002
Override
Cache load0.00062.614210.0006
General
dbfile0.00219.628580.0003
String conversion0.00000.026840.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs