[Radiant] Updating Page Attachments

2009-07-01 Thread Sharon Clift
Thanks for the reply Jason. I was hoping someone had already been through the process with this particular extension. We have a large number of attachments saved this way (the files are uploaded to sub folders of public\page_attachments via the extension and referenced in the page attachment

Re: [Radiant] Updating Page Attachments

2009-07-01 Thread Jim Gay
Sharon, You should be fine when upgrading. I believe there were some changes to add fields to page_attachments but otherwise everything should work. Step 1: Back up your database Step 2: Back up your filesystem Step 3: upgrade There's no reason that updating the code would lose track of the

[Radiant] 0.8.0 pages show css + admin error when running with FastCGI

2009-07-01 Thread Lorand Bruhacs
Hi, I'd like to report an issue against Radiant 0.8.0... when running in a shared hosting environment with FastCGI, initial page loads show only a raw stylesheet. Pages only display properly when reloaded. After logging in to /admin, Radiant displays an error 500 page. This report is a duplicate

Re: [Radiant] 0.8.0 pages show css + admin error when running with FastCGI

2009-07-01 Thread Lorand Bruhacs
Hi Jim, thanks, I'll go open a ticket over at Github. A test URL is coming your way off-list. Best Wishes, Lorand On Wed, Jul 1, 2009 at 9:55 PM, Jim Gay j...@saturnflyer.com wrote: On Jul 1, 2009, at 3:46 PM, Lorand Bruhacs wrote: Hi, I'd like to report an issue against Radiant 0.8.0...

[Radiant] Static caching

2009-07-01 Thread Jordon Bedwell
Does anybody know of a plugin that actually works for static caching? Or a way I can pull the Radiant Cache Files with NGINX. Right now we would like to maintain control over output speed, and with Flickr having such horrible response times on their API we tend to lock up for a second and a

Re: [Radiant] Increasing Page Cache Timeout

2009-07-01 Thread Jim Gay
On Jul 1, 2009, at 4:59 PM, john muhl wrote: On Tue, Jun 30, 2009 at 11:20 PM, Mohit Sindhwanit...@onghu.com wrote: Hi, just a quick question - how do I increase the page caching from 5 minutes to something much more? My site has mostly static content other than the use of the comments

RE: [Radiant] Static caching

2009-07-01 Thread Jordon Bedwell
I've decided to branch off the project so I can start to Learn both Ruby and RadiantCMS for more than how to powerhouse and run a server for it. Can anyone help me with this error: undefined method `cache_page' for module `Radiant::Cache' static_html_cache_extension.rb class

Re(2): [Radiant] site setup problem: relation pages does not exist

2009-07-01 Thread Jan M.J. Storms
Thank you very much. I added a couple of parameters to the thin startup command: --environment production --prefix /nld I can now see the home page and the admin pages work... partially. That is due to radiant being installed in subdirectory /nld. I searched the mailing list for answers and

Re: [Radiant] Static caching

2009-07-01 Thread Jim Gay
On Jul 1, 2009, at 5:52 PM, Jordon Bedwell wrote: I've decided to branch off the project so I can start to Learn both Ruby and RadiantCMS for more than how to powerhouse and run a server for it. Can anyone help me with this error: undefined method `cache_page' for module

RE: [Radiant] Static caching

2009-07-01 Thread Jordon Bedwell
-Original Message- From: radiant-boun...@radiantcms.org [mailto:radiant-boun...@radiantcms.org] On Behalf Of Jim Gay Sent: Wednesday, July 01, 2009 7:59 PM To: radiant@radiantcms.org Subject: Re: [Radiant] Static caching It means roughly what it says. The method 'cache_page' is undefined

Re: Re(2): [Radiant] site setup problem: relation pages does not exist

2009-07-01 Thread Jim Gay
On Jul 1, 2009, at 6:20 PM, Jan M.J. Storms wrote: Thank you very much. I added a couple of parameters to the thin startup command: --environment production --prefix /nld I can now see the home page and the admin pages work... partially. That How are they partially working? What

Re: [Radiant] Increasing Page Cache Timeout

2009-07-01 Thread Mohit Sindhwani
john muhl wrote: On Tue, Jun 30, 2009 at 11:20 PM, Mohit Sindhwanit...@onghu.com wrote: Hi, just a quick question - how do I increase the page caching from 5 minutes to something much more? My site has mostly static content other than the use of the comments extension which itself clears

Re: Re(2): [Radiant] site setup problem: relation pages does not exist

2009-07-01 Thread David Cato
Jan M.J. Storms wrote ... I added a couple of parameters to the thin startup command: --environment production --prefix /nld I can now see the home page and the admin pages work... partially. That is due to radiant being installed in subdirectory /nld. I searched the mailing list for