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.