Error on a clean installation (News package)

Author Message

Andrea Palladino

Wednesday 14 January 2004 12:41:26 am

Hi,
after a clean installation on a Linux RH Enterprise, with MySQL, Php 4.3.3 (eZ SVN Revision 4477 - version 3.3-1), on the debug I recive this error:

Error: eZINI

Jan 14 2004 06:27:06

Couldn't create cache file 'var/cache/ini/0521053f9026196edb3ee860f5e22707.php', perhaps wrong permissions

Warning: eZModuleOperationInfo::execute

Jan 14 2004 06:27:06

Missing main operation memento for key: fb00ae2441685455f20a6da9fcb8032e

Permissions:
all the var/ is setted on 777 (bin/modfix.sh).

PHP infos:

Version

4.3.3

Extensions

xml, tokenizer, standard, sockets, session, posix, pcre, overload, mysql, ftp, ctype, calendar, bcmath, zlib, apache

Safe mode is off.

Basedir restriction is off.

Global variable registration is on.

File uploading is enabled.

Maximum size of post data (text and files) is 55M.

Script memory limit is 12M.
Maximum execution time is 90 seconds.

Where is the problem?

Bye

James Packham

Thursday 15 January 2004 1:18:46 am

I had something similar the other day, this is how I fixed it:

Start by moving the contents of the var directory to somewhere else (keep var/ under the same name in your EZP dir of course!!), chown var/ to apache.apache (if appropiate), refresh the site and see what happens.

If this gets it back to normal great, but make sure you remember to move your storage dir. back and chown -R apache.apache it (the one in your site cache) as otherwise you'll lose any files you uploaded.

Regards,

~James~

p.s. you should really have put this post in install/config you know?

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 04:13:32
Script start
Timing: Jan 31 2025 04:13:32
Module start 'layout'
Timing: Jan 31 2025 04:13:32
Module start 'content'
Timing: Jan 31 2025 04:13:32
Module end 'content'
Timing: Jan 31 2025 04:13:32
Script end

Main resources:

Total runtime0.0129 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0048 588.2578151.2266
Module start 'layout' 0.00480.0019 739.484436.6797
Module start 'content' 0.00680.0048 776.164190.1563
Module end 'content' 0.01160.0013 866.320329.9922
Script end 0.0129  896.3125 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002116.0767140.0001
Check MTime0.00107.6586140.0001
Mysql Total
Database connection0.00075.042410.0007
Mysqli_queries0.002216.703530.0007
Looping result0.00000.060810.0000
Template Total0.00107.810.0010
Template load0.00086.202110.0008
Template processing0.00021.607710.0002
Override
Cache load0.00064.470910.0006
General
dbfile0.001612.029980.0002
String conversion0.00000.046140.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