error 20 in admin interface

Author Message

Jacek S

Sunday 03 September 2006 8:02:19 am

I have an ezPublish installation where I work on one site. This installation is located in subdirectory of DocumentRoot of my Apache server. Lets say it name is "xxx".
Everything works fine until this morning. I tried to make some changes in templates and I used this templates to edit content of 2 objects. After that I cant login to my site and use admin interface. When I try any URL, for example:
http://my-site.pl/xxx/admin/content/view/full/2
I get:
<i>
The requested page could not be displayed.(20)
The requested address or module could not be found.

Possible reasons:

* The address was misspelled. Try changing the URL.
* The name of the module was misspelled. Try changing the URL.
* There is no <xxx> module available on this site.
* The site is using URL matching to determine which siteaccess to use, but the name of the siteaccess is missing from the URL. Try to add the name of the siteaccess, it should be specified before the name of the module.
</i>
I tried some debug and got this log:

SELECT id, source_url, source_md5, destination_url, is_internal, is_wildcard, forward_to_id
FROM   ezurlalias
WHERE  source_url='xxx/content/view/full/2' AND is_wildcard='0' AND is_internal='1'

Notice: eZMySQLDB::query(0 rows, 0.266 ms) query number per page:4 	Sep 03 2006 16:54:48

SELECT id, source_url, source_md5, destination_url, is_internal, is_wildcard, forward_to_id
FROM   ezurlalias
WHERE  source_url='xxx/xxx/content/view/full/2' AND is_wildcard='0' AND is_internal='1'

.... and so on several times adding the name of subdirectory.

Could somebody help me with this?

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

Main resources:

Total runtime0.0195 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.0089 587.9141152.6250
Module start 'layout' 0.00890.0036 740.539139.4453
Module start 'content' 0.01250.0047 779.984489.3359
Module end 'content' 0.01720.0022 869.320330.3047
Script end 0.0194  899.6250 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002713.9580140.0002
Check MTime0.00115.8416140.0001
Mysql Total
Database connection0.002211.241110.0022
Mysqli_queries0.003719.025530.0012
Looping result0.00000.138410.0000
Template Total0.00199.710.0019
Template load0.00126.092810.0012
Template processing0.00073.616010.0007
Override
Cache load0.00094.531010.0009
General
dbfile0.00021.177180.0000
String conversion0.00000.056340.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