Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 09-04-2011 12:32:23

Cww2
Member
Registered: 08-15-2008
Posts: 127

Upload file problem

An error was encountered while adding the selected item. Required information was not completed. Please try again.

I get this message and when I ask the debugger I get this error -
Anyone know what I need to to fix this?

<body>
          <![CDATA[
            if (arguments.length != 1) {
              Components.utils.reportError("gBrowser.addProgressListener was " +
                                           "called with a second argument, " +
                                           "which is not supported. See bug " +
                                           "608628.");
            }

            if (!this.mAddProgressListenerWasCalled) {
              this.mAddProgressListenerWasCalled = true;
              this.tabContainer.updateVisibility();
            }

            this.mProgressListeners.push(aListener);
          ]]>
        </body>

Offline

 

Board footer