Forums / Install & configuration / Ez4.0 admin : can't view content in maincontent
Stéphanie Loubechine
Wednesday 30 January 2008 8:06:09 am
Hello,
I've just installed the Exponential 4.0 release, and have a problem in the administration interface which I can't understand.In the "Content structure" and "media library" menu, the maincontent is absolutely empty. By clicking "view" on a folder or article, nothing happens. Only by editing the element can I see its description etc.
The problem just occured today, yesterday all was ok, which explains my amazement. Nothing has been changed in the administrator's rights, I've cleared all the caches without result. And I swear I haven't changed anything in templates or whatever concerning the admin interface :) Only created a class, and its templates, but that can't have affected it ?
Any idea of what happens ?
thanks in advance
Stéphanie
André R.
Wednesday 30 January 2008 8:37:10 am
try turning on debugOutput to get more information, it sounds like it doesn't find the admin main_area template or some other template.
eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription @: http://twitter.com/andrerom
Thursday 31 January 2008 6:39:08 am
Thanks for the answer :) But well, I tried, the only point is that the debug output only gives me warnings about a translation pb, but not about a template missing... Warnings are the same whatever the tab, but my problem only affects content and media tabs.
If I try to turn on the Template debug, I have a (very) (long) list of templates unfound, but it seems to me that none can affects the main area : as far as I can see, it outputs the sames for <i>each</i> tab, not only thus presenting the problem.
Sorry, I'm a newby, so that's probably something very stupid, but I can't figure out what it is... :(
Steven E. Bailey
Saturday 02 February 2008 2:56:29 pm
I just had this problem with 3.10 copying a site from a development machine to a live server. Try going to
http://<yoursite>/content/treemenu?node_id=2
If you get an apache error (instead of a blank page) such as:
Your browser sent a request that this server could not understand.
then try rewriting the default rewrite rule as described here: http://ez.no/fr/developer/forum/setup_design/solved_3_10_0_no_tree_structure_items_user_media
RewriteRule index_treemenu.php - [L] by :RewriteRule content/treemenu/?$ /index_treemenu.php [L]
Certified eZPublish developer http://ez.no/certification/verify/396111 Available for ezpublish troubleshooting, hosting and custom extension development: http://www.leidentech.com
Tuesday 05 February 2008 6:14:39 am
Thanks, but that doesn't seem to work... I've changed it, restart apache and clear the cache, but nothing changed :(