Andrea Franz wrote:
> Try this:
> 
> rake production radiant:extensions:gallery:install
> 
> ..and let me know! :P

It seems to have worked!  But then i got a different error....  Here's 
the terminal output:

-bash-3.00$ rake production radiant:extensions:gallery:install
/usr/bin/rake:17:Warning: require_gem is obsolete.  Use gem instead.
(in /home/danorine/radiant)
== CreateGalleryExtensionSchema: migrating 
====================================
-- create_table(:galleries)
   -> 0.0358s
-- create_table(:gallery_items)
   -> 0.0263s
== CreateGalleryExtensionSchema: migrated (0.0812s) 
===========================

== AddHiddenColumn: migrating 
=================================================
-- add_column(:galleries, :hidden, :boolean, {:null=>false, 
:default=>false})
   -> 0.0599s
== AddHiddenColumn: migrated (0.0604s) 
========================================

== AddNameToGalleryItems: migrating 
===========================================
-- add_column(:gallery_items, :name, :string)
   -> 0.0141s
== AddNameToGalleryItems: migrated (0.0142s) 
==================================

== ChangeItemsNameTypeToText: migrating 
=======================================
-- change_column(:gallery_items, :description, :text)
   -> 0.0135s
== ChangeItemsNameTypeToText: migrated (0.0137s) 
==============================

== AddParentIdToGallery: migrating 
============================================
-- add_column(:galleries, :parent_id, :integer)
   -> 0.0160s
== AddParentIdToGallery: migrated (0.0161s) 
===================================

cp -r 
/home/danorine/radiant/config/../vendor/extensions/gallery/lib/tasks/../../public
 
/home/danorine/radiant/config/..
-bash-3.00$ rake production radiant:extensions:gallery:example
/usr/bin/rake:17:Warning: require_gem is obsolete.  Use gem instead.
(in /home/danorine/radiant)
Gallery page created. In order for lightbox to work you have to include 
this Radiant tag in your layout HEAD section:
<r:gallery:lightbox_stuff />
Check it out at http://yoursite/gallery-example
-bash-3.00$

The site appears fine until i try to go to the admin pages, at which 
point i get this error message in my browser:

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.

You can see it for yourself at http://radiant.danorine.net/admin/pages.

Thanks for any assistance you can give me!

Peace,
Dan

-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to