Re: [Radiant] Gallery Extension Problem

2010-03-22 Thread banane
Jim- On the note re: Twitter, I was thinking that "save_page" might not be a good place to set the twitter page. I know with some moveable text blogs it reposts each time you save a post, and for some writers, they do it many many times. Doing it on the first time a page is published is probably th

Re: [Radiant] Gallery Extension Problem

2010-03-22 Thread Alexis Masters
As it turns out, this issue was a cache issue. The support guys at the webhost emptied the cache and I shut down everything on this end and did a hard reboot, which helps with cache issues. What we won't know for a while is whether it was the twitter extension that caused the cache to jam u

Re: [Radiant] Gallery Extension Problem

2010-03-22 Thread banane
I also use Firefox's Java error console to detect running errors. I'm also relatively new to firebug. Usually I do ctrl-click on something to "inspect". ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/searc

Re: [Radiant] Gallery Extension Problem

2010-03-22 Thread Alexis Masters
Anna, I removed the twitter extension, restarted the radiant, and the imports still don't come in. I suspect a javascript conflict. I do have firebug, and I'll go look with it, but I've never really gotten familiar with its use, and I can only hope it will tell me something. Thanks for your

Re: [Radiant] Gallery Extension Problem

2010-03-22 Thread Jim Gay
On Mon, Mar 22, 2010 at 2:14 PM, Alexis Masters wrote: > Interesting... In the Coldfusion world, I would have loud ugly error > messages. Rails gives me Stealth error messages :-) > > I didn't realize there was an error in there, Anna. Thanks very much > for pointing me in the right direction. You

Re: [Radiant] Gallery Extension Problem

2010-03-22 Thread banane
I have a new fork of the twitter extension, but it probably won't help you since that seems to be a configuration issue. It'd be a good idea, now that I think of it, to post twitter config errors more clearly! So, I also was thinking you might want to install (if you haven't) firebug and do an 'in

Re: [Radiant] Gallery Extension Problem

2010-03-22 Thread Alexis Masters
Interesting... In the Coldfusion world, I would have loud ugly error messages. Rails gives me Stealth error messages :-) I didn't realize there was an error in there, Anna. Thanks very much for pointing me in the right direction. You will be interested to learn the culprit is likely the Twit

Re: [Radiant] Gallery Extension Problem

2010-03-22 Thread banane
Alexis- do you have access to the Radiant server log? You may find errors in there you can post to this thread. On Mon, Mar 22, 2010 at 8:54 AM, Alexis Masters wrote: > Hello! When I upgraded WomensGivingTree.org a couple of weeks ago, I > didn't realize I lost the ability to make galleries. The

[Radiant] Gallery Extension Problem

2010-03-22 Thread Alexis Masters
Hello! When I upgraded WomensGivingTree.org a couple of weeks ago, I didn't realize I lost the ability to make galleries. The Galleries tab still works fine, and it is just as easy as always to create a new gallery, but the photos will not upload, either individually or as an import. The po

Re: [Radiant] gallery extension error

2009-11-11 Thread Emanuel Vinzent
thanks guys for help! works fine*! cheers vinz* 2009/11/11 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::Co

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 optio

Re: [Radiant] gallery extension error

2009-11-11 Thread Emanuel Vinzent
thank's paul, but i don't work with the amazon s3-storage. i wan't to work local. any other's idea's? :) 2009/11/11 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["gall

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.

