Thursday 12 January 2006 11:36:09 pm
Hi, Yes, you need to run all SQL update scripts to follow upgrade path correctly.
When I enter in the admin interface, i see the left (struture), the top menu, but nothing in the midle. Doest matter what action I perform. How can I solve this ?
This can be related to is_container flag which was added in 3.5 version of eZ publish. You can run php update script
# siteaccess news_admin
./update/common/scripts/updateiscontainer.php news_admin
For custom classes you need to set this flag manually. Just re-edit your classes.
Look also here for 3.5 upgrade manual http://ez.no/download/ez_publish/changelogs/ez_publish_3_5/upgrading
and here for 3.6 upgrade manual http://ez.no/download/ez_publish/changelogs/ez_publish_3_6/upgrading
Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog
|