Re(2): [Radiant] copy move extension install error

2009-09-12 Thread Jan M.J. Storms
From the instructions for installation of copy move: Installation From the root of your Radiant project run: ./script/extension install copy_move This worked. To complete installation, you need to ‘install’ it by using its Rake task – from the root of your Radiant site run: rake production

[Radiant] copy move extension install error

2009-09-10 Thread Jan M.J. Storms
Hi, I just installed the copy/move extension for a site running radiant 0.8.1 The installation gives the error below. As far as I can tell thoucgh, the extension works properly. rake production radiant:extensions:copy_move:install --trace (in

Re: [Radiant] copy move extension install error

2009-09-10 Thread john muhl
it looks like the copy_move extension doesn't have an install task try: rake production radiant:extensions:copy_move:migrate rake production radiant:extensions:copy_move:update or just use ./script/extension install copy_move and let it take care of that for you. On Thu, Sep 10, 2009 at 9:02