1
Hi,
I have installed the 'leaguestats' module, and noticed a 404 coming from:
http://example.com/modules/leaguestats/tablesort.jsthe only files that have 'tablesort.js' in them are:
http://example.com/modules/leaguestats/templates/table_view.htmlhttp://example.com/modules/leaguestats/templates/table_view2.htmland the code that is causing the 404 in both files is
<script type="text/javascript" src="tablesort.js"></script>
so I changed the code to ..............
<script type="text/javascript" src="js/tablesort.js"></script>
and uploaded the two files, however the _same_ 404 messages still appear, even though the 2 files have definitely been uploaded correctly.
I'm noticing that the cache is being used in the '/templates_c/' path, even though, the admin setting is "No Cache" for the League Stats module.
XOOPS is calculating the module ID for the leaguestats to be #4 ; where does it get this from, it could be the problem. The code from the admin dropdown box is:
<br />League Stats <select size='1' name='module_cache[4]' id='module_cache[4]'>
<option value='0' selected='selected'>No Cache</option>
<option value='30'>30 seconds</option>
<option value='60'>1 minute</option>
<option value='300'>5 minutes</option>
<option value='1800'>30 minutes</option>
<option value='3600'>1 hour</option>
<option value='18000'>5 hours</option>
<option value='86400'>1 day</option>
<option value='259200'>3 days</option>
<option value='604800'>1 week</option>
</select>
Any clues please. :)
Peter