Zope's default icons not displayed
Hi, Yikes, can someone help me out? My browser isn't rendering Zope's default icons on its management screens. I'm running Zope version: Zope 2.2.4b1 (binary release, python 1.5.2, linux2-x86) Python version: 1.5.2 (#10, Dec 6 1999, 12:16:27) [GCC 2.7.2.3] System Platform: linux2 I get an attribute error. Here's the traceback: <!-- Traceback (innermost last): File /home/pmonta/Zope-2.2.0-linux2-x86/lib/python/ZPublisher/Publish.py, line 222, in publish_module File /home/pmonta/Zope-2.2.0-linux2-x86/lib/python/ZPublisher/Publish.py, line 187, in publish File /home/pmonta/Zope-2.2.0-linux2-x86/lib/python/ZPublisher/Publish.py, line 171, in publish File /home/pmonta/Zope-2.2.0-linux2-x86/lib/python/ZPublisher/mapply.py, line 160, in mapply (Object: index_html) File /home/pmonta/Zope-2.2.0-linux2-x86/lib/python/ZPublisher/Publish.py, line 112, in call_object (Object: index_html) File /home/pmonta/Zope-2.2.0-linux2-x86/lib/python/App/ImageFile.py, line 140, in index_html (Object: ControlPanel_icon.gif) AttributeError: _p_mtime --> _p_mtime? Any guidance would be greatly appreciated. Cheers, Anthony ~~~~~~~~~~~~~~~~ Dr. A. B. Monta Coordinator of Curricular Assessment & Academic Reporting Louisiana Board of Regents 150 Third Street, Suite 129 Baton Rouge, LA 70801-1389 225.342.4253, ext. 143 amonta@regents.state.la.us
Yikes, can someone help me out? My browser isn't rendering Zope's default icons on its management screens. I'm running
Zope version: Zope 2.2.4b1
This is fixed in 2.2.4 final... Brian Lloyd brian@digicool.com Software Engineer 540.371.6909 Digital Creations http://www.digicool.com
Is anyone else running into this problem with 2.2.4? I've created a role called "Faculty" that has all the powers of "Manager" except "Change Permissions." However, when a user with this role tries to open an acl_users folder (say, in a subfolder) while using the management screen, there's a long delay... and then a message appears saying "There are no transactions that can be undone." What could be the problem? Cheers, Anthony ~~~~~~~~~~~~~~~~ Dr. A. B. Monta Coordinator of Curricular Assessment & Academic Reporting Louisiana Board of Regents 150 Third Street, Suite 129 Baton Rouge, LA 70801-1389 225.342.4253, ext. 143 amonta@regents.state.la.us
Anthony Monta wrote:
Is anyone else running into this problem with 2.2.4? I've created a role called "Faculty" that has all the powers of "Manager" except "Change Permissions." However, when a user with this role tries to open an acl_users folder (say, in a subfolder) while using the management screen, there's a long delay... and then a message appears saying "There are no transactions that can be undone." What could be the problem?
1) You have a lot of old transactions. Zope scans through all transactions, looking for something that can be undone from the given context. If there aren't any, it will end up scanning the entire database. 2) The user is not allowed (because of security settings) to access the other tabs normally available, so Zope shows you the first available tab: undo. This is not specific to 2.2.4. Does this user have the correct permissions *in the context of the user folder*? Shane
participants (3)
-
Anthony Monta -
Brian Lloyd -
Shane Hathaway