[Radiant] gallery extension error

2009-11-11 Thread Emanuel Vinzent
hi i try to install the gallery-ext. vinz:dorfbrand vinz$ ./script/extension install gallery Initialized empty Git repository in /private/var/folders/-q/-qlnHoFOFbCCajjZzhXJDk+++TI/-Tmp-/gallery/.git/ remote: Counting objects: 1039, done. remote: Compressing objects: 100% (523/523), done.

Re: [Radiant] gallery extension error

2009-11-11 Thread Paul Ingles
I just had the same problem. You need to edit your config/ environment.rb file. Inside the config.after_initialize block, add the line: Radiant::Config[gallery.storage] = s3 That fixed it for me. On 11 Nov 2009, at 09:16, Emanuel Vinzent wrote: hi i try to install the gallery-ext.

Re: [Radiant] gallery extension error

2009-11-11 Thread Haselwanter Edmund
On 11.11.2009, at 10:23, Paul Ingles wrote: I just had the same problem. You need to edit your config/ environment.rb file. Inside the config.after_initialize block, add the line: Radiant::Config[gallery.storage] = s3 That fixed it for me. It basically is the storage option of

Re: [Radiant] gallery extension error

2009-11-11 Thread Emanuel Vinzent
thanks guys for help! works fine*! cheers vinz* 2009/11/11 Haselwanter Edmund edm...@haselwanter.com On 11.11.2009, at 10:23, Paul Ingles wrote: I just had the same problem. You need to edit your config/ environment.rb file. Inside the config.after_initialize block, add the line: