[Radiant] Could not load extension from file:

2008-11-19 Thread Michael Krisher
Hello, I am trying deploying my first Radiant site and am running into issues when trying to start the server/console/whatever and running the rake task to migrate the extensions fails as well: Could not load extension from file: fckeditor_extension. #NameError: uninitialized constant

Re: [Radiant] Could not load extension from file:

2008-11-19 Thread Michael Krisher
Thanks for the reply Manuel, here is the output: ** Invoke production (first_time) ** Execute production ** Invoke environment (first_time) ** Execute environment Could not load extension from file: Fckeditor_extension. #NameError: uninitialized constant FckeditorExtension Could not load extension

Re: [Radiant] Could not load extension from file:

2008-11-19 Thread Michael Krisher
yes, db:migrate fails with same extension errors. In trying to figure it out, I've tried installing the Ray extension and trying to manage the extensions that way. However, it is now failing on production as well: bash$ script/console production Loading production environment (Rails 2.0.2) Could

Re: [Radiant] Could not load extension from file:

2008-11-19 Thread Michael Krisher
John, I hadn't thought of that. I cloned them to install them. I may need to make them submodules and then add them? Thanks, -- Mike ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site:

Re: [Radiant] Could not load extension from file:

2008-11-20 Thread Michael Krisher
I've now gone back and removed the extensions and am starting over. I have installed ray using `./script/extension install ray`, added the ray directory in git, did a deploy_via :copy and checked and sure enough the files are missing from the ray directory on production. I'm also noticing the

Re: [Radiant] Could not load extension from file:

2008-11-20 Thread Michael Krisher
think I may have it, needed to do `git add vendor/extensions/ray` instead of `git add .` for some reason. -- mike ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: