New User questions

Author Message

Kieran F

Sunday 25 June 2006 7:06:05 pm

Hi All,

Few quick questions about EzPublish:

* Our hosting company wont let disable PHP Safe Mode - can someone please advise if this is an issue and what I can do to get it resolved?
* We can't change our VirtualHost settings as we're on a shared web server - would creating a .htaccess file allow us to still use ez Publish?
* We've been playing round with the site in our internal demo lab and created a bunch of content - can we copy this upto our production/external site easily when we go live?

Thanks,

Kieran

Björn Dieding@xrow.de

Sunday 25 June 2006 8:40:38 pm

Recommendation:
Pick another host to avoid future troubles.

Answer 1: partly
Answer 2: yes
Answer 3: yes

Looking for a new job? http://www.xrow.com/xrow-GmbH/Jobs
Looking for hosting? http://hostingezpublish.com
-----------------------------------------------------------------------------
GMT +01:00 Hannover, Germany
Web: http://www.xrow.com/

Kieran F

Sunday 25 June 2006 9:04:52 pm

Thanks for the quick reply.

1) What does it affect (disabling of PHP Safe mode) and is there any changes I can make to mitigate this setting
2) Great - got any samples to look at?
3) Great - is there any process on how to do this or should i RTFM?

Thanks again,

Kieran

Björn Dieding@xrow.de

Monday 26 June 2006 9:16:09 am

1.) one affect is ram if have safe mde they might also have ram to default which is 8mb you need at least 42mb

2.) .htaccess

DirectoryIndex index.php

RewriteEngine On
RewriteCond %{HTTP_HOST} ^webdav\..*
RewriteRule ^(.*) webdav.php [L]

RewriteCond %{HTTP_HOST} ^soap\..*
RewriteRule ^(.*) soap.php [L]

RewriteRule ^var/cache/debug.html.* - [L]
RewriteRule ^var/[^/]+/cache/debug.html.* - [L]
Rewriterule ^var/storage/.* - [L]
Rewriterule ^var/[^/]+/storage/.* - [L]
RewriteRule ^var/cache/texttoimage/.* - [L]
RewriteRule ^var/[^/]+/cache/texttoimage/.* - [L]
Rewriterule ^design/[^/]+/(stylesheets|images|javascript)/.* - [L]
Rewriterule ^share/icons/.* - [L]
Rewriterule ^extension/[^/]+/design/[^/]+/(stylesheets|images|javascripts?)/.* - [L]
Rewriterule ^packages/styles/.+/(stylesheets|images|javascript)/[^/]+/.* - [L]
RewriteRule .* index.php [L]

3.) idealy you store all in SVN besides the DB and var/storage

Looking for a new job? http://www.xrow.com/xrow-GmbH/Jobs
Looking for hosting? http://hostingezpublish.com
-----------------------------------------------------------------------------
GMT +01:00 Hannover, Germany
Web: http://www.xrow.com/

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

Main resources:

Total runtime0.0153 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.0057 589.2656151.2109
Module start 'layout' 0.00570.0024 740.476636.6484
Module start 'content' 0.00810.0058 777.125094.2813
Module end 'content' 0.01390.0014 871.406333.9922
Script end 0.0153  905.3984 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002415.8805140.0002
Check MTime0.00117.4361140.0001
Mysql Total
Database connection0.00085.251510.0008
Mysqli_queries0.002717.339430.0009
Looping result0.00000.077710.0000
Template Total0.00106.310.0010
Template load0.00074.841410.0007
Template processing0.00021.421610.0002
Override
Cache load0.00053.036010.0005
General
dbfile0.00128.003280.0002
String conversion0.00000.059040.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