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 Cacheoption>
<option value='30'>30 secondsoption>
<option value='60'>1 minuteoption>
<option value='300'>5 minutesoption>
<option value='1800'>30 minutesoption>
<option value='3600'>1 houroption>
<option value='18000'>5 hoursoption>
<option value='86400'>1 dayoption>
<option value='259200'>3 daysoption>
<option value='604800'>1 weekoption>
select>
Any clues please. :)
Peter