Forums / Install & configuration / Problem with edit /add content from admin
Petter Neumann
Monday 30 August 2004 2:12:43 pm
On my site running ezp 3.4.1 (suse9.1 amd64) by a mistake someone has edited /changed something in the admin section so it is not possible to edit / add new content. when I want to edit content and click the "edit" button on the content, the edit page is blank without any contnet ( menus etc is ok). I try figure out witch files that displays the pages used to change / add new content so that I can find the problem
Monday 30 August 2004 3:04:06 pm
I has turned on debugging and get the following error when I try to edit or add new content:
eZ debugTiming: Aug 30 2004 23:31:41
Script start
Timing: Aug 30 2004 23:31:41
Module start 'content'
Warning: eZTemplate Aug 30 2004 23:31:41
No template could be loaded for "content/edit.tpl" using resource "design"
Module end 'content'
End
Deane Barker
Saturday 20 November 2004 6:33:17 pm
After searching for the solution to the SAME problem for HOURS, I found this:
http://ez.no/community/bug_reports/unexpected_behavious_of_setting_overridesettings_cache
In "override/site.ini.append.php", set:
[OverrideSettings] Cache=enabled
This instantly ended two hours of banging my head against the wall.