Re: [Radiant] problem with page_attachment

2010-04-29 Thread john muhl
On Thu, Apr 29, 2010 at 3:16 PM, Horst Rischbode ho...@horibo.de wrote: Hi John, thanks for the quick answer. Tried to follow Your instructions but failed. git checkout... raises an error: fatal: git checkout: updating paths is incompatible with switching branches. Did you intend to checkout

Re: [Radiant] problem with page_attachment

2010-04-29 Thread Horst Rischbode
Thanks! Now all works fine! john muhl schrieb: On Thu, Apr 29, 2010 at 3:16 PM, Horst Rischbode ho...@horibo.de wrote: Hi John, thanks for the quick answer. Tried to follow Your instructions but failed. git checkout... raises an error: fatal: git checkout: updating paths is incompatible

[Radiant] problem with page_attachment

2010-04-28 Thread Horst Rischbode
Hello, trying to get started with page_attachments extension. I'm running Radiant 0.8.1. Installation was successful. rake tasks migrate update ran without any errors. In Database, I have a new table page_attachments and under each page in Admin-Interface, I get the expected page attachment

Re: [Radiant] problem with page_attachment

2010-04-28 Thread john muhl
you need the 0.8 branch cd radiant/vendor/extensions git clone git://github.com/radiant/radiant-page-attachments-extension.git page_attachments cd page_attachments git checkout -b 0.8 radiant-0.8.0 cd ../../.. rake radiant:extensions:page_attachments:migrate rake