error 404!! solution

Author Message

nicola fusco

Tuesday 15 April 2003 2:31:14 am

Hello,
the reason that the ez publish software is giving you the 404 error is because process does not have enough memory to finish. Note the following from the error log:
FATAL: erealloc(): Unable to allocate 61440 bytes
So, the only solution that I can see is to place the script on a larger server

I changed the max memory per process (only for php) to 24M instead of the default 8M. I then restarted apache. It seems to work now. It appears as though the script is fairly memory intensive, so it may not work as well as you'd like. At any rate, if it gives you more problems, you have up to 72MB per process on a server, you might try raising the limit again. The directive is:
memory_limit = 24M
in the ~/usr/local/lib/php.ini file.
Ciao a tutti e forza inter!!!

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 01:19:34
Script start
Timing: Jan 31 2025 01:19:34
Module start 'layout'
Timing: Jan 31 2025 01:19:34
Module start 'content'
Timing: Jan 31 2025 01:19:35
Module end 'content'
Timing: Jan 31 2025 01:19:35
Script end

Main resources:

Total runtime1.0833 sec
Peak memory usage8,192.0000 KB
Database Queries46

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0049 588.1328151.2109
Module start 'layout' 0.00490.0034 739.3438220.6875
Module start 'content' 0.00831.0742 960.03134,140.5156
Module end 'content' 1.08250.0008 5,100.54697.8594
Script end 1.0832  5,108.4063 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00380.3464160.0002
Check MTime0.00160.1483160.0001
Mysql Total
Database connection0.00070.068710.0007
Mysqli_queries1.016593.8331460.0221
Looping result0.00040.0384440.0000
Template Total1.033095.420.5165
Template load0.00240.224720.0012
Template processing1.030695.134220.5153
Template load and register function0.00150.140310.0015
states
state_id_array0.00160.144110.0016
state_identifier_array0.00190.177620.0010
Override
Cache load0.00200.1882110.0002
Sytem overhead
Fetch class attribute can translate value0.00210.190110.0021
Fetch class attribute name0.00170.156510.0017
XML
Image XML parsing0.00010.008510.0001
class_abstraction
Instantiating content class attribute0.00000.000610.0000
General
dbfile0.00070.0628100.0001
String conversion0.00000.000740.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
1content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
2content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
2content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 7
 Number of unique templates used: 5

Time used to render debug report: 0.0001 secs