Turns out I was running the master branch of SyntaxHighlightGeshi with MW 1.22.6 which was causing a fatal PHP error and killing all javascript on my wiki. Moving back to REL1_22 fixed the javascript problem.
Now to figure out these script errors now that I can see them.
On Wed, May 28, 2014 at 5:34 PM, Bill Traynor btraynor@gmail.com wrote:
In the documentation for Extension:Scrubunto the troubleshooting section indicates that when a red Script error message appears on page, you can click it to view the error message. On my system, this doesn't work at all.
MW 1.22.6 Scribunto (git branch REL1_22) Lua 5.1.5
I've confirmed the extensions requirements have been met. The lua error log I've set up just gets filled with:
TX ==> call RX <== return TX ==> call RX <== return TX ==> call RX <== return TX ==> call RX <== return TX ==> call RX <== return TX ==> call RX <== return TX ==> return RX <== getStatus TX ==> return RX <== getStatus TX ==> return
Any thoughts on how to debug this?
Thanks Bill