• myFAV.ES
  • Help Center
  • Tutorials
  • Extensions
  • Blogs

  

  • Logos
  • Logo Requests
  • Themes
  • Backgrounds
  • Forums
  • Contact

Error message

  • Warning: count(): Parameter must be an array or an object that implements Countable in antispam_user_load() (line 1555 of /home/ul/public_html/userlogos/sites/all/modules/antispam/antispam.module).
  • Warning: count(): Parameter must be an array or an object that implements Countable in antispam_user_load() (line 1555 of /home/ul/public_html/userlogos/sites/all/modules/antispam/antispam.module).
  • Warning: count(): Parameter must be an array or an object that implements Countable in antispam_user_load() (line 1555 of /home/ul/public_html/userlogos/sites/all/modules/antispam/antispam.module).
  • Warning: count(): Parameter must be an array or an object that implements Countable in antispam_user_load() (line 1555 of /home/ul/public_html/userlogos/sites/all/modules/antispam/antispam.module).
  • Warning: count(): Parameter must be an array or an object that implements Countable in antispam_user_load() (line 1555 of /home/ul/public_html/userlogos/sites/all/modules/antispam/antispam.module).
  • Warning: count(): Parameter must be an array or an object that implements Countable in antispam_user_load() (line 1555 of /home/ul/public_html/userlogos/sites/all/modules/antispam/antispam.module).
  • Warning: count(): Parameter must be an array or an object that implements Countable in antispam_user_load() (line 1555 of /home/ul/public_html/userlogos/sites/all/modules/antispam/antispam.module).
Home » Forums » 10012011 » Quit working on Firefox 7.0.1 update

Quit working on Firefox 7.0.1 update

jlb4350 —Sat, 10/01/2011 - 20:05

Firefox has done it again. My fast dial version 3.5.1 just quit working after firefox's automatic update to 7.0.1. Anyone else having this problem?
Thanks

  • Fast Dial
  • Log in or register to post comments or vote.
  • 0
  • 0 votes
chiaroscuro's picture

Re: Quit working on Firefox 7.0.1 update

Submitted by chiaroscuro on Sun, 10/02/2011 - 04:37

http://userlogos.org/node/14809

  • log in or register to post comments
Appolo677's picture

Re: Quit working on Firefox 7.0.1 update

Submitted by Appolo677 on Sun, 10/02/2011 - 05:45

Yes this works but you first have to remove the add-on restart Firefox then delete the fast dial directory by going to help,troubleshooting etc and open container and delete the Firefox directory. Simply download file and install the xpi file and voila it works in Firefox 7.0.1!

  • log in or register to post comments
aziegler3's picture

Re: Quit working on Firefox 7.0.1 update

Submitted by aziegler3 on Mon, 10/03/2011 - 13:32

With you up to the point of deleting the "Firefox directory". Where is this dir located?

  • log in or register to post comments
jiia's picture

Re: Quit working on Firefox 7.0.1 update

Submitted by jiia on Tue, 10/04/2011 - 06:50

No it doesn't work. I just did a clean install of FF 7.0.1 and tried to install FastDial 3.5.1. It didn't work. Now I followed your steps and removed the fastdial extension directory and reinstalled it. Didn't help either.

  • log in or register to post comments
Torge's picture

Fixed (?) Re: Quit working on Firefox 7.0.1 update

Submitted by Torge on Fri, 10/07/2011 - 13:17

I got it to work with FF7.0.1.
The error console showed an uncaught exception in the file bookmark.js

Added a wrapper copied from elsewhere in the same document and it worked.

Where do i upload the patch?

HTH
Torge

  • log in or register to post comments
Torge's picture

Patch (proposed fix) -- if your error messa is the same as mine

Submitted by Torge on Fri, 10/07/2011 - 13:23

*** chrome/content/bookmark.js 2011-07-01 14:05:54.000000000 +0200
--- /extensions/fastdial@telega.phpnet.us/chrome/content//bookmark.js 2011-10-07 18:22:00.793552060 +0200
***************
*** 73,78 ****
--- 73,87 ----
}
}

