Forums / Setup & design / PageLayout breaks admin ini interface

PageLayout breaks admin ini interface

Author Message

David Eriksson

Tuesday 21 June 2005 6:43:31 am

Ran into a very strange problem yesterday, and managed today to somewhat track down the cause. It seems as if when I override pagelayout.tpl for my non-admin site, even if it is just with an exact copy of the default template, I am no longer able to view (and edit) the ini files for that site through the admin interface. Turning on debugging, I get a huge list of errors. I'm not going to post all of it, it's too long and is basically the same errors repeating for different templates, but here's the beginning of the output:

Notice: eZMySQLDB::query(0.000 ms) query number per page:0      Jun 21 2005 15:39:30

SET NAMES 'utf8'

Timing:     Jun 21 2005 15:39:30

Module start 'settings'

Error: eZTemplateDesignResource::overrideArray     Jun 21 2005 15:39:30

Custom match file: path 'full/folder.tpl' not found in any resource. Check template settings in settings/override.ini

Error: eZTemplateDesignResource::overrideArray, tried files     Jun 21 2005 15:39:30

design/standard/templates/full/folder.tpl, design/standard/override/templates/full/folder.tpl, design/admin/override/templates/full/folder.tpl, design/admin/templates/full/folder.tpl

Error: eZTemplateDesignResource::overrideArray     Jun 21 2005 15:39:30

Custom match file: path 'line/folder.tpl' not found in any resource. Check template settings in settings/override.ini

Error: eZTemplateDesignResource::overrideArray, tried files     Jun 21 2005 15:39:30

design/standard/templates/line/folder.tpl, design/standard/override/templates/line/folder.tpl, design/admin/override/templates/line/folder.tpl, design/admin/templates/line/folder.tpl

The ini-interface is still accessible through the site itself, just not through the admin-site. So it's no disaster, but it is really annoying, and any help in clearing this up would be most appreciated.

I'm thinking it might either be a wrong setting somewhere, or a permission problem.

/David

Eivind Marienborg

Tuesday 19 July 2005 6:06:34 am

Did you find a sollution to this, David?

We're struggling with the same symptoms now, but are having a really hard time finding the cause.

We're running eZ 3.6.0, on Apache 1.3 / PHP 4.3.10.

Any hints greatly appriciated..

David Eriksson

Tuesday 19 July 2005 6:23:18 am

No, never found it.

We're working around it by accessing the ini files through the non-admin siteaccess, since we are under a tight deadline and don't have time to search any more after the problem than we already have.

Running eZ 3.6.0 (svn revision 11973) Apache/2.0.54 (Debian GNU/Linux) mod_auth_kerb/5.0-rc6 PHP/4.3.10-1 with a bunch of other modules.

If that helps you any, great! If not, oh well. Good luck in tracking it down, none-the-less!

/David

Eivind Marienborg

Tuesday 19 July 2005 6:28:36 am

So your site is still accesible?

Our user-siteaccess is down, displaying nothing but errormessages like the ones you posted. The admin-siteaccess works, though.

So we have to resolve this in a way, in order to get *anything* to work.

The stange thing is that it appears to be eZ not being allowed to read from the template-dirs, but since we haven't changed anything since everything worked fine, it sounds kinda unbelievable.

David Eriksson

Tuesday 19 July 2005 6:37:40 am

Yes, everything on our site, both user and admin, still works, except from the single thing of viewing any user-site ini-file through the admin interface. A very strange problem.

/David