Re: [Radiant] Children not displaying

2008-10-28 Thread Victor Zuniga
I am still having issues with this strange behavior. I am testing with Firebug and am getting the following message: SiteMap is not defined when('site-map', function(table) { new SiteMap(table) }); Defined on javascripts/admin/admin.js on the radiant app. This was working just fine last

Re: [Radiant] Children not displaying

2008-10-28 Thread Sean Cribbs
Make sure that you are not missing any of Radiant's javascript files. You can correct this by doing: rake radiant:update:javascripts Sean Victor Zuniga wrote: I am still having issues with this strange behavior. I am testing with Firebug and am getting the following message: SiteMap is

Re: [Radiant] Children not displaying

2008-10-27 Thread Keith Bingman
Are the children pages stillther? Can you access them from the website itself or directly in Radiant with the url? Have you updated anything since then? My guess is that you have a javascript problem. Try taking a look with firebug to see if the radiant javascripts are qorking. Keith On