Re: [Radiant] Help with uninitialized constant Page::ResponseCache

2010-03-22 Thread Earl Chew
uninitialized constant Page::ResponseCache /usr/lib/ruby/gems/1.8/gems/radiant-0.8.1/vendor/rails/activesupport/lib/active_support/dependencies.rb:105:in `const_missing' (eval):6:in `clear_dynamic_ancestors_cache' I think this is due to old code in Andrea Franz's DynamicPage extension. My

[Radiant] Help debugging public/500.html

2010-03-20 Thread Earl Chew
I'm upgrading my small Radiant installation from way back (0.6 or thereabouts). I've got most of it working, but when running as a mongrel_cluster (with user/group mongrel) I get a public/500.html when accessing some pages. I look in production.log and only see: Processing

Re: [Radiant] Help debugging public/500.html

2010-03-20 Thread Jim Gay
A 500 error is coming from your application server and not the application. Check your mongrel log (for example, if you're using mongrel). On Sat, Mar 20, 2010 at 11:42 AM, Earl Chew earl_c...@yahoo.com wrote: I'm upgrading my small Radiant installation from way back (0.6 or thereabouts).

[Radiant] Help................

2010-03-01 Thread neel iyer
i was trying to the flash gallery extension in radiant 0.8.1. it got installed correctly , n i got the new tab in admin panel too .but the problem is tht when i try to create a new gallery, n attach a new swf file, its showing an error ... Errno::EACCES in Admin/galleriesController#create

Re: [Radiant] Help!!!!!!!

2010-02-22 Thread Ben Evans
! Ben -- Forwarded message -- From: neel iyer kniyer@gmail.com To: radiant@radiantcms.org Date: Fri, 19 Feb 2010 22:30:24 +0530 Subject: Re: [Radiant] Help!!! sorry this is the error msg tht i got when i excecuted tht command... C:\websiteenv RAILS_ENV

Re: [Radiant] Help!!!!!!!

2010-02-22 Thread neel iyer
@radiantcms.org Date: Fri, 19 Feb 2010 22:30:24 +0530 Subject: Re: [Radiant] Help!!! sorry this is the error msg tht i got when i excecuted tht command... C:\websiteenv RAILS_ENV=production script/extension install comments The filename, directory name, or volume label

Re: [Radiant] Help!!!!!!!

2010-02-19 Thread Leon Miller-Out
Neel, you need to use Radiant's script/extension to install extensions. I'm not sure how the environment variables work on Windows (for RAILS_ENV), but on OS X and Linux, I'd do: RAILS_ENV=production script/extension install comments Once the extension is installed, then you can run any rake

Re: [Radiant] Help!!!!!!!

2010-02-19 Thread neel iyer
thanks for the reply.. but in windows when i excecute the following command.. it show .. C:\websiteRAILS_ENV=production script/extension install comments 'RAILS_ENV' is not recognized as an internal or external command, operable program or batch file. regards neel On Fri, Feb 19, 2010 at

Re: [Radiant] Help!!!!!!!

2010-02-19 Thread neel iyer
sorry this is the error msg tht i got when i excecuted tht command... C:\websiteenv RAILS_ENV=production script/extension install comments The filename, directory name, or volume label syntax is incorrect. The system cannot find the path specified.

Re: [Radiant] Help!!!!!!!

2010-02-19 Thread Chaim Kirby
Neel - There usually isn't an install task for extensions If you have the comments extension in your vendor/extensions folder then from your root radiant folder run: rake production radiant:extensions:comments:migrate then run: rake production radiant:extensions:comments:update Chaim neel iyer

[Radiant] Help!!!!!!!

2010-02-18 Thread neel iyer
i'm trying to install some of the extension of radiant. currently i'm using radiant 0.8.1 and using windows os. but each time i excecute any command to install those extension, an error msg is been displayed.. this is when i tried to install comment extension. C:\websiterake

Re: [Radiant] Help With Questionnaire Extension

2010-01-09 Thread Michael Kessler
Hi Alexis We have this extension running only on a Radiant 0.7 installation and there are actually no concrete plans to migration the extension. The Rails version that comes with Radiant 0.8.1 introduces nested forms/attributes and that would simplify the extension code a lot, so a migration

[Radiant] Help With Questionnaire Extension

2010-01-07 Thread Alexis Masters
Hello again, I have a new radiant site that needs the Questionnaire extension. The site is on Radiant 0.8.1. I keep getting this error when I try to create a new questionnaire: /!\ FAILSAFE /!\ Thu Jan 07 10:40:21 -0800 2010 Status: 500 Internal Server Error expected Hash (got String)

[Radiant] help with radiant on webfaction

2009-12-27 Thread Seth Gitner
I have followed virtually every radiant/webfaction install tutorial I can find and I just cannot get it loaded on my web faction account -- I've gone thru the same thing before with other programs -- but for some reason rubyonrails -- I just can't figure it out. Is there anyone out there that

[Radiant] Help Extension Error

2009-12-02 Thread kevin bett
After installing help extension on 0.9.0: ActionView::TemplateError (undefined method `developer?' for #ActionView::Base:0x1030ad1e8) on line #6 of vendor/extensions/help/app/views/admin/help/_help_nav.html.haml: -- Regards Kevin Bett ___ Radiant

Re: [Radiant] Help Extension Error

2009-12-02 Thread Jim Gay
not ready yet, and neither is 0.9.0. But you could try this branch http://github.com/saturnflyer/radiant-help-extension/commits/edge -- Jim Gay http://www.saturnflyer.com ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org

[Radiant] Help running tests

2009-11-26 Thread Paul Sullivan
Hello! This may be a bit of a silly question but I'm having issues running any of the tests. If I run an individual spec in the spec/models folder I get an error 'no such file to load -- dataset' . Does any documentation exist that talks about running the tests? I found one rake task

Re: [Radiant] Help running tests

2009-11-26 Thread Sean Cribbs
If you cloned the repository from github, make sure to run `git submodule init git submodule update` before you run the spec suite. Sean Paul Sullivan wrote: Hello! This may be a bit of a silly question but I'm having issues running any of the tests. If I run an individual spec in the

[Radiant] Help with Lock_version?

2009-09-12 Thread harry byrne wykman
Hello, I have recently reloaded my site from a database backup after it was hacked. After enabling the dev database and re-installing the chronicle extension, I get the following error when I try to save changes to some pages: Page has been modified since it was last loaded. Changes cannot be

Re: [Radiant] Help with RAILS_ROOT and Frozen Gems

2009-09-10 Thread Jim Gay
On Thu, Sep 10, 2009 at 1:09 AM, Chris Parrishchris.parrish-forumm...@swankinnovations.com wrote: I just tried installing radiant 0.8.1 and all went well until I performed a rake radiant:freeze:gems  Now starting mongrel on my development machine produces the following error: ** Starting

Re: [Radiant] Help with RAILS_ROOT and Frozen Gems

2009-09-10 Thread Chris Parrish
Actually, it looks like an IDE problem (I use RadRails). It would seem that they are incorrectly inferring the application's working directory to be the \vendor\radiant\ directory when launching mongrel. Sorry for the noise. -Chris Jim Gay wrote: On Thu, Sep 10, 2009 at 1:09 AM, Chris

[Radiant] Help with RAILS_ROOT and Frozen Gems

2009-09-09 Thread Chris Parrish
I just tried installing radiant 0.8.1 and all went well until I performed a rake radiant:freeze:gems Now starting mongrel on my development machine produces the following error: ** Starting Mongrel listening at 0.0.0.0:3000 ** Starting Rails with development environment...

Re: [Radiant] Help with IE error

2009-06-24 Thread rustam mamat
thank all of your help i work out with validation errors as David Cato segessted and it comes out without massagebox. it seems like all of the problems are theme`s problems. i did it work out. thank you. On Wed, Jun 24, 2009 at 6:59 PM, Haselwanter Edmund edm...@haselwanter.comwrote: On

Re: [Radiant] Help with IE error

2009-06-24 Thread Mohit Sindhwani
rustam mamat wrote: thank all of your help i work out with validation errors as David Cato segessted and it comes out without massagebox. it seems like all of the problems are theme`s problems. i did it work out. thank you. You may want to consider submitting a patch or at least

Re: [Radiant] Help with IE error

2009-06-24 Thread rustam mamat
thank you for your sugestion and your help First i have create the Roaster styled App , then enter the admin site to change all of the theme . put the tag meta http-equiv=Content-type content=text/html; charset=utf-8 / into Normal Layouts .(maybe this didn`t any sense but i have added) then

Re: [Radiant] Help with IE error

2009-06-23 Thread David Cato
rustam mamat wrote ... http://www.yodacom.com was created with radiant ,you can find it from radiant user`s site. if you try to open this you will get Error massage (IE 7.0) if you don`t get the Error massage ,refresh it for several times then you will get the massage. with IE 8.0 it works

Re: [Radiant] Help with IE error

2009-06-23 Thread Mohit Sindhwani
rustam mamat wrote: http://www.yodacom.com http://www.yodacom.com/ was created with radiant ,you can find it from radiant user`s site. if you try to open this you will get Error massage (IE 7.0) if you don`t get the Error massage ,refresh it for several times then you will get the massage.

Re: [Radiant] Help with IE error

2009-06-23 Thread rustam mamat
I have checked , certainly there are validates errors but can not be counted as too many to be holded up by IE. and these validates errors created by radiant , it should be counted as bugs or what.? On Wed, Jun 24, 2009 at 12:46 PM, David Cato o...@crunchyfrog.net wrote: rustam mamat wrote ...

Re: [Radiant] Help with IE error

2009-06-23 Thread Mohit Sindhwani
rustam mamat wrote: I have checked , certainly there are validates errors but can not be counted as too many to be holded up by IE. and these validates errors created by radiant , it should be counted as bugs or what.? Technically, if you have problems accessing the main Radiant admin

[Radiant] Help Customizing Radiant Admin

2009-05-18 Thread Em Zee
Hi All, I would like to do some simple stuff like change colors, add a logo image, etc. I think i've done everything correctly but my layout changes are not being picked up by Radiant. Talking with Sean Cribbs this morning in #radiantcms I created an extension and added an application.html.haml

Re: [Radiant] Help!! - SQLite3::BusyException (database is locked)

2009-01-15 Thread Anton Aylward
Andreas Roedl said the following on 01/15/2009 12:46 PM: Try to set a timeout in your database.yml as described in the last post of this thread: http://www.ruby-forum.com/topic/138904 Done that. Restarted Passenger ... Still locked. Now it takes about 10 seconds to come back with the

Re: [Radiant] Help!! - SQLite3::BusyException (database is locked)

2009-01-15 Thread Anton Aylward
Sean Cribbs said the following on 01/15/2009 03:27 PM: Do you have a rogue/zombie process that has a lock on the SQLite3 db? I'd say sweep out any mongrel processes (or restart Apache if you're using Passenger) and try again. Its hosted at Dreamhost but I've tried killing everything in my ID

