|
|
| Author |
Message |
jj123456
Joined: 21 May 2008
Posts: 2
|
Posted: Wed May 21, 2008 7:14 am Post subject: Firefox 3 |
|
|
I just tried out the latest converter and the resulting extension does not work with firefox 3rc1.
It says that the extension can not be installed as it is not compatible with firefox 3.0.
Is there a new converter on the horizon that'll fix that problem? |
|
| Back to top |
|
 |
Admin Site Admin
Joined: 22 Aug 2006
Posts: 1055
|
Posted: Wed May 21, 2008 7:21 am Post subject: |
|
|
Please, go Toolbar->Settings->Update tab and remove Update URL , then test again.
The problem would be solved.
If not, please send us your .xpi to support@besttoolbars.net |
|
| Back to top |
|
 |
javman01
Joined: 13 Sep 2007
Posts: 14
|
Posted: Wed May 21, 2008 5:28 pm Post subject: Is that not strange ? |
|
|
I also get an "Incompatable Extension" error :
-------------------------------------
"my_toolbar_name" will not be installed because it does not provide secure updates.
-------------------------------------
Logical thinking tells me that it might be because the update is not "https://".
Does this make sense for an update though ? |
|
| Back to top |
|
 |
Admin Site Admin
Joined: 22 Aug 2006
Posts: 1055
|
Posted: Thu May 22, 2008 3:49 am Post subject: |
|
|
Did you remove Update URLs ?
Please, send u your .xpi, otherwise we cannot investigate the problem. |
|
| Back to top |
|
 |
jj123456
Joined: 21 May 2008
Posts: 2
|
Posted: Thu May 22, 2008 8:51 am Post subject: |
|
|
Well the message I get from firefox is not regarding secure updates (I disabled that check in the firefox prefs anyway.).
It states:
| Quote: | | The extension "My Toolbar 1.0.0" is not compatible with Firefox 3.0! |
|
|
| Back to top |
|
 |
Admin Site Admin
Joined: 22 Aug 2006
Posts: 1055
|
|
| Back to top |
|
 |
Jacek80
Joined: 08 May 2008
Posts: 4
|
Posted: Thu May 22, 2008 9:47 pm Post subject: |
|
|
| Admin wrote: | | please, send us your .xpi... |
I have the same problem
this is the fragment of code install.rdf file (contained in XPI file)
this is a bug
| Code: |
<em:minVersion>0.7</em:minVersion>
<em:maxVersion>3.0b4</em:maxVersion>
|
|
|
| Back to top |
|
 |
Admin Site Admin
Joined: 22 Aug 2006
Posts: 1055
|
|
| Back to top |
|
 |
javman01
Joined: 13 Sep 2007
Posts: 14
|
Posted: Fri May 23, 2008 1:12 pm Post subject: Just information.. |
|
|
Interesting information:
For the developer minded...
Great article on making Updates Secure and what causes the current error.
http://developer.mozilla.org/en/docs/Extension_Versioning%2C_Update_and_Compatibility#Securing_Updates
For current FF Beta 3 users. Excerpted from:
http://lifehacker.com/355973/make-your-extensions-work-with-the-firefox-3-betax
++++++++++++++++++++++++++++++++++++++++++++
Big Honking Warning: Only do this if you're willing to deal with possible bleeding edge extension bugs and security risks!
* Type about:config into Firefox's address bar and click the "I'll be careful, I promise!" button.
* Right-click anywhere. Choose New>Boolean. Make the name of your new config value extensions.checkCompatibility and set it to false.
* Make another new boolean pair called extensions.checkUpdateSecurity and set the value to false.
* Restart Firefox.
If all goes well, and any extensions that aren't yet officially Firefox 3 Beta 3 compatible and don't have secure updates (like Better Gmail and friends) will be enabled. Final warning: These changes may lead to unexpected wacky behavior. Proceed at your own risk!
++++++++++++++++++++++++++++++++++++++++++++ |
|
| Back to top |
|
 |
Jacek80
Joined: 08 May 2008
Posts: 4
|
Posted: Fri May 23, 2008 7:44 pm Post subject: |
|
|
this is not work too
I change extension toolbar.xpi to toolbar.zip
then unziping this file and edit install.rdf :
| Code: | | <em:maxVersion>3.0b5</em:maxVersion> |
to
| Code: | | <em:maxVersion>3.0</em:maxVersion> |
then I create zip file and change extension again.
This new toolbar.xpi file is work good on FireFox3 RC1:) |
|
| Back to top |
|
 |
Admin Site Admin
Joined: 22 Aug 2006
Posts: 1055
|
|
| Back to top |
|
 |
|