SparkyBluefang / S4E

Status-4-Evar Firefox Extension
Mozilla Public License 2.0
60 stars 18 forks source link

"XML Parsing Error: undefined entity" on new install with Developer Edition? #39

Closed surashu closed 8 years ago

surashu commented 8 years ago

I installed it on Firefox Developer Edition and got this error whenever I try to open the preferences. Any ideas?

screenshot 21

jgjake2 commented 8 years ago

A quick fix is to replace "&aboutWarningButton.label;" with "Warning". Works on Nightly 50.0a1

surashu commented 8 years ago

@jgjake2 How exactly do I replace it? Where do I need to go to edit which?

jgjake2 commented 8 years ago

@surashu Go to your extensions folder and either extract the "status4evar@caligonstudios.com.xpi" or use an archive manager (like 7z) to navigate (or just set the "extensions.alwaysUnpack" pref to true and reinstall the extension). Then just edit the "chrome/content/prefs.xul" as I said above. Then just restart firefox (be sure to clear your XUL cache) and tha'ts it.

surashu commented 8 years ago

@jgjake2 It gets disabled when I try to modify the prefs.xul.

screenshot 23

jgjake2 commented 8 years ago

@surashu Set "xpinstall.signatures.required" to false.

surashu commented 8 years ago

@jgjake2 That did the trick, thanks! Should I leave this thread "Open" seeing as it's a workaround than an actual fix from the dev?