Installation problems

Author Message

Michael Zielinski

Wednesday 30 June 2004 11:02:05 pm

Hi,
I just joined the group of EZ users and immediately ran into a problem during installation.
It's the dreaded 8M limit problem.
I contacted my webhost and they are willing to add a vituralhost conf file supplied by me to solve the problem, which causes a new problem - how to make one. Does anybody have an example virtualhost file I could take a look at? I also read about being able to tweak memory through .htaccess. I entered the code I found here <FilesMatch "\.(php|html?)$">
php_value memory_limit 20M
</FilesMatch> - but setup still complains about the lack of memory.

Thanks
Michael

Roger Andersen

Thursday 01 July 2004 4:31:48 am

Try this instead, maybe that works ..
<b>
ini_set("memory_limit" , "20M");
</b>

Robert Williams

Sunday 04 July 2004 7:37:24 pm

Roger,
Does that line go into .htaccess or conf file?

Michael Zielinski

Monday 05 July 2004 2:49:36 am

I got the install to work. It still complains about the mem limit, but I could install EZPublish and so far it works flawless.

Here's my .htaccess
<FilesMatch "\.(php|html?)$">
php_value memory_limit 20M
</FilesMatch>
php_value magic_quotes_gpc 0
php_value register_globals 0

Michael

Bruce Morrison

Tuesday 06 July 2004 12:42:38 am

> got the install to work. It still complains about the mem limit,

The method the setup uses to check the momery limit will only work for the limit in the php.ini file (not for .htaccess or in the apache conf file)

Cheers
Bruce http://www.designit.com.au/

My Blog: http://www.stuffandcontent.com/
Follow me on twitter: http://twitter.com/brucemorrison
Consolidated eZ Publish Feed : http://friendfeed.com/rooms/ez-publish

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 18 2025 22:21:18
Script start
Timing: Jan 18 2025 22:21:18
Module start 'layout'
Timing: Jan 18 2025 22:21:18
Module start 'content'
Timing: Jan 18 2025 22:21:20
Module end 'content'
Timing: Jan 18 2025 22:21:20
Script end

Main resources:

Total runtime1.4472 sec
Peak memory usage4,096.0000 KB
Database Queries67

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0063 589.0469152.6250
Module start 'layout' 0.00630.0034 741.671939.4609
Module start 'content' 0.00971.4361 781.1328624.1250
Module end 'content' 1.44580.0014 1,405.257812.1719
Script end 1.4471  1,417.4297 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00350.2426160.0002
Check MTime0.00150.1022160.0001
Mysql Total
Database connection0.00100.067410.0010
Mysqli_queries1.391796.1665670.0208
Looping result0.00070.0476650.0000
Template Total1.410997.520.7054
Template load0.00260.176520.0013
Template processing1.408397.313520.7042
Template load and register function0.00020.017110.0002
states
state_id_array0.00210.146910.0021
state_identifier_array0.00210.145720.0011
Override
Cache load0.00210.1484340.0001
Sytem overhead
Fetch class attribute can translate value0.00110.075540.0003
Fetch class attribute name0.00110.079260.0002
XML
Image XML parsing0.00090.060540.0002
class_abstraction
Instantiating content class attribute0.00000.000860.0000
General
dbfile0.00080.0578160.0001
String conversion0.00000.002140.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
5content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
6content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
8content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 22
 Number of unique templates used: 6

Time used to render debug report: 0.0002 secs