Re: [Radiant] Help!! - SQLite3::BusyException (database is locked)

2009-01-15 Thread Nate Turnage
On Thu, Jan 15, 2009 at 2:53 PM, Anton Aylward anton.aylw...@rogers.comwrote: Sean Cribbs said the following on 01/15/2009 03:27 PM: Do you have a rogue/zombie process that has a lock on the SQLite3 db? I'd say sweep out any mongrel processes (or restart Apache if you're using Passenger)

Re: [Radiant] Help!! - SQLite3::BusyException (database is locked)

2009-01-15 Thread Anton Aylward
Nate Turnage said the following on 01/15/2009 03:27 PM: Ah, sorry. This begs the question then, is there any kind of way of accessing an SQLite from the terminal to run SQL statements on it? ./scripts/console production a = Page.find(:first) Yup, works. a.save Nope, busyexception

[Radiant] help

2008-11-24 Thread Chris Hoad
Chris Hoad Email: [EMAIL PROTECTED] Tel: +44 1763 852361 Mob: +44 7905 475916 ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant

Re: [Radiant] help

2008-11-24 Thread Sean Cribbs
Anything specific we can help with? Sean Chris Hoad wrote: Chris Hoad Email: [EMAIL PROTECTED] Tel: +44 1763 852361 Mob: +44 7905 475916 ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/

