Firefox Still Cannot Install Extensions by Default
Nope. Almost two years ago the infamous unknown error -203 bug surfaced when you would try to install your favorite add-ons. Personally, I never experienced it back then, but after upgrading my systems to Ubuntu 8.04 "Hardy Heron", this problem appears to be ever more present. Aggravated over the failed attempts at installing the most essential add-ons like Web-Developer and Googlebar, I went looking for the source of the problem.
As previously stated, the error that Firefox reports back is an unknown error, which really doesn't help us. What is of value is the information after this error report. To be precise, the error is shown in a popup. The popup for either Firefox 2 or 3.0 b5 says something to the effect of:
I'm not saying this is guaranteed to work for you, what I am saying is that it worked for me. This patch was found at the bug's launchpad site amongst the user comments. If you view that bug and what the users had to say, you'll be able to tell that this patch might not work for everyone, but that page contains other fixes that you could try if you still have problems.
At last, my add-ons are installed and everything is fully functional in both version 2 and the beta version... for now.
Firefox could not install the file at
https://addons.mozilla.org/...../googlebar-0.9.15.11-fx+nx.xpi
because: Unexpected installation error
Review the Error Console log for more details.
-203
installLocation has no properties
file:///usr/lib/firefox/components/nsExtensionManager.js
installLocation is null
file:///usr/lib/xulrunner-1.9b5/components/nsExtensionManager.js
var installLocation = this.getInstallLocation(item.id);
and insert this line immediately after it:if (!installLocation) continue;
I'm not saying this is guaranteed to work for you, what I am saying is that it worked for me. This patch was found at the bug's launchpad site amongst the user comments. If you view that bug and what the users had to say, you'll be able to tell that this patch might not work for everyone, but that page contains other fixes that you could try if you still have problems.
At last, my add-ons are installed and everything is fully functional in both version 2 and the beta version... for now.
Categories
Linux
,
Platforms
,
Technical Issues

Leave a comment