Hi All,
I went to update one of my client’s sites which is running EE 1.6.8. However there is a JavaScript error, and i’m 99% sure it’s due to the library not being there due to a 404 error. On line 5521 of http://{SITE_URL}/{ADMIN_URL}/modules/tag/mod.tag.php it creates the script tag like so :
<a href="http://www.visiontechdashboard.com/index.php?S={SESSION}&ajax=tag_js">http://www.visiontechdashboard.com/index.php?S={SESSION}&ajax=tag_js</a>Where {SESSION} is my current session ID.
This then generates a URL that i’m guessing is meant to be 404’ing however it loads the homepage. I think this is due to the callback not being registered or something? Later on in the Tag class (in the afore mentioned file) it has a method called ‘tag_js()’ which spits out a load of JS which is needed.
I’m not up to speed with the EE core and module development, and have trawled through the documentation to help me debug it, but alas no results.
Any help would be great!!
Many thanks,