Re: [Radiant] help

2008-11-24 Thread Adam van den Hoven
Some how this conjures up a scene from a John Wayne movie for me. Adam On 24-Nov-08, at 2:24 PM, Sean Cribbs wrote: Anything specific we can help with? Sean Chris Hoad wrote: Chris Hoad Email: [EMAIL PROTECTED] Tel: +44 1763 852361 Mob: +44 7905 475916

Re: [Radiant] help with dynamic_image extension

2008-11-19 Thread Sean Cribbs
Adam van den Hoven wrote: I'll jump on IRC soonest (any suggestions for a good mac client?) Colloquy is what everyone I know uses. Sean ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site:

Re: [Radiant] help with dynamic_image extension

2008-11-19 Thread Adam van den Hoven
yeah that's what I'm using now... Thx, by the way, for the help. Adam On 19-Nov-08, at 6:31 AM, Sean Cribbs wrote: Adam van den Hoven wrote: I'll jump on IRC soonest (any suggestions for a good mac client?) Colloquy is what everyone I know uses. Sean

Re: [Radiant] help with dynamic_image extension

2008-11-19 Thread Jerry Hilts
Colloquy http://colloquy.info/ On 18 Nov, 2008, at 23:42, Adam van den Hoven wrote: I'll jump on IRC soonest (any suggestions for a good mac client?) ___ Radiant mailing list Post: Radiant@radiantcms.org Search:

