|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
|
|
ext.radiantcms.org problemI'm getting an error when just trying to install an extension in a 0.7.1 instance: $ ./script/extension install chronicle /opt/local/lib/ruby/gems/1.8/gems/radiant-0.7.1/vendor/rails/ activeresource/lib/active_resource/connection.rb:173:in `handle_response': Failed with 500 Internal Server Error (ActiveResource::ServerError) from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.7.1/vendor/rails/ activeresource/lib/active_resource/connection.rb:144:in `request' from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.7.1/vendor/rails/ activeresource/lib/active_resource/connection.rb:109:in `get' from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.7.1/vendor/rails/ activeresource/lib/active_resource/base.rb:563:in `find_every' from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.7.1/vendor/rails/ activeresource/lib/active_resource/base.rb:507:in `find' from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.7.1/lib/radiant/ extension/script.rb:249:in `load_extensions' from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.7.1/lib/radiant/ extension/script.rb:253:in `find_extension' from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.7.1/lib/radiant/ extension/script.rb:266:in `initialize' from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.7.1/lib/radiant/ extension/script.rb:224:in `new' from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.7.1/lib/radiant/ extension/script.rb:224:in `execute' from ./script/extension:5 But http://ext.radiantcms.org/ comes up fine in a browser. Can someone investigate? Jason --~--~---------~--~----~------------~-------~--~----~ Radiant CMS Dev Mailing List Post: radiantcms-dev@... Unsubscribe: radiantcms-dev-unsubscribe@... Group Site: http://groups.google.com/group/radiantcms-dev/ -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: ext.radiantcms.org problemI am also getting the same error using 0.8.1 when I try to install an extension. It doesn't matter which extension I choose. I can access http://ext.radiantcms.org and it comes up fine in Firefox. Setup: * Mac * SQLite * Fresh install of 0.8.1 using the gem and not edge. * Rails 2.3.4 /opt/local/lib/ruby/gems/1.8/gems/radiant-0.8.1/vendor/rails/ activeresource/lib/active_resource/connection.rb:206:in `handle_response': Failed with 500 Internal Server Error (ActiveResource::ServerError) from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.8.1/vendor/ rails/activeresource/lib/active_resource/connection.rb:173:in `request' from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.8.1/vendor/ rails/activeresource/lib/active_resource/connection.rb:138:in `get' from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.8.1/vendor/ rails/activeresource/lib/active_resource/base.rb:639:in `find_every' from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.8.1/vendor/ rails/activeresource/lib/active_resource/base.rb:582:in `find' from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.8.1/lib/ radiant/extension/script.rb:249:in `load_extensions' from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.8.1/lib/ radiant/extension/script.rb:253:in `find_extension' from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.8.1/lib/ radiant/extension/script.rb:266:in `initialize' from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.8.1/lib/ radiant/extension/script.rb:224:in `new' from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.8.1/lib/ radiant/extension/script.rb:224:in `execute' -Wes On Oct 27, 6:40 pm, Jason Garber <j...@...> wrote: > I'm getting an error when just trying to install an extension in a > 0.7.1 instance: > > $ ./script/extension install chronicle > /opt/local/lib/ruby/gems/1.8/gems/radiant-0.7.1/vendor/rails/ > activeresource/lib/active_resource/connection.rb:173:in > `handle_response': Failed with 500 Internal Server Error > (ActiveResource::ServerError) > from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.7.1/vendor/rails/ > activeresource/lib/active_resource/connection.rb:144:in `request' > from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.7.1/vendor/rails/ > activeresource/lib/active_resource/connection.rb:109:in `get' > from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.7.1/vendor/rails/ > activeresource/lib/active_resource/base.rb:563:in `find_every' > from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.7.1/vendor/rails/ > activeresource/lib/active_resource/base.rb:507:in `find' > from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.7.1/lib/radiant/ > extension/script.rb:249:in `load_extensions' > from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.7.1/lib/radiant/ > extension/script.rb:253:in `find_extension' > from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.7.1/lib/radiant/ > extension/script.rb:266:in `initialize' > from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.7.1/lib/radiant/ > extension/script.rb:224:in `new' > from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.7.1/lib/radiant/ > extension/script.rb:224:in `execute' > from ./script/extension:5 > > Buthttp://ext.radiantcms.org/comes up fine in a browser. Can > someone investigate? > > Jason --~--~---------~--~----~------------~-------~--~----~ Radiant CMS Dev Mailing List Post: radiantcms-dev@... Unsubscribe: radiantcms-dev-unsubscribe@... Group Site: http://groups.google.com/group/radiantcms-dev/ -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: ext.radiantcms.org problemHY I have Uploaded one file for this extension chronical ext. i have fix some more error in that i am using radiant 0.8.1 version On Oct 28, 10:44 am, weshays <wesh...@...> wrote: > I am also getting the same error using 0.8.1 when I try to install an > extension. It doesn't matter which extension I choose. > > I can accesshttp://ext.radiantcms.organd it comes up fine in > Firefox. > > Setup: > * Mac > * SQLite > * Fresh install of 0.8.1 using the gem and not edge. > * Rails 2.3.4 > > /opt/local/lib/ruby/gems/1.8/gems/radiant-0.8.1/vendor/rails/ > activeresource/lib/active_resource/connection.rb:206:in > `handle_response': Failed with 500 Internal Server Error > (ActiveResource::ServerError) > from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.8.1/vendor/ > rails/activeresource/lib/active_resource/connection.rb:173:in > `request' > from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.8.1/vendor/ > rails/activeresource/lib/active_resource/connection.rb:138:in `get' > from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.8.1/vendor/ > rails/activeresource/lib/active_resource/base.rb:639:in `find_every' > from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.8.1/vendor/ > rails/activeresource/lib/active_resource/base.rb:582:in `find' > from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.8.1/lib/ > radiant/extension/script.rb:249:in `load_extensions' > from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.8.1/lib/ > radiant/extension/script.rb:253:in `find_extension' > from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.8.1/lib/ > radiant/extension/script.rb:266:in `initialize' > from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.8.1/lib/ > radiant/extension/script.rb:224:in `new' > from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.8.1/lib/ > radiant/extension/script.rb:224:in `execute' > > -Wes > > On Oct 27, 6:40 pm, Jason Garber <j...@...> wrote: > > > I'm getting an error when just trying to install an extension in a > > 0.7.1 instance: > > > $ ./script/extension install chronicle > > /opt/local/lib/ruby/gems/1.8/gems/radiant-0.7.1/vendor/rails/ > > activeresource/lib/active_resource/connection.rb:173:in > > `handle_response': Failed with 500 Internal Server Error > > (ActiveResource::ServerError) > > from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.7.1/vendor/rails/ > > activeresource/lib/active_resource/connection.rb:144:in `request' > > from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.7.1/vendor/rails/ > > activeresource/lib/active_resource/connection.rb:109:in `get' > > from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.7.1/vendor/rails/ > > activeresource/lib/active_resource/base.rb:563:in `find_every' > > from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.7.1/vendor/rails/ > > activeresource/lib/active_resource/base.rb:507:in `find' > > from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.7.1/lib/radiant/ > > extension/script.rb:249:in `load_extensions' > > from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.7.1/lib/radiant/ > > extension/script.rb:253:in `find_extension' > > from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.7.1/lib/radiant/ > > extension/script.rb:266:in `initialize' > > from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.7.1/lib/radiant/ > > extension/script.rb:224:in `new' > > from /opt/local/lib/ruby/gems/1.8/gems/radiant-0.7.1/lib/radiant/ > > extension/script.rb:224:in `execute' > > from ./script/extension:5 > > > Buthttp://ext.radiantcms.org/comesup fine in a browser. Can > > someone investigate? > > > Jason > > Radiant CMS Dev Mailing List Post: radiantcms-dev@... Unsubscribe: radiantcms-dev-unsubscribe@... Group Site: http://groups.google.com/group/radiantcms-dev/ -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: ext.radiantcms.org problemStill getting the same errors on the 29th. Rails 2.3.3, radiant 0.8.1 (gem), FreeBSD 7 --~--~---------~--~----~------------~-------~--~----~ Radiant CMS Dev Mailing List Post: radiantcms-dev@... Unsubscribe: radiantcms-dev-unsubscribe@... Group Site: http://groups.google.com/group/radiantcms-dev/ -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: ext.radiantcms.org problemMy apologies to all affected by this problem. John asked me to deploy new CSS that he had added, but I didn't realize that there were model-level changes that required migrations. So, here's the kicker: I migrated, but a bunch of the records need to be updated in order for the install script to work. Please login to ext.radiantcms.org and update your extensions. You will need to fill in several fields that were previously optional: * current version of your ext * homepage of your ext * select a repository/download type (now used instead of "install type") * the highest version of Radiant that you support Sorry for the inconvenience. Sean jgsmith wrote: > Still getting the same errors on the 29th. > > Rails 2.3.3, radiant 0.8.1 (gem), FreeBSD 7 > > > > > --~--~---------~--~----~------------~-------~--~----~ Radiant CMS Dev Mailing List Post: radiantcms-dev@... Unsubscribe: radiantcms-dev-unsubscribe@... Group Site: http://groups.google.com/group/radiantcms-dev/ -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: ext.radiantcms.org problemi just updated ray at the registry now `script/extension install ray` fails like so: http://gist.github.com/221833
On Thu, Oct 29, 2009 at 4:04 PM, Sean Cribbs <seancribbs@...> wrote:
--~--~---------~--~----~------------~-------~--~----~ Radiant CMS Dev Mailing List Post: radiantcms-dev@... Unsubscribe: radiantcms-dev-unsubscribe@... Group Site: http://groups.google.com/group/radiantcms-dev/ -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: ext.radiantcms.org problemSean, Is there a way to write another migration to add the missing data? -- John Long http://wiseheartdesign.com http://recursivecreative.com On Thu, Oct 29, 2009 at 5:12 PM, john muhl <johnmuhl@...> wrote: > i just updated ray at the registry now `script/extension install ray` fails > like so: http://gist.github.com/221833 > On Thu, Oct 29, 2009 at 4:04 PM, Sean Cribbs <seancribbs@...> wrote: >> >> My apologies to all affected by this problem. John asked me to deploy >> new CSS that he had added, but I didn't realize that there were >> model-level changes that required migrations. So, here's the kicker: I >> migrated, but a bunch of the records need to be updated in order for the >> install script to work. >> >> Please login to ext.radiantcms.org and update your extensions. You will >> need to fill in several fields that were previously optional: >> >> * current version of your ext >> * homepage of your ext >> * select a repository/download type (now used instead of "install type") >> * the highest version of Radiant that you support >> >> Sorry for the inconvenience. >> >> Sean >> >> jgsmith wrote: >> > Still getting the same errors on the 29th. >> > >> > Rails 2.3.3, radiant 0.8.1 (gem), FreeBSD 7 >> > >> > > >> > >> > >> >> >> > > > > > --~--~---------~--~----~------------~-------~--~----~ Radiant CMS Dev Mailing List Post: radiantcms-dev@... Unsubscribe: radiantcms-dev-unsubscribe@... Group Site: http://groups.google.com/group/radiantcms-dev/ -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: ext.radiantcms.org problem
I did a few lines in the console yesterday and was able to fix a lot of
the problems. Really, the migration should have handled it.
Sean John Long wrote: Sean, Is there a way to write another migration to add the missing data? -- John Long http://wiseheartdesign.com http://recursivecreative.com On Thu, Oct 29, 2009 at 5:12 PM, john muhl johnmuhl@... wrote:i just updated ray at the registry now `script/extension install ray` fails like so: http://gist.github.com/221833 On Thu, Oct 29, 2009 at 4:04 PM, Sean Cribbs seancribbs@... wrote: --~--~---------~--~----~------------~-------~--~----~ Radiant CMS Dev Mailing List Post: radiantcms-dev@... Unsubscribe: radiantcms-dev-unsubscribe@... Group Site: http://groups.google.com/group/radiantcms-dev/ -~----------~----~----~----~------~----~------~--~--- |
| Free embeddable forum powered by Nabble | Forum Help |