Again Webdav - Help me

Author Message

Normando Hall

Saturday 23 June 2007 10:13:19 am

Hello all.
I have searched all the forum topic about webdav, but without success with my problem.
I have setup webdav in my site and I can login and see the site folders. In my case, the site folders are:
ezwebin_site
ezwebin_site_admin
Also I can access in each site folder and see the Content and Media folder. But when I click in Content or Media return an error "...the folder not exist..."
I use IE7 to access webdav. I see the internet adress at the right of each folder (Conten and Media) For example:
Content --- http://webdav.zzz.org/ezwebin_site/Content

but when I click the Content folder, I get
http://webdav.zzz.org/Content
loose "ezwebin_site" path.

If I setup webdav in IE7 to http://webdav.zzz.org/ezwebin_site/Content I see the content folders.
I don't know what happens.
I use virtual host setup.
My htaccess file:

        php_value magic_quotes_runtime 0
        php_value allow_call_time_pass_reference 0
        Options +FollowSymLinks +Indexes +ExecCGI
        RewriteEngine On
        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|java|javascripts?)/.* - [L]
        Rewriterule ^packages/styles/.+/(stylesheets|images|javascript)/[^/]+/.* - [L]
        RewriteRule ^packages/styles/.+/thumbnail/.* - [L]
        RewriteRule ^favicon\.ico - [L]
        RewriteRule ^robots\.txt - [L]
        # Uncomment the following lines when using popup style debug.
        RewriteRule ^var/cache/debug\.html.* - [L]
        RewriteRule ^var/[^/]+/cache/debug\.html.* - [L]
        RewriteRule .* index.php
        RewriteCond %{HTTP_HOST} ^webdav\..*
        RewriteRule ^(.*) webdav.php [L]
        RewriteCond %{HTTP_HOST} ^soap\..*
        RewriteRule ^(.*) soap.php [L]

site.ini.append.php in override folder:

[SiteSettings]
DefaultAccess=ezwebin_site
SiteList[]
SiteList[]=ezwebin_site
SiteList[]=ezwebin_site_admin
RootNodeDepth=1
IndexPage=/content/view/full/2/
DefaultPage=/content/view/full/2
...
SiteURL=www.zzz.org

[SiteAccessSettings]
ForceVirtualHost=true
CheckValidity=false
AvailableSiteAccessList[]=ezwebin_site
AvailableSiteAccessList[]=ezwebin_site_admin
MatchOrder=host
HostMatchMapItems[]=www.zzz.org;ezwebin_site
HostMatchMapItems[]=admin.zzz.org;ezwebin_site_admin

Webdav is enabled and loggin too.

I have setup virtual host in the main apache conf file.

webdav.log get me:

2007-06-23 14:11:58 : ****************************************
2007-06-23 14:11:58 : Fatal error: eZ publish did not finish its request
2007-06-23 14:11:58 : The execution of eZ publish was abruptly ended, the debug output is present below.
2007-06-23 14:11:58 : ****************************************

Thank for any help.

Normando

Normando Hall
Rosario - Argentina

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 19:07:23
Script start
Timing: Jan 18 2025 19:07:23
Module start 'layout'
Timing: Jan 18 2025 19:07:23
Module start 'content'
Timing: Jan 18 2025 19:07:23
Module end 'content'
Timing: Jan 18 2025 19:07:23
Script end

Main resources:

Total runtime0.0303 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.0129 589.0391152.6250
Module start 'layout' 0.01290.0064 741.664139.4453
Module start 'content' 0.01930.0082 781.109489.4609
Module end 'content' 0.02750.0028 870.570334.3047
Script end 0.0303  904.8750 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.005016.4032140.0004
Check MTime0.00123.9148140.0001
Mysql Total
Database connection0.00278.810310.0027
Mysqli_queries0.006320.916530.0021
Looping result0.00000.066110.0000
Template Total0.00237.710.0023
Template load0.00134.304110.0013
Template processing0.00103.215710.0010
Override
Cache load0.00082.648710.0008
General
dbfile0.00103.450080.0001
String conversion0.00000.033040.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.0002 secs