Opened 15 years ago
Closed 14 years ago
#5942 closed enhancement (worksforme)
SCREENSHOTS_* permissions are missing in the Admin-Tab / Permissions
Reported by: | Owned by: | Radek Bartoň | |
---|---|---|---|
Priority: | normal | Component: | ScreenshotsPlugin |
Severity: | normal | Keywords: | permission |
Cc: | Trac Release: | 0.11 |
Description
The 4 new permissions are missing in the "Grand Persmissions" box in the "Actions" dropdown.
Please add the 4 new permissions there (i do not want to use the console for permissions)...
Attachments (0)
Change History (12)
comment:1 Changed 15 years ago by
Owner: | changed from Radek Bartoň to anonymous |
---|---|
Status: | new → assigned |
comment:2 Changed 15 years ago by
i mean the 4 permissions/actions:
- SCREENSHOTS_VIEW
- SCREENSHOTS_FILTER
- SCREENSHOTS_ORDER
- SCREENSHOTS_ADMIN
comment:3 Changed 15 years ago by
I do not know how to debug python because i am not a python developer. Where is the debug log located?
comment:4 Changed 15 years ago by
When i turn on debuging (Admin / Logging / File: DEBUG : trace.log) i get this:
2009-10-08 09:44:51,715 Trac[main] DEBUG: Dispatching <Request "GET u'/admin/general/perm'"> 2009-10-08 09:44:51,731 Trac[chrome] DEBUG: Prepare chrome data for request 2009-10-08 09:44:51,743 Trac[session] DEBUG: Retrieving session for ID 'typo3community' 2009-10-08 09:44:51,968 Trac[main] DEBUG: Dispatching <Request "GET u'/chrome/site/your_project_logo.png'"> 2009-10-08 09:44:51,970 Trac[chrome] WARNING: File your_project_logo.png not found in any of ['/home/trac_env/typo3community/htdocs'] 2009-10-08 09:44:51,970 Trac[main] WARNING: HTTPNotFound: 404 Not Found (File your_project_logo.png not found) 2009-10-08 09:44:51,971 Trac[chrome] DEBUG: Prepare chrome data for request 2009-10-08 09:44:51,984 Trac[session] DEBUG: Retrieving session for ID 'typo3community'
As far a i can see, this is NOT about my issue.
comment:5 Changed 15 years ago by
Still valid? More detailed debug log with component loading and from admin page access would be helpfull.
comment:6 Changed 15 years ago by
Owner: | changed from anonymous to Radek Bartoň |
---|---|
Status: | assigned → new |
comment:7 Changed 15 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
I need more detailed report for this issue. Please describe your server stack configuration and send me detailed debug log from the plugin loading phase and admin page access. Previous reopen, seems like spam, so I'm closing this for now.
comment:8 Changed 15 years ago by
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
Still valid. Stack: Debian. Trac. (everything for trac was installed via apt-get). What do you mean by "admin page access"? There is only a "Admin / Permissions". How to get a "detailed debug log from plugin loading"?
comment:9 Changed 15 years ago by
Just enable DEBUG level logging (see TracLogging for details) and copy & paste messages from the loading of components of plugins and from the admin page access request. Anyway, most probable cause of this seems to be so far that you don't have PIL (Python Imaging Library) installed.
comment:11 Changed 14 years ago by
Keywords: | permission added |
---|
Currently installed version 0.7 checking out source from 0.11 branch. I see following six related permissions:
- SCREENSHOTS_VIEW
- SCREENSHOTS_FILTER
- SCREENSHOTS_ORDER
- SCREENSHOTS_ADD
- SCREENSHOTS_EDIT
- SCREENSHOTS_DELETE
- SCREENSHOTS_ADMIN
(see screenshotsplugin/0.11/tracscreenshots/core.py#L84)
So I guess most probably this is a local installation issue, if it persists. No detailed information, as requested for months. I'd recommend to close this as 'works-for-me'.
comment:12 Changed 14 years ago by
Resolution: | → worksforme |
---|---|
Status: | reopened → closed |
I think so. I don't see any reason why this shouldn't work.
Are you sure? What do you mean by "4 new permissions"? What shows your debug log?