Re: [Radiant] Deploying Radiant on Debian with Apache 2 and fastcgi

2007-07-06 Thread Ouroz Ouroz
Hi, I checked the log, here is where it takes the stylesheets and images: [...] Processing SiteController#show_page (for 192.168.30.63 at 2007-07-06 10:14:42) [GET] Parameters: {"1183563136"=>nil, "action"=>"show_page", "url"=>["stylesheets", "admin", "main.css"], "controller"=>"site"} Redir

Re: [Radiant] Deploying Radiant on Debian with Apache 2 and fastcgi

2007-07-06 Thread Ouroz Ouroz
Ok it works by redirecting to fcgi only files that doesn't exist on the server: RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ dispatch.fcgi [QSA,L] And with these two more rules it manages the static cache: RewriteRule ^$ index.html [QSA] RewriteRule ^([^.]+)$ $1.html [QSA] RewriteCon

Re: [Radiant] Zlib::BufError

2007-07-06 Thread Sharon Clift
Thanks Sean. Changing the def zipped_stream(entry)Method fixed the problem. I had found a post from someone else having this problem in Capistrano but they were able to get round it by updating Gems, but that didn't work for me. Your help is much appreciated. Sharon --

Re: [Radiant] copy_move + reorder

2007-07-06 Thread Sean Cribbs
> BTW: is there a controlled uninstall of extensions? > > Not at the present time. Working on that! Sean ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms

[Radiant] problem with page_attachment extension - following the wiki directions...

2007-07-06 Thread Mike Erb
OK, this is driving me nuts. I really need the functionality for a few sites I'm using Radiant for. The only thing I can think of is that the ImageScience gem is bad or something. I've got RMagick, ImageScience and mini_magick gems installed. Any ideas? below is a terminal extract: # rake product