Opened 17 years ago
Closed 17 years ago
#2678 closed defect (invalid)
flash not working
Reported by: | Owned by: | dagomez | |
---|---|---|---|
Priority: | normal | Component: | StractisticsPlugin |
Severity: | normal | Keywords: | flash |
Cc: | Trac Release: | 0.10 |
Description
I have have version 9,0,115,0 installed. It seems to load but is blank. I get stats but they are not as nicely formatted as the screenshots. I am running Trac 10.4 and stractistics 0.2.1 My usernames are email addresses. Please let me know if you need any other info
Attachments (1)
Change History (7)
comment:1 Changed 17 years ago by
Status: | new → assigned |
---|
Changed 17 years ago by
Attachment: | stractistics.jpg added |
---|
flash seems to load but blank, data in page is not formatted
comment:2 Changed 17 years ago by
disregard the block tab in the image, this is a firefox extention, Adblock Plus, and isn't affecting the flash object. If I clicked on the tab, the flash object would be blocked.
comment:3 Changed 17 years ago by
seems all the js, swf, and css files aren'y being found. i don't see any instructions about these under usage.
comment:4 Changed 17 years ago by
http://server/projects/us/chrome/hw/css/stractistics.css isn't finding anything
comment:5 Changed 17 years ago by
Hi, it seems that the webserver can't extract the files from the egg file and serve them. There are two solutions :
- setup a plugin cache directory. See http://trac.edgewall.org/wiki/TracPlugins.
- uninstall Stractistics and reinstall it like this:
easy_install --always_unzip http://trac-hacks.org/svn/stractisticsplugin/0.10/tags/0.2.1
comment:6 Changed 17 years ago by
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
Thanks for your help. Looking @ the response access stractistics.css, I had this below, I commented out hideval in my trac.ini and everything works now:
Traceback (most recent call last): File "C:\Python24\Lib\site-packages\trac\web\main.py", line 406, in dispatch_request dispatcher.dispatch(req) File "C:\Python24\Lib\site-packages\trac\web\main.py", line 237, in dispatch resp = chosen_handler.process_request(req) File "C:\Python24\Lib\site-packages\trac\web\chrome.py", line 225, in process_request for dir in [os.path.normpath(dir[1]) for dir File "build\bdist.win32\egg\hidevals\admin.py", line 69, in get_htdocs_dirs File "c:\python24\lib\site-packages\setuptools-0.6c8-py2.4.egg\pkg_resources.py", line 840, in resource_filename return get_provider(package_or_requirement).get_resource_filename( File "c:\python24\lib\site-packages\setuptools-0.6c8-py2.4.egg\pkg_resources.py", line 1311, in get_resource_filename return self._extract_resource(manager, zip_path) File "c:\python24\lib\site-packages\setuptools-0.6c8-py2.4.egg\pkg_resources.py", line 1322, in _extract_resource zip_stat = self.zipinfo[zip_path] '''KeyError: 'hidevals\\htdocs''''
Hello Mike, would you mind posting a screenshot?