Modify ↓
#11970 closed defect (duplicate)
Blank graph on Trac 1.0.1
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | TracTicketStatsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
I've installed the ticketstats plugin, both 2.2.0 and 3.0.0dev, onto my Trac 1.0.1 site. I get the Ticket Stats button in the top bar, and the controls at the bottom, but the main area just shows Ticket Statistics, the main area is blank.
I have tried adding
[ticketstats] yui_base_url = http://yui.yahooapis.com/2.9.0
and
[ticketstats] yui_base_url = http://yui.yahooapis.com/3.7.12
Attachments (0)
Change History (2)
comment:1 Changed 10 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Thanks for the quick response. Yes, the workaround to host YUI 2.9.0 locally worked for me. Here's the details, on Ubuntu 14 server.
- Install tracticketstatsplugin 3.0.0dev
# cd tracticketstatsplugin # easy_install trunk Processing trunk Writing /.../tracticketstatsplugin/trunk/setup.cfg Running setup.py -q bdist_egg --dist-dir /.../tracticketstatsplugin/trunk/egg-dist-tmp-s54pZh zip_safe flag not set; analyzing archive contents... Adding Tracticketstats 3.0.0dev to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/Tracticketstats-3.0.0dev-py2.7.egg Processing dependencies for Tracticketstats==3.0.0dev Finished processing dependencies for Tracticketstats==3.0.0dev
cd /server/www
wget http://yui.github.io/yui2/archives/yui_2.9.0.zip
unzip yui_2.9.0.zip
chown -R www-data yui
- Add to trac.ini
[ticketstats] yui_base_url = /yui
service apache2 reload
- Then go the the Trac Admin page, click Plugins and enable Tracticketstats 3.0.0dev
Note: See
TracTickets for help on using
tickets.
This is a duplicate of #11440. See that ticket for hints on getting it to work.