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

[Radiant] Children not displaying

2008-10-27 Thread Victor Zuniga
Hi, I am hoping someone can help me. Last Friday, the pages in our app were working properly displaying the children pages contained within some of the internal pages. We logged in today to do some text editing and were not able to see the children pages. When clicking on the Plus sign icon

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