OOPS, not quite...

Viewing the galleries is working but administering is not. When I
click on the "Galleries" tab from the admin page, I get:

Application error (Apache)

Change this error message for exceptions thrown outside of an action
(like in Dispatcher setups or broken Ruby code) in public/500.html

Looking in the production.log file, I see the following:

 Processing GalleriesController#index (for 99.232.5.23 at 2008-05-05
23:03:59) [GET]
  Session ID: 9a21e305d3cb157e460e66f372d6a185
  Parameters: {"action"=>"index", "controller"=>"galleries"}
Rendering layoutfalseactionindex within layouts/application


ActionController::MissingTemplate (Missing template
/usr/lib/ruby/gems/1.8/gems/radiant-0.6.4/app/views/galleries/in
dex.rhtml):
    
/usr/lib/ruby/gems/1.8/gems/radiant-0.6.4/vendor/rails/actionpack/lib/action_controller/base.rb:1211:in
`assert_
existence_of_template_file'
[more messages deleted for brevity sake ]

Does the rake install try to write files into
/usr/lib/ruby/gems/1.8/gems/radiant-0.6.4/app/views/? If so, I should
run it again as root.

PS. A little background: the radiant root directory is in my home
directory so I don't usually have to sudo for any of the install
tasks. Group is set to www-data for all files that are used by
LiteSpeed. Do you need any other info?


On Mon, May 5, 2008 at 6:56 PM, Marshal Linfoot <[EMAIL PROTECTED]> wrote:
> Andrea, can't thank you enough!
>
>  Moved gallery out, moved gallery2 in (and renamed to gallery), ran the
>  rake install, restarted server, and all is well.
>
>
>
>  On Mon, May 5, 2008 at 6:42 PM, Andrea Franz <[EMAIL PROTECTED]> wrote:
>  > On Tue, May 6, 2008 at 12:22 AM, Marshal Linfoot <[EMAIL PROTECTED]> wrote:
>  >
>  >  > YIKES! Following the instructions for installing the Gallery extension
>  >  > I did the following:
>  >  >
>  >  >  cd vendor/extensions
>  >  >  git clone git://github.com/pilu/radiant-gallery.git gallery
>  >  >
>  >  > and got a message that git-clone would not overwrite an existing
>  >  > directory (a good thing!). So I ran this instead:
>  >  >
>  >  >  git clone git://github.com/pilu/radiant-gallery.git gallery2
>  >  >
>  >
>  >  You can go in the gallery extension dir and simply type: git 
> pull.Otherwise
>  >  you can remove the gallery folder and clone the new gallery from github.
>  >  Then restart the server.
>  >
>  >
>  >  creating a new directory, gallery2, and the whole website stopped
>  >  > functioning with a "server temporarily busy" message. Restarted
>  >  > LiteSpeed - no change. No errors in the LiteSpeed logs. Moved the new
>  >  > gallery2 dir out of the way, restarted LiteSpeed and everything back
>  >  > to normal. Whew!
>  >  >
>  >
>  >  I think because you can't have 2 gallery extension, even if you renamed 
> the
>  >  folder to gallery2.
>  >  Remove the old gallery, and check out the new one. It should work. Let me
>  >  know!
>  >
>  >
>  >  --
>  >
>  >
>  > Andrea Franz
>  >  http://gravityblast.com - http://nimboo.net
>  >  _______________________________________________
>  >  Radiant mailing list
>  >  Post:   [email protected]
>  >  Search: http://radiantcms.org/mailing-list/search/
>  >  Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>  >
>
>
>
>  --
>  marshal
>



-- 
marshal
_______________________________________________
Radiant mailing list
Post:   [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to