Re: [Radiant] Page Attachments - live server won't upload images

2007-08-08 Thread Keymone
i had some issues with image_science too but mostly. you better they were related to RubyInline. Check if your RubyInline gem installed properly and working. it can silently quit when it does not found INLINEDIR or HOME in your ENVironment P.S. require 'image_science' gives you true if it finds th

[Radiant] How to: Dynamic Pages

2007-08-08 Thread Mario T. Lanza
I've seen a few people ask about creating dynamic pages. Usually, this comes into play with custom extensions whereby the goal is generate user-specific pages. That is, the page is different each time a person visits it. I'm relatively new to Rails/Radiant/Ruby, but I am attempting to build a ch

Re: [Radiant] caching

2007-08-08 Thread Mario T. Lanza
> On every consequent page request ResponseCache is created again, but > with original defaults as specified in > radiant-0.6.2/app/models/response_cache.rb. I avoided this by adding this line to the "activate" def of a custom extension: ResponseCache.defaults[:perform_caching] = false

Re: [Radiant] Page Attachments - live server won't upload images

2007-08-08 Thread Sean Cribbs
Login to your account and try this: $ irb -rubygems >> require 'image_science' See if that produces an error. If it does, contact your administrator. Sean David Piehler wrote: > David Piehler wrote: > >> I just switched from Radiant 0.6.1 full-install to Radiant 0.6.2 on gem. >> Locally ev

Re: [Radiant] Deactivating Page_Attachments extension not working

2007-08-08 Thread Sean Cribbs
Deactivation is a feature that is very lacking in page_attachments. I apologize for this. Essentially, it does nothing right now, but reactivating does the initialization again! So you'll keep getting attachments sections added to the edit page. Sean David Piehler wrote: > Running 0.6.2 on g

[Radiant] Search extension is crashing Rails

2007-08-08 Thread David Piehler
Radiant 0.6.1 and 0.6.2 + Search extension. When the search page posts, the Rails process dies with an out-of-memory error, thus killing the entire Radiant site. Has anyone seen this before? -- Posted via http://www.ruby-forum.com/. ___ Radiant mailing

[Radiant] Deactivating Page_Attachments extension not working

2007-08-08 Thread David Piehler
Running 0.6.2 on gem with last week's version of the Page_Attachments extension. This is happening both locally on my Mac and live on a Sun machine. After I deactivate the Page_Attachments extension, the tan attachments upload bar still appears on the Edit Page screen. Then, when I re-activate it,

Re: [Radiant] Page Attachments - live server won't upload images

2007-08-08 Thread David Piehler
David Piehler wrote: > I just switched from Radiant 0.6.1 full-install to Radiant 0.6.2 on gem. > Locally everything worked fine, but on the live server the Page > Attachments extension won't upload image files (JPG and PNG tested). > Text files and 1MB+ PDFs work fine, but images are a no-go. > >

Re: [Radiant] CopyMove plugin not visible?

2007-08-08 Thread Damien McKenna
> -Original Message- > From: Keymone > Sent: Tuesday, August 07, 2007 1:51 PM > Subject: Re: [Radiant] CopyMove plugin not visible? > > Reorder does conflicts with CopyMove. check for equal files under each > /app/views path for both extensions and merge it into Reorder's path. > everythi

Re: [Radiant] Search Extension

2007-08-08 Thread Sean Cribbs
Feel free to modify the form however you need to. The only requirement is that there be one field named "q", I believe, which contains the search query. You can add any submit buttons, image submits, etc, to your liking. Sean On 8/8/07, Sharon Clift <[EMAIL PROTECTED]> wrote: > Thanks Sean, > >

Re: [Radiant] Search Extension

2007-08-08 Thread Sharon Clift
Thanks Sean, Is there a way to add a search button for users to click to start the search as I note I can't just add html to the tag? While it seems really obvious to hit the return button we try to keep our site very simple for users to access as a lot of them are really not "technologically min