GA_googleFillSlotWithSize is not defined error.

  • Thread starter Thread starter Cauchy
  • 12 comments
  • 3,319 views
Messages
294
United States
Central Florida
I keep getting the following error,
GA_googleFillSlotWithSize is not defined, and a number of similar error messages. Looking at the log, this has occurred nearly 50-100 times. Here is an example of the code that is coming up as an error.
Code:
                <script type='text/javascript'>
                  GA_googleFillSlotWithSize("ca-pub-3148670556921897", "GTPX-MiniLeaderboard", 240, 90);
                </script>
 
Where do you see these errors? What browser are you using?
 
I see them at various times while browsing the forums. I use a modified version of FireFox, based off version 3.6.8, and sometimes use FireFox 4.x. I am also using Java version 1.6.0_18, OpenJDK run time environment. The system should be fully up to date, according to pacman at least.

Edit:
The errors are logged in the error console.
 
So they're not consistent? Can you recreate this error consistently on any specific pages?
 
No, I cannot consistently recreate it.

I just updated to Firefox 5.0, will see if they continue to happen.
Edit #2
This seems to have fixed it. I will update if the issue comes back.
 
Last edited:
Update.

The specific errors I was getting are gone, but after a day or so of browsing I checked the error console and I am getting some different errors now. These causes the page to hang up for a few seconds before it loads. Here is exactly what the error states, I am getting this nearly every time I load a page.
Error: [Exception... "'JavaScript component does not have a method named: "onBeforeItemRemoved"' when calling method: [nsINavBookmarkObserver::onBeforeItemRemoved]" nsresult: "0x80570030 (NS_ERROR_XPC_JSOBJECT_HAS_NO_FUNCTION_NAMED)" location: "JS frame :: resource://gre/components/nsLivemarkService.js :: LS_deleteLivemarkChildren :: line 259" data: no]
Source File: resource://gre/components/nsLivemarkService.js
Line: 259
The code that is causing the issue in each of the errors is the same, it is posted below.
Code:
  deleteLivemarkChildren: function LS_deleteLivemarkChildren(aFolderId) { 
      bms.removeFolderChildren(aFolderId);  
 },
 
I believe those errors are being generated by your bookmarking service, as they don't seem related to any of GTPlanet's JavaScript - that's probably why I can't seem to recreate them.
 
"If anybody has a common AdBlocker installed and visits your Google Analytics enhanced page, she will notice 2 errors, including the famous: &#8220;_gat is not defined&#8221;. (quoted from VPX.com)

Try turning off AdBlocker, I had same error on this site and others and that fixed it.
 
"If anybody has a common AdBlocker installed and visits your Google Analytics enhanced page, she will notice 2 errors, including the famous: “_gat is not defined”. (quoted from VPX.com)

Try turning off AdBlocker, I had same error on this site and others and that fixed it.
I have adblocker disabled for this site.
 
As you'll notice in the error messages there, the problems appear to be originating with the Livemarks add-on. You could try disabling that extension to see if it helps the issue for you.
 
Actually, I believe "livemarks" is in reference to Firefox's live bookmarks feature, which I see Vimperator does have some interface with according to its source code.
 
Back