[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. remote:

[Radiant] Gallery extension

2009-10-31 Thread Clubiste Ben Stadiste
Hi, I am trying to test and use the gallery extension. While trying to upload files (single file or batch import) I got the following error: Processing GalleryImportingsController#import (for 127.0.0.1 at 2009-10-31 11:36:08) [PUT] Parameters: {"action"=>"import", "authenticity_token"=>"+

Re: [Radiant] Gallery extension help

2009-04-28 Thread Andrea Franz
I've just pulled some fixes from the repository of Mario Zigliotto, it should work now. Let me know. On Thu, Apr 23, 2009 at 6:05 PM, Dave Kroondyk wrote: > Hi, > > I'm a bit confused about an error I'm getting with the gallery extension. > I'm running Radiant 0.7.1 which I have working with the

[Radiant] Gallery extension help

2009-04-23 Thread Dave Kroondyk
Hi, I'm a bit confused about an error I'm getting with the gallery extension. I'm running Radiant 0.7.1 which I have working with the Gallery extension on another project... but on this new project it is not letting me upload files. Here is the error from my log: Processing GalleryItemsControlle

Re: [Radiant] Gallery Extension Problem

2009-03-22 Thread Shaolo
Check your log files. They will usually tell you what you are missing. I have noticed that if an extension fails to run properly, it usually takes down the entire system. log/production.log or log/development.log depending on which system you are trying to run. 2009/3/22 Shaolo > I've had to

Re: [Radiant] Gallery Extension Problem

2009-03-22 Thread Shaolo
I've had to remove and then reinstall several extension because one would not install properly. 2009/3/22 Bryce Klimoski > Actually I have a much bigger problem than that. I can not access anything > underneath my public folder. If I remove the gallery extension it all > starts working again.

Re: [Radiant] Gallery Extension Problem

2009-03-22 Thread Bryce Klimoski
Actually I have a much bigger problem than that. I can not access anything underneath my public folder. If I remove the gallery extension it all starts working again. 2009/3/22 Shaolo > And after doing that and restarting the server you still don't see the > gallery layout in the admin panel?

Re: [Radiant] Gallery Extension Problem

2009-03-22 Thread Shaolo
And after doing that and restarting the server you still don't see the gallery layout in the admin panel? 2009/3/22 Bryce Klimoski > Here is what I'm doing. > > First up I get the attachement_fu plugin. > > git clone git:// > github.com/technoweenie/attachment_fu.gitvendor/plugins/attachment_fu

Re: [Radiant] Gallery Extension Problem

2009-03-22 Thread Bryce Klimoski
Here is what I'm doing. First up I get the attachement_fu plugin. git clone git://github.com/technoweenie/attachment_fu.gitvendor/plugins/attachment_fu Next I get the gallery plugin and install. 1. git clone git://github.com/pilu/radiant-gallery.gitvendor/extensions/gallery 2. rake radiant:exte

Re: [Radiant] Gallery Extension Problem

2009-03-22 Thread Shaolo
How are you installing it? On Sun, Mar 22, 2009 at 3:25 PM, Bryce Klimoski wrote: > I'm attempting to install the gallery extension at URL git:// > github.com/pilu/radiant-gallery.git with Radiant 0.7.1, however whenever I > install it I'm unable to access any of the stylesheets, javascript, ima

[Radiant] Gallery Extension Problem

2009-03-22 Thread Bryce Klimoski
I'm attempting to install the gallery extension at URL git:// github.com/pilu/radiant-gallery.git with Radiant 0.7.1, however whenever I install it I'm unable to access any of the stylesheets, javascript, images, or anything else that is stored under the public folder. Any ideas as to why this is

[Radiant] Radiant Gallery Extension image Import failure.

2009-03-14 Thread Jeffrey Jones
Hoi all, I am trying to get pilu's radiant gallery (git edge )extension working on my Radiant(0.7.1) install but the import feature is failing. I have ImageMagick installed and the RMagick gem installed and am trying to import a directory of jpg images. The problem appears to be in the gall

Re: [Radiant] Radiant Gallery Extension.

2009-03-02 Thread jeff
gallery extension with 0.7.1? If so whose github repository are you pulling from? I didn't try yet, which problem do you have? -- Andrea Franz http://gravityblast.com http://blog.mikamai.com ___ Radiant mailing list Post: Radiant@radiantcms.org S

Re: [Radiant] Radiant Gallery Extension.

2009-03-02 Thread Andrea Franz
On Mon, Mar 2, 2009 at 6:49 PM, Jeffrey Jones wrote: > Hoi all > > Anyone successfully using the radiant gallery extension with 0.7.1? > > If so whose github repository are you pulling from? I didn't try yet, which problem do you have? -- Andrea Franz http://g

[Radiant] Radiant Gallery Extension.

2009-03-02 Thread Jeffrey Jones
Hoi all Anyone successfully using the radiant gallery extension with 0.7.1? If so whose github repository are you pulling from? Cheers Jeff ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search

Re: [Radiant] Gallery Extension on DreamHost

2009-01-14 Thread Patrick
On 15.01.2009 0:46 Uhr, Andrea Franz wrote: In the past some people have a problem like that on dreamhost using ruby 1.8.7. Someone give me the following link: http://www.dreamhoststatus.com/2009/01/02/ruby-187-upgrades/#comments I didn't try dreamhost, but maybe it could be useful. Please let

Re: [Radiant] Gallery Extension on DreamHost

2009-01-14 Thread Andrea Franz
> > > any hints why the gallery extension is not working on dreamhost? > I am running some radiant cms on dreamhost, all work. but > gallery extension seems to have a problem with attachment_fu. > if I start the app: > > Expected aaa/vendor/extensions/gallery/app/models/gallery_item.rb to define >

Re: [Radiant] Gallery Extension on DreamHost

2009-01-14 Thread Patrick
Hi again, or is it possible that radiant is looking in the wrong directory for attachment_fu? Is there some possibility to define a path to attachment_fu somewhere? Patrick ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radi

[Radiant] Gallery Extension on DreamHost

2009-01-14 Thread Patrick
Hi all, any hints why the gallery extension is not working on dreamhost? I am running some radiant cms on dreamhost, all work. but gallery extension seems to have a problem with attachment_fu. if I start the app: Expected aaa/vendor/extensions/gallery/app/models/gallery_item.rb to define Galle

[Radiant] Gallery extension fail upload photos

2008-07-01 Thread Wes Wes
I am using Radiant 0.6.7 and Gallery extension 0.7.12, but when I try to upload picture javascript load load and does not upload, when I check in folders galleries in public so has a photo, the original, but he did not finish the upload, seems to be some problem with javascript, something well And

Re: [Radiant] gallery extension

2008-06-03 Thread Steven Southard
A guys got to keep on his toes. Okay, I had that file and changing it made it work perfectly. Thank you for your fast reply. -Steven On Jun 3, 2008, at 6:37 PM, Andrea Franz wrote: In the new version i put the galery.yml file in RAILS_ROOT/config/ extensions/gallery/gallery.yml. Have yo

Re: [Radiant] gallery extension

2008-06-03 Thread Andrea Franz
On 04/giu/08, at 01:02, Steven Southard wrote: When I got the newest gallery extension update I couldn't get mini_magick to work with it. The pictures moved and stayed were I put them but I wasn't able to upload and new images. Also the thumbs weren't the right size either. I could but

Re: [Radiant] gallery extension

2008-06-03 Thread Steven Southard
When I got the newest gallery extension update I couldn't get mini_magick to work with it. The pictures moved and stayed were I put them but I wasn't able to upload and new images. Also the thumbs weren't the right size either. I could but the old gallery extension back in and I could upl

Re: [Radiant] gallery extension

2008-05-28 Thread Andrea Franz
On Wed, May 28, 2008 at 11:54 PM, Steven Southard <[EMAIL PROTECTED]> wrote: > Is there a way to call an image in a gallery by name? Seems like something > like this would work but it doesn't: > > " /> You can't do it currently. But you can use the position instead (position="first" or position="2

[Radiant] gallery extension

2008-05-28 Thread Steven Southard
Is there a way to call an image in a gallery by name? Seems like something like this would work but it doesn't: " /> Steven ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lis

Re: [Radiant] gallery extension

2008-05-27 Thread Keith Bingman
It is actually pretty different than attachment_fu. It doesn't require it's own model, just a few columns. It is a lot lighter weight. I actually like attachment_fu a lot, but it is a bit slow and it requires either RMagick, Mini_magick or Image Science, all of which are problematic. So I t

Re: [Radiant] gallery extension

2008-05-27 Thread Casper Fabricius
Keith, just curious: How does Paperclip differ from attachment_fu? It seems to have almost the exact same interface - is the only difference that paperclip does not require rmagick, mini-magick or imagescience? Casper Fabricius http://casperfabricius.com On 27/05/2008, at 18:19, Keith Bingma

Re: [Radiant] gallery extension

2008-05-27 Thread Steven Southard
This worked like a charm. Thank you. After running the radiant:extensions:gallery:install task, you can edit the gallery.yml file (/vendor/extensions/gallery/config/gallery.yml), and set mini_magick as processor. -- Andrea Franz http://gravityblast.com - http://nimboo.net __

Re: [Radiant] gallery extension

2008-05-27 Thread Steven Southard
Shared accelerator. Seems like the BSD servers were loaded with almost every gem out there. Not sure why but the new servers are more bring your own. On May 27, 2008, at 11:35 AM, Keith Bingman wrote: Is Spring a BSD Server or a shared accelerator? Don't take my word about mini_magick,

Re: [Radiant] gallery extension

2008-05-27 Thread Keith Bingman
Is Spring a BSD Server or a shared accelerator? Don't take my word about mini_magick, it worked when I was still on a BSD server. On May 27, 2008, at 6:30 PM, Steven Southard wrote: That's sad news about mini_magick not working at Joyent even if you freeze it in. I guess the available gems

Re: [Radiant] gallery extension

2008-05-27 Thread Steven Southard
That's sad news about mini_magick not working at Joyent even if you freeze it in. I guess the available gems depends on what server you're on. I'm on Spring and here is the list of gems: *** LOCAL GEMS *** actionmailer (2.0.2) actionpack (2.0.2) activerecord (2.0.2) activeresource (2.0.2)

Re: [Radiant] gallery extension

2008-05-27 Thread Andrea Franz
On Tue, May 27, 2008 at 6:07 PM, Steven Southard <[EMAIL PROTECTED]> wrote: > Oh, mini_magick might be better. I'm hosting on Joyent and they don't have > rmagick. They don't have mini_magick either but I might be able to freeze > that one in. What changes do I need to make to have it work with

Re: [Radiant] gallery extension

2008-05-27 Thread Keith Bingman
Are you sure Joyent doesn't have RMagick? I have a couple of Radiant sites there using both my own extensions and Sean's page_attachments with RMagick. Mini_magick does not work there, even if you freeze the gem. I just discovered Paperclip, http://www.thoughtbot.com/projects/paperclip . I

Re: [Radiant] gallery extension

2008-05-27 Thread Steven Southard
Oh, mini_magick might be better. I'm hosting on Joyent and they don't have rmagick. They don't have mini_magick either but I might be able to freeze that one in. What changes do I need to make to have it work with mini_magick? On May 27, 2008, at 10:48 AM, Andrea Franz wrote: On Tue,

Re: [Radiant] gallery extension

2008-05-27 Thread Andrea Franz
On Tue, May 27, 2008 at 5:37 PM, Steven Southard <[EMAIL PROTECTED]> wrote: > I am, great job of moving it to git. Very easy to get and install. I > thought maybe there are some requirements like imagemagick and rmagick. I > don't have those gems installed so if they're needed it makes sense, I

Re: [Radiant] gallery extension

2008-05-27 Thread Steven Southard
I am, great job of moving it to git. Very easy to get and install. I thought maybe there are some requirements like imagemagick and rmagick. I don't have those gems installed so if they're needed it makes sense, I guess. If they are needed seems like it would be a good idea to add that

[Radiant] gallery extension 0.7.10

2008-04-16 Thread Andrea Franz
Hi there, I moved the radiant gallery extension to github: http://github.com/pilu/radiant-gallery In the latest release I improved the upload and import system. It's also possible to set how many thumbnails should be created for each uploaded/imported image in the configuration file (galler