+ function getURI(id) {
+ try {
+ return livemarkService.getFeedURI(id);
+ }
+ catch(e) {
+ return "place:folder=" + id;
+ }
+ }
+
this.isQuery = function(url) {
return /^place:(?!folder)|^place:.*&(?!sort).*/.test(url);
};
***************
*** 86,92 ****
container.containerOpen = true;
for (var i = 0; i < container.childCount; i++) {
var item = container.getChild(i);
! var feedURI = livemarkService.getFeedURI(item.itemId);
if (item.type != item.RESULT_TYPE_SEPARATOR) {
bookmarks.push({
id: item.itemId,
--- 95,101 ----
container.containerOpen = true;
for (var i = 0; i < container.childCount; i++) {
var item = container.getChild(i);
! var feedURI = getURI(item.itemId);
if (item.type != item.RESULT_TYPE_SEPARATOR) {
bookmarks.push({
id: item.itemId,

  • log in or register to post comments
Efreak15's picture

Re: Fixed (?) Re: Quit working on Firefox 7.0.1 update

Submitted by Efreak15 on Fri, 10/07/2011 - 13:29

A couple weeks ago I uploaded a modified version that removed all the code that wasn't compatible with Firefox 7. http://userlogos.org/node/14809

  • log in or register to post comments
seppal's picture

Re: Quit working on Firefox 7.0.1 update

Submitted by seppal on Tue, 10/11/2011 - 06:29

here the same too, i delete fast dail , install new the 3.5.1 no running

i installed the fast_dial-3.5.1-fx-modified.xpi , not running

i can open with crtl +t the fast dail page, but there ist nothing

  • log in or register to post comments
Kougeru's picture

Re: Quit working on Firefox 7.0.1 update

Submitted by Kougeru on Mon, 11/07/2011 - 14:27

Mine just stopped working about an hour ago out of no where. It was working fine all morning then literally just stopped working. No idea why..didn't update anything. Even http://userlogos.org/node/14986 will not work. I did everything listed on this thread as well and still nothing. To clarify what happens, about:Blank stops displaying the fast dial stuff so I have to use the fast dial bookmark folder to go my sites. I cleared all my cookies and cache just to be sure a site I went on didnt cause any conflict. Even weirder is that if I open a new WINDOW, it works on the new WINDOW. But not on my main window. Even if i close the browser completely the main window it will not work on. Very odd but I hope this bit of information will help you figure out what my problem is.

  • log in or register to post comments
chiaroscuro's picture

Re: Quit working on Firefox 7.0.1 update

Submitted by chiaroscuro on Mon, 11/07/2011 - 14:57

Mmmm

This is most interesting.

I guess the most simple check would be to see if your settings in Firefox have been changed.
You know whether Firefox is set to open in about:blank or not and whether your home page has been changed
Maybe this setting was changed without your knowledge.
This does happen


If as you say all your bookmarks are still in the Fast Dial folder in bookmarks it suggests that your bookmarks have not been corrupted.
This is a good sign if true.


The only other thing that you could try is to remake Fast Dial as Home
This used to be possible before when with a right click on bookmarks in the context menu, there was the option to make Fast Dial home.
It would be good (if possible) to do that on your Fast Dial Folder in Bookmarks


That is all that comes to mind right now...

  • log in or register to post comments

Pages

  • 1
  • 2
  • next ›
  • last »

Search logos

Search site

Navigation

  • Blogs
  • Forums
  • Online users
  • Recent content

User login

  • Create new account
  • Request new password
 
  • Changelog
  • Latest releases
  • Important links
 
 
  • Changelog
  • Latest releases
  • Important links
  • Support Forum
 

Top Rated

  • google.com
  • youtube.com
  • fast dial folder
  • wikipedia.org
  • Firefox Black
  • fd folders, folders, folder
  • generic gaming logos
  • mail.google.com, gmail.com, googlemail.com
  • Carbon Fiber
  • iphone app style icon template
more

Recent Polls

  • What are you resolution of screen use
  • Which version of Fast Dial do you run?
  • How often do you visit Userlogos?
  • Which FD iPhone logo format do you find preferable
  • How many themes do you run in Fast Dial ?
more

Online users

There are currently 0 users online.
Active - 15 mins:
No registered users :(
  • Last 24 hours

Recent comments

  • seooo
    by: jameseoo
    49 min 46 sec ago
  • seooo
    by: jameseoo
    2 hours 30 min ago
  • seooo
    by: jameseoo
    2 hours 31 min ago
  • seooo
    by: jameseoo
    2 hours 33 min ago
  • seooo
    by: jameseoo
    2 hours 35 min ago
  • seooo
    by: jameseoo
    2 hours 37 min ago
  • seooo
    by: jameseoo
    2 hours 38 min ago
  • Thanks for the blog filled
    by: sijiv31759
    2 hours 39 min ago
more

Recent topics

  • Fildena - Most Trusted Pills To Treat Your Erectile Dysfunction
  • Buy Filagra Double 200mg Online
  • Buy Extra Super Zhewitra 100mg
  • betting apps in india
  • bettors apps
  • best of indian betting apps
  • betting app
  • betting apps in india
more

Top contributors

User Total user points
Mafia_Penguin 912
Deva 552
gumanov 490
jumpordie 471
Karmody 457
macleod.mac 402
ingalls 354
spaljeni 310
zigzag 290
Rog 265
Sastre 256
famecky 159
x-b 152
danger83 147
1air2philou 143
more

2008-2017 userlogos.org. All logos/images belong to their respective owners. Contact administrator.

  • Logos
  • Logo Requests
  • Themes
  • Backgrounds
  • Forums
  • Contact