It looks like the master branch of that extension is running on Radiant edge. cd into your app root /vendor/extensions/multi_site and run: git checkout 0.8.1
That should get you the version you need for Radiant 0.8.1 (which I assume you're running). Other tags are 0.7.1 and 0.6.9. Then, go back to your app root and run rake radiant:extensions:multi_site:migrate rake radiant:extensions:multi_site:update That should work. There is some work done to load extensions from gems, so problems like this might go away once that happens... -Jim On Dec 16, 2009, at 4:44 PM, Ming Pan wrote: > Dear Everyone, > > I'm pretty new to Radiant, but it has already impressed me a lot. I > use Site5 as my hosting service provider, and it took me a really > short time to install the Radiant and have the example app up and > running. > > I ran into this error when I was trying to install the "multi_site" > extension with "./script/extension install multi_site" command: > > rake aborted! > undefined method `nav' for #<Radiant::AdminUI:0xb75db4e0> > > (See full trace by running task with --trace) > rake aborted! > undefined method `nav' for #<Radiant::AdminUI:0xb75bc8d8> > > The Radiant is freshly installed, and this is the first extension I > tried. The server was still running when I tried to install. > > Does anyone has any ideas? > > Thanks a lot! > > ming Jim Gay http://www.saturnflyer.com _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
