Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

Error loading callback data
Last Post 05/12/2009 3:45 PM by Stuart Hilbert. 7 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Stuart Hilbert
New Member
New Member
Posts:39


--
05/05/2009 4:26 PM

I have an interesting issue. I am getting the error, "Error loading callback data" on my test site and my live site, however I am not getting the error on my local development site.

The error occurs when I try to set the Root Folder for the DMX module in the module settings screen.  If I try to exapand a folder or select a folder I get the error.

I have been messing around to see if I can get it working and at one point the comboboxes did not render and instead I got a message that componentart was unlicensed and it prompted me to download a trial license.  I navigated away from the page and came back and I haven't seen the unlicensed message again.

I am using a modified source for DMX version 5.0.2.  I have not modified the this particular .ascx file.

Below is a screenshot:

 

Thanks for the help,
Stuart

 

Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
05/07/2009 1:45 PM
Hi Stuart,
Can you do the following for me: use Fiddler to look at what is happening between the browser and the server. The Ajax call is to an aspx to give it the subfolders as it expands. For some reason that call is not returned or not returned correctly.
Peter
Stuart Hilbert
New Member
New Member
Posts:39


--
05/07/2009 2:03 PM
Thanks Peter for the response. I have never used Fiddler, but this is a good reason to start.

I will let you know.

Stuart
Stuart Hilbert
New Member
New Member
Posts:39


--
05/07/2009 3:10 PM

Here is what Fiddler tells me.   I am going to paste the RAW info.

REQUEST:

HTTP/1.1 302 Found
Date: Thu, 07 May 2009 12:59:10 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Location: https://.../GIIP/DesktopModules/Bring2mind/DMX/Controls/GetFileDropDownContents.aspx?NodeId=ent7&TabId=-1&ModuleId=-1&EntryTypes=Collection
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 278


 

Object moved to here.



 

 

RESPONSE:

HTTP/1.0 200 Connection Established
FiddlerGateway: Direct
Timestamp: 08:58:59:7812

That is all I get.  Nothing else.  Seems like I am not getting a response from GetFileDropDownContents.aspx at all.

Thoughts?
Stuart

Stuart Hilbert
New Member
New Member
Posts:39


--
05/07/2009 3:13 PM

My last entry formatted strange.  Could you please remove the IP address in the post as well.  I meant to do that before sending it on and can't edit it myself.

 

Thanks,

Stuart

Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
05/11/2009 10:23 PM
Hi Stuart,

The call to get the data has no valid TabID or moduleid. The FileDropDown needs to get the ModuleConfiguration from the parent. Did you adjust this?

Peter
Stuart Hilbert
New Member
New Member
Posts:39


--
05/11/2009 11:06 PM

Here is the URL for the page:  /Exercise/StuartTestCincoDeMayo/tabid/179/ctl/Module/ModuleId/977/Default.aspx

Clearly shows the TABID and ModuleID.

I haven't touched this code.

Stuart

Stuart Hilbert
New Member
New Member
Posts:39


--
05/12/2009 3:45 PM

Peter,

I figured this out.  The page was using https: however, the page settings wasn't set to Secure and that was the problem.

Thanks For the Help,
Stuart

You are not authorized to post a reply.