Ning Developer Docs

sandbox ning apps seem non-functional since some time this aftnoon (EDST) Finstein, Nathan

Added a simple ning app to my sandbox network, each view frame has no content:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title></title></head><body></body></html>


Here is the stripped down gadget I am testing:

<?xml version="1.0" encoding="UTF-8" ?>
<Module>
<ModulePrefs title="Indivo 0.1" height="400" scrolling="true">
<Require feature="views" />
<Require feature="opensocial-0.8"/>
<!-- Require feature="setprefs"/ -->
</ModulePrefs>
<Content type="html" view="profile">
<![CDATA[
<div id="profileWaiting" style="display:inline">Checking for Indivo account... profile</div>

]]>
</Content>
<Content type="html" view="canvas">
<![CDATA[
<div id="canvasWaiting">Checking for Indivo account... canvas</div>
]]>
</Content>
<Content type="html" view="ning.main">
<![CDATA[
<div id="mainWaiting" style="display:inline">Checking for Indivo account... main</div>
]]>
</Content>
</Module>

Views: 5

Replies to This Discussion

seems to have been an intermittent problem, working again
I get the occasional problem with it too. I just walk away for 30 min and it seems to come back online
I am noticing a pattern. Seems that when I change tabs while a makeRequest is in progress, I get into a state where the Gadget window gets empty HTML-s for a period of time.
nice. Ive seen that too, but didnt work out that was why

RSS

© 2026   Created by Ning Developer Admin.   Powered by

Badges  |  Report an Issue  |  Terms of Service