Modify

Opened 16 years ago

Closed 16 years ago

#2678 closed defect (invalid)

flash not working

Reported by: henke.mike@… 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)

stractistics.jpg (52.4 KB) - added by henke.mike@… 16 years ago.
flash seems to load but blank, data in page is not formatted

Download all attachments as: .zip

Change History (7)

comment:1 Changed 16 years ago by dagomez

Status: newassigned

Hello Mike, would you mind posting a screenshot?

Changed 16 years ago by henke.mike@…

Attachment: stractistics.jpg added

flash seems to load but blank, data in page is not formatted

comment:2 Changed 16 years ago by henke.mike@…

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 16 years ago by anonymous

seems all the js, swf, and css files aren'y being found. i don't see any instructions about these under usage.

comment:5 Changed 16 years ago by dagomez

Hi, it seems that the webserver can't extract the files from the egg file and serve them. There are two solutions :

easy_install --always_unzip http://trac-hacks.org/svn/stractisticsplugin/0.10/tags/0.2.1

comment:6 Changed 16 years ago by anonymous

Resolution: invalid
Status: assignedclosed

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''''

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain dagomez.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.