The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
I do have Sun's "real" Java installed. (JRE 2 Series) IE is returning Javascript Errors, which are typically different from "Java" errors, as I understand it.
|
#12
|
||||
|
||||
right click on the page that give errors, view the source and paste it here, along with the javascript errors, then someone might be able to help
|
#13
|
||||
|
||||
Quote:
If you are doing coding work and using FF as a debugger then you'll need to extend it with something so that you can see the javascript errors if they happen. I use the extension Web Developer 0.9.3 in my FF. It gives a better idea of the javascript errors, and still suppresses the error pops, but notifies you in your toolbar via a red 'X' instead of a green checkmark. It has come in handy. Another alternative that I have found is designed specifically for javascript debugging called Venkman, Mozilla's answer to the Javascript debugger that IE comes with. Can be found here: http://www.hacksrus.com/~ginda/venkman/ I just installed that extension, and am testing it now.... |
#14
|
||||
|
||||
Erm ... you don't need an Extension on FF to view JS Errors, just click Extras/JavaScript-Console
|
#15
|
||||
|
||||
FYI, don't forget the $headinclude template, very very important... (has all that js code that the browser is probally looking for).
|
#16
|
||||
|
||||
Quote:
I didn't realize that as..thanks! |
#17
|
||||
|
||||
Well, I found the problem. Apparently, it's looking for js files located at /root/clientscript/filename.js (when these files are actually located at /root/forums/clientscript/filename.js). Without writing my own $headinclude, is there any way I can correct this?
Thanks! |
#18
|
||||
|
||||
Symlinks
|
#19
|
||||
|
||||
Kirby - What do you mean by Symlinks?
I did fix the problem. Basically, I edited $headinclude to use absolute paths, rather than relative paths, to the javascript files. No more javascript errors. |
#20
|
||||
|
||||
Well, changing the Paths is also an Option. However, you must redo the changes if you must revert the Template.
Therefore Symlinks (Symbolic Links, eg. /foo/bar/file1.js pointing to /foo/bar/anotherdir/anotherfile.js at OS level) might be a better alternative |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|