Re: [Radiant] Help!!!!!!!

2010-02-19 Thread Leon Miller-Out
Neel, you need to use Radiant's script/extension to install extensions. I'm not sure how the environment variables work on Windows (for RAILS_ENV), but on OS X and Linux, I'd do: RAILS_ENV=production script/extension install comments Once the extension is installed, then you can run any rake

Re: [Radiant] Help!!!!!!!

2010-02-19 Thread neel iyer
thanks for the reply.. but in windows when i excecute the following command.. it show .. C:\websiteRAILS_ENV=production script/extension install comments 'RAILS_ENV' is not recognized as an internal or external command, operable program or batch file. regards neel On Fri, Feb 19, 2010 at

Re: [Radiant] Help!!!!!!!

2010-02-19 Thread neel iyer
sorry this is the error msg tht i got when i excecuted tht command... C:\websiteenv RAILS_ENV=production script/extension install comments The filename, directory name, or volume label syntax is incorrect. The system cannot find the path specified.

[Radiant] Radiant Upgrade from 0.5.2 to 0.8.1 Please help

2010-02-19 Thread Hugo Villero
Hi There, I know this could be a recall situation but, I have to upgrade a my site from Radiant 0.5.2 to Radiant 0.8.1, I was following the docs but that doesn't work, I looks like the current tables like pages on others have to change in some fields and contents. Is there someone with a very

Re: [Radiant] Radiant Upgrade from 0.5.2 to 0.8.1 Please help

2010-02-19 Thread john muhl
i don't think you'll be able to upgrade in one easy step. i'd recommend taking small steps to get to 0.8.1; such as 0.5.2 = 0.6.0 = 0.6.4 = 0.6.9 = 0.7.1 = 0.8.1 On Fri, Feb 19, 2010 at 11:12 AM, Hugo Villero hvill...@gmail.com wrote: Hi There, I know this could be a recall situation but, I

Re: [Radiant] Help!!!!!!!

2010-02-19 Thread Chaim Kirby
Neel - There usually isn't an install task for extensions If you have the comments extension in your vendor/extensions folder then from your root radiant folder run: rake production radiant:extensions:comments:migrate then run: rake production radiant:extensions:comments:update Chaim neel iyer