[Radiant] Help with Radiant/Rails Implementation

2008-11-19 Thread Chris Parrish
I'm stumped and could use some help/advice -- time to show your mad hackr skillz... Please forgive the length, there's some needed background involved. Background -- SnS TextAsset models track their dependencies (each model parses its content and identifies r:javascript or

Re: [Radiant] Help with Radiant/Rails Implementation

2008-11-19 Thread Mohit Sindhwani
Chris Parrish wrote: * Your idea here... Probably way out on a limb here (blame it on the time), but how about keeping that 1 table for that 1 column! OK, before you relegate it to Junk Mail :) here's an explanation: If I remember correctly (and I may be completely wrong), SnS

[Radiant] help with dynamic_image extension

2008-11-18 Thread Adam van den Hoven
Hey all. I'm trying out the dynamic_image extension and I'm running into a small problem. I keep getting unable to open image `/public/ dynamic_images/19b15c4d2dbe9802f43d7a171b27196e.png': No such file or directory: in my output. Now I'm assuming that its a permissions issue but I'm not

[Radiant] Help with the import_export extension

2008-11-14 Thread john
I'm having some trouble with the import_export extension. I setup 2 new sites (both 0.6.9), 1 with the Styled Blog template and 1 completely empty, then tried to export the blog site and import it into the empty site. Roughly here are the steps I used. radiant -d sqlite3 /tmp/blog radiant

[Radiant] Help recovering a lost snippet

2008-10-07 Thread john
Today I logged into a client's Radiant site to do some maintenance and found that a snippet central to running their website was not there anymore. I called the client to see if they had been mucking about, they lost their password about 3-4 months ago so definitely wasn't them. Now the

Re: [Radiant] Help recovering a lost snippet

2008-10-07 Thread Sean Cribbs
John, That is a really odd error! Is the ResponseCache expiration set to something ridiculously huge? Sean john wrote: Today I logged into a client's Radiant site to do some maintenance and found that a snippet central to running their website was not there anymore. I called the client to

Re: [Radiant] Help recovering a lost snippet

2008-10-07 Thread john
Very odd. All ResponseCache settings are the defaults. I even rebooted the server and still encountered the phantom snippet. When I finally got over the magic of it all, I dumped the db, loaded the dump file locally and could see the snippet in there. Taking what I found in there (namely

Re: [Radiant] Help with artofmission comments extension

2008-09-03 Thread john
On 2008/09/02, at 00:19, Mohit Sindhwani wrote: john wrote: Nevermind, a little patching and it's up and running, now just to figure out what To enable spam protection, you will need to set your Akismet key and url in the Radiant config. is supposed to mean... Hi John Can I urge you

Re: [Radiant] Help with artofmission comments extension

2008-09-02 Thread Mohit Sindhwani
john wrote: Nevermind, a little patching and it's up and running, now just to figure out what To enable spam protection, you will need to set your Akismet key and url in the Radiant config. is supposed to mean... Hi John Can I urge you to please consider writing out the steps and a bit of

Re: [Radiant] Help with artofmission comments extension

2008-09-01 Thread john
Nevermind, a little patching and it's up and running, now just to figure out what To enable spam protection, you will need to set your Akismet key and url in the Radiant config. is supposed to mean... On 2008/08/31, at 12:22, john wrote: If there is any actual documentation for the

[Radiant] Help with artofmission comments extension

2008-08-31 Thread john
If there is any actual documentation for the artofmission comments extension could someone please point me to it. If not maybe someone who has experience with it knows where I'm going wrong. So far I've done 1. Installed the latest will_paginate from mislav 2. Installed the fastercsv gem 3.

[Radiant] radiant-help-extension

2008-07-15 Thread Jim Gay
Heads up! Help is moving: http://github.com/saturnflyer/radiant-help-extension/tree It was formerly named radiant-help but the convention seems to be to include '-extension' on github. Help will now fall in line with others and you can use it with extensions like Ray: http://github.com

Re: [Radiant] Help with Radiant Gallery

2008-07-03 Thread Andrea Franz
On Wed, Jul 2, 2008 at 7:36 PM, Alfredo Perez [EMAIL PROTECTED] wrote: Andrea This is what the log says, do you see any problems? Processing GalleryImportingsController#import (for XXX.XXX.XXX.XXX at 2008-06-30 17 :18:21) [PUT] Session ID: 092afe677c170c91bee73aa211da297b Parameters:

Re: [Radiant] Help with Radiant Gallery

2008-07-03 Thread Alfredo Perez
WOW, it works... finally it works... I was about to give up on rails Now I have figure out how to create the gallery and put it on the net Big thanks my friend Andreas Alfredo On Thu, Jul 03, 2008 at 06:39:17PM +0200, Andrea Franz wrote: On Thu, Jul 3, 2008 at 5:29 PM, Alfredo Perez [EMAIL

Re: [Radiant] Help with Radiant Gallery

2008-07-02 Thread Alfredo Perez
Andrea sorry for the question Which log should I look for errors? Thanks Alfredo Andrea Franz [EMAIL PROTECTED] wrote: On Tue, Jul 1, 2008 at 6:01 PM, Alfredo Perez wrote: Same problem with both method (uploading and importing) Have you got errors in the log file? -- Andrea Franz

Re: [Radiant] Help with Radiant Gallery

2008-07-02 Thread Andrea Franz
On Wed, Jul 2, 2008 at 3:30 PM, Alfredo Perez [EMAIL PROTECTED] wrote: Andrea sorry for the question Which log should I look for errors? It should be the production.log file if you are running radiant with production environment. -- Andrea Franz http://gravityblast.com - http://nimboo.net

Re: [Radiant] Help with Radiant Gallery

2008-07-02 Thread Alfredo Perez
Andrea This is what the log says, do you see any problems? Processing GalleryImportingsController#import (for XXX.XXX.XXX.XXX at 2008-06-30 17 :18:21) [PUT] Session ID: 092afe677c170c91bee73aa211da297b Parameters: {gallery_id=1, action=import, _method=put, id=1 ,

Re: [Radiant] Help with Radiant Gallery

2008-07-01 Thread Andrea Franz
On Mon, Jun 30, 2008 at 11:25 PM, Alfredo Perez [EMAIL PROTECTED] wrote: On Mon, Jun 30, 2008 at 08:01:21PM +0200, Andrea Franz wrote: On Mon, Jun 30, 2008 at 7:15 PM, Alfredo Perez [EMAIL PROTECTED] wrote: Hi I was wondering if there is anybody who can point me to the right direction.

Re: [Radiant] Help with Radiant Gallery

2008-07-01 Thread Alfredo Perez
Same problem with both method (uploading and importing) Andrea Franz [EMAIL PROTECTED] wrote: On Mon, Jun 30, 2008 at 11:25 PM, Alfredo Perez wrote: On Mon, Jun 30, 2008 at 08:01:21PM +0200, Andrea Franz wrote: On Mon, Jun 30, 2008 at 7:15 PM, Alfredo Perez wrote: Hi I was wondering if

[Radiant] Help with Radiant Gallery

2008-06-30 Thread Alfredo Perez
Hi I was wondering if there is anybody who can point me to the right direction. I havent been able to upload pictures to my server where radiant gallery is installed. There are instructions on how to import files by creating an import folder. My question is: Where in the server should I

Re: [Radiant] Help with Radiant Gallery

2008-06-30 Thread Steven Southard
This happened too me when I used the gallery. The problem for me was that I didn't have the RMagick installed on my server. Might check that. --Steven Steven Southard http://www.stevensouthard.com On Jun 30, 2008, at 12:15 PM, Alfredo Perez wrote: Hi I was wondering if there is

Re: [Radiant] Help with Radiant Gallery

2008-06-30 Thread Andrea Franz
On Mon, Jun 30, 2008 at 7:15 PM, Alfredo Perez [EMAIL PROTECTED] wrote: Hi I was wondering if there is anybody who can point me to the right direction. I havent been able to upload pictures to my server where radiant gallery is installed. There are instructions on how to import files by

Re: [Radiant] Help with Radiant Gallery

2008-06-30 Thread Andrea Franz
On Mon, Jun 30, 2008 at 7:15 PM, Alfredo Perez [EMAIL PROTECTED] wrote: Hi I was wondering if there is anybody who can point me to the right direction. I havent been able to upload pictures to my server where radiant gallery is installed. Did you install rmagick? -- Andrea Franz

Re: [Radiant] Help with Radiant Gallery

2008-06-30 Thread Alfredo Perez
On Mon, Jun 30, 2008 at 08:01:21PM +0200, Andrea Franz wrote: On Mon, Jun 30, 2008 at 7:15 PM, Alfredo Perez [EMAIL PROTECTED] wrote: Hi I was wondering if there is anybody who can point me to the right direction. I havent been able to upload pictures to my server where radiant

[Radiant] Help with r:children:each and r:snippet

2008-06-27 Thread Alex Wayne
I am trying to render a blog post snippet iteratively on a blog index page. When when I view the blog page, I get wrong number of arguments (2 for 1) First off, any way I can get info about that error? Radiant seems to trap all errors from bubbling up, and they don't even appear in my

Re: [Radiant] Help with r:children:each and r:snippet

2008-06-27 Thread Alex Wayne
Turns our I am getting this when rendering ANY snippet, and ANY context :( -Alex http://beautifulpixel.com On Jun 27, 2008, at 2:24 PM, Alex Wayne wrote: I am trying to render a blog post snippet iteratively on a blog index page. When when I view the blog page, I get wrong number of

Re: [Radiant] Help with r:children:each and r:snippet

2008-06-27 Thread Jim Gay
I saw an error like this when trying to upgrade an app from rails 1.2.6 to rails 2.0 and it had to do (in my case) with any method that used url_options_for (if I recall the name of the method correctly). I don't know if that helps, but do you have some setup where a different version of