I'd like to pack my zodb. I've logged into the zmi from mydomain.com/manage. I used the username 'admin' and the password I specified in the buildout, and it succeeded. However control_panel is not 开发者_高级运维listed when I click on '/' (nor is the site name). What am I missing here?
You aren't really looking at the Zope2 application root. Rather, you are looking at the virtual host root (that is most likely proxied by Apache or NGINX some other web server). Try accessing the site on whatever port Zope2 is running on, e.g. 8080.
Also in newer Plones, there is a Maintenance control panel in Site Setup where you can pack (this requires that you have the Manager role at the Zope2 application root).
... and you can pack your Data.fs from site setup: (of course as admin)
http://yourplonesite/@@maintenance-controlpanel
You can also try to access http://yourplonesite/Control_Panel/manage_main
This wokrs only if your user is defined on the zope root acl_users.
精彩评论