[Radiant] Mailer extension - ActionMailer configuration

2009-06-19 Thread Jan M.J. Storms
For the benefit of others: an ActionMailer configuration like the one below (taken from the wiki page) did not work for me: ActionMailer::Base.smtp_settings = { :address = smtp.example.com, :domain = example.com, :user_name = nore...@example.com, :password = supersecret,

[Radiant] site setup problem: relation pages does not exist

2009-06-30 Thread Jan M.J. Storms
I am running into a problem with the second radiant site I a setting up. (The first one runs fine.) The site is located at: http://jan1.storms.org/nld/ The attempt to load the page gives this error: ActiveRecord::StatementInvalid in SiteController#show_page PGError: ERROR: relation

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

2009-07-01 Thread Jan M.J. Storms
, have you verified that the application is running in the corresponding environment? Meaning the production database is setup, but you're running the app in development mode... -Jim Jim Gay http://www.saturnflyer.com On Jun 30, 2009, at 6:49 PM, Jan M.J. Storms wrote: I am running into a problem

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

2009-07-02 Thread Jan M.J. Storms
2009 22:41:41 -0700 (internet: @278) 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

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

2009-07-02 Thread Jan M.J. Storms
in config/environment.rb: config.action_controller.relative_url_root = '/nld' You may need to do something different for 0.7.x and earlier. Sean Jan M.J. Storms wrote: I am on 0.8.0 and chose the 'styled blog' option. There are a few things I have noticed that do not work. 1) I can make

[Radiant] xhtml upgrade path

2009-07-07 Thread Jan M.J. Storms
Taken from An Unofficial QA about the Discontinuation of the XHTML2 WG at http://hsivonen.iki.fi/xhtml2-html5-q-and-a/: What’s the upgrade path from XHTML 1.x? For the technical kind of XHTML 1.x—that is, XHTML served as application/ xhtml+xml—the upgrade path is to XHTML5. For the marketing kind

Re(2): [Radiant] xhtml upgrade path

2009-07-07 Thread Jan M.J. Storms
Thank you very much, that clears it up. Jan john muhl scripsit dd. Tue, 7 Jul 2009 06:25:32 -0600 (internet: @559) it means nothing for radiant so far as i can tell, or am i missing something? the admin interface's html is not important (to me at least) and you've always been able to build the

[Radiant] copy move extension install error

2009-09-10 Thread Jan M.J. Storms
Hi, I just installed the copy/move extension for a site running radiant 0.8.1 The installation gives the error below. As far as I can tell thoucgh, the extension works properly. rake production radiant:extensions:copy_move:install --trace (in

Re(2): [Radiant] copy move extension install error

2009-09-12 Thread Jan M.J. Storms
and let it take care of that for you. On Thu, Sep 10, 2009 at 9:02 AM, Jan M.J. Storms j...@storms.org wrote: Hi, I just installed the copy/move extension for a site running radiant 0.8.1 The installation gives the error below. As far as I can tell thoucgh, the extension works properly

[Radiant] copy move extension error

2010-03-17 Thread Jan M.J. Storms
The Copy Move extension givses an error in the javascript to center the popup: $('copy-move').centerInViewport(); An older version of the script does work however: center($('copy-move')); I am running radiant 0.8.1 and access the site with the latest version of Safari. Jan

[Radiant] error on welcome

2010-04-12 Thread Jan M.J. Storms
L.S., I have radiant gem 0.8.1 installed, made a fresh site and then followed the instructions on the download page under the heading The Bleeding Edge I see the login page, but after login, I see Application error Change this error message for exceptions thrown outside of an action (like in

[Radiant] Re(2): error on welcome

2010-04-12 Thread Jan M.J. Storms
I did. john muhl scripsit dd. Mon, 12 Apr 2010 15:58:19 -0500 (internet: @915) did you run `rake radiant:update` and `rake db:migrate` after updating to the master branch? On Mon, Apr 12, 2010 at 3:53 PM, Jan M.J. Storms j...@storms.org wrote: L.S., I have radiant gem 0.8.1 installed, made

[Radiant] Re(2): error on welcome

2010-04-14 Thread Jan M.J. Storms
to go about solving this problem. It is a fresh site, and it does not work 'out of the box'. I would be very grateful for a hint of how to start. Jan Jim Gay scripsit dd. Mon, 12 Apr 2010 16:59:22 -0400 (internet: @916) On Mon, Apr 12, 2010 at 4:53 PM, Jan M.J. Storms j...@storms.org wrote: L.S

Re: [Radiant] Re(2): error on welcome

2010-04-15 Thread Jan M.J. Storms
When I try out the instructions on http://radiantcms.org/download/ under 'The Bleeding Edge' I found out that it I have to run: rake production db:migrate instead of: rake db: migrate I am a newbie, so I did not know that rake db:migrate implied the development environment :( when I try the

[Radiant] Re(2): Re(2): error on welcome

2010-04-16 Thread Jan M.J. Storms
Thank you very much! This is reassuring. Jan Jim Gay scripsit dd. Thu, 15 Apr 2010 16:38:04 -0400 (internet: @901) Will inadvertently introduced a bug in HEAD and is working on it. See the commit comments here http://github.com/radiant/radiant/commit/ 3c38aa8ee71fa93c77d1b2854f19e4d6217cdcc9