Issues happened

Author Message

swddt fugrate

Tuesday 31 January 2006 1:08:57 pm

____________________________________________________
Issues
1. Insufficient directory permissions
eZ publish cannot write to some important directories, without this the setup cannot finish and parts of eZ publish will fail.
The affected directories are: settings settings/override var var/storage var/cache settings/siteaccess settings/siteaccess/admin design

Shell commands
These shell commands will give proper permission to the webserver.

cd /home/ezcomad/domains/ez.com/public_html/1/ezpublish-3.7.3
chmod -R ug+rwx settings settings/override var var/storage var/cache settings/siteaccess settings/siteaccess/admin design
chown -R apache:apache settings settings/override var var/storage var/cache settings/siteaccess settings/siteaccess/admin designAlternative shell commands
If you don't have permissions to change the ownership you can try these commands.

cd /home/ezcomad/domains/ez.com/public_html/1/ezpublish-3.7.3
chmod -R a+rwx settings settings/override var var/storage var/cache settings/siteaccess settings/siteaccess/admin design

Ignore this test

2. File uploading is not possible
The PHP upload directory /home/temp does not exists or is not accessible, without this you will not be able to upload files or images to eZ publish.

Create the directory /home/temp on your system. If you do not have the possibility to create this yourself ask the administrator to create it for you.

Shell commands
This shell command will create the upload directory.

mkdir -p /home /home/temp
________________________________________________________

Ɓukasz Serwatka

Thursday 09 February 2006 1:50:46 am

Hi,

Did you fix those issues using proposed command?

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

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 07:27:39
Script start
Timing: Jan 31 2025 07:27:39
Module start 'layout'
Timing: Jan 31 2025 07:27:39
Module start 'content'
Timing: Jan 31 2025 07:27:39
Module end 'content'
Timing: Jan 31 2025 07:27:39
Script end

Main resources:

Total runtime0.0125 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.0046 588.1250151.2109
Module start 'layout' 0.00460.0026 739.335936.6484
Module start 'content' 0.00720.0042 775.984490.1406
Module end 'content' 0.01140.0011 866.125029.9922
Script end 0.0125  896.1172 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002015.8305140.0001
Check MTime0.00097.4759140.0001
Mysql Total
Database connection0.00086.172110.0008
Mysqli_queries0.002519.865830.0008
Looping result0.00000.102910.0000
Template Total0.00086.210.0008
Template load0.00064.910210.0006
Template processing0.00021.294310.0002
Override
Cache load0.00043.413910.0004
General
dbfile0.00032.377080.0000
String conversion0.00000.047740.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