Re: [Radiant] SnS Extension - 500 Error

2009-01-29 Thread Adam Farnsworth
I think  my server is having a problem, because I'm finding I have to  
migrate almost every extension.


it appears that the text_assets table is missing. Perhaps you need  
to run the migrations for sns? Make sure you do it in both dev and  
production environments.


___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] SnS Extension - 500 Error

2009-01-28 Thread coffeepostal

I'm getting the same error again, but this time it's not being fixed by
bootstrapping. Any ideas?



coffeepostal wrote:
 
 Hello-
 
 I'm relatively new to the RoR world and am trying to use Radiant for my
 CMS, but I keep running into problems with the Styles n' Scripts (SnS)
 extension. I initially had problems installing it, it kept not finding the
 extension_meta table. I finally solved this by bootstrapping the entire
 db, rather than just the production db. It then installed, apparently,
 just fine.
 
 My new problem is that now that it's installed, when I click in the new
 tabs (CSS and JS) in Radiant I get sent to a 500 error. It's sending me to
 domain.com/admin/css and domain.com/admin/js, so that's correct, but a 500
 error isn't.
 
 I've tried reinstalling the extension, reinstalling the entire app, and
 restarting the server multiple times. Any and all help would be
 appreciated.
 
 Oh, I'm on DreamHost, if that helps/explains anything. Thanks!
 
 UPDATE: I tried again, this time I bootstrapped all db's and it worked.
 For the record, all of the tutorials, one from Radiant and two from the
 extension authors, had you bootstrap the production db, but not all three
 db's. Anyway, if you're having issues, try bootstrapping everything.
 

-- 
View this message in context: 
http://www.nabble.com/SnS-Extension---500-Error-tp21486070p21719989.html
Sent from the Radiant - User (New) mailing list archive at Nabble.com.

___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] SnS Extension - 500 Error

2009-01-28 Thread Joe Van Dyk
Errm, what does log/production.log say?

On Wed, Jan 28, 2009 at 6:59 PM, coffeepostal b...@adamfarnsworth.com wrote:

 I'm getting the same error again, but this time it's not being fixed by
 bootstrapping. Any ideas?



 coffeepostal wrote:

 Hello-

 I'm relatively new to the RoR world and am trying to use Radiant for my
 CMS, but I keep running into problems with the Styles n' Scripts (SnS)
 extension. I initially had problems installing it, it kept not finding the
 extension_meta table. I finally solved this by bootstrapping the entire
 db, rather than just the production db. It then installed, apparently,
 just fine.

 My new problem is that now that it's installed, when I click in the new
 tabs (CSS and JS) in Radiant I get sent to a 500 error. It's sending me to
 domain.com/admin/css and domain.com/admin/js, so that's correct, but a 500
 error isn't.

 I've tried reinstalling the extension, reinstalling the entire app, and
 restarting the server multiple times. Any and all help would be
 appreciated.

 Oh, I'm on DreamHost, if that helps/explains anything. Thanks!

 UPDATE: I tried again, this time I bootstrapped all db's and it worked.
 For the record, all of the tutorials, one from Radiant and two from the
 extension authors, had you bootstrap the production db, but not all three
 db's. Anyway, if you're having issues, try bootstrapping everything.


 --
 View this message in context: 
 http://www.nabble.com/SnS-Extension---500-Error-tp21486070p21719989.html
 Sent from the Radiant - User (New) mailing list archive at Nabble.com.

 ___
 Radiant mailing list
 Post:   Radiant@radiantcms.org
 Search: http://radiantcms.org/mailing-list/search/
 Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] SnS Extension - 500 Error

2009-01-28 Thread coffeepostal

I've attached the log file.

Adam http://www.nabble.com/file/p21721318/production.log production.log 



Joe Van Dyk-2 wrote:
 
 Errm, what does log/production.log say?
 

-- 
View this message in context: 
http://www.nabble.com/SnS-Extension---500-Error-tp21486070p21721318.html
Sent from the Radiant - User (New) mailing list archive at Nabble.com.

___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] SnS Extension - 500 Error

2009-01-28 Thread Andrew Neil

From your log:

	ActiveRecord::StatementInvalid (Mysql::Error: Table  
'reliveministry.text_assets' doesn't exist: SHOW FIELDS FROM  
`text_assets`)


it appears that the text_assets table is missing. Perhaps you need to  
run the migrations for sns? Make sure you do it in both dev and  
production environments.


Drew

On 29 Jan 2009, at 05:51, coffeepostal wrote:



I've attached the log file.

Adam http://www.nabble.com/file/p21721318/production.log  
production.log




Joe Van Dyk-2 wrote:


Errm, what does log/production.log say?



--
View this message in context: 
http://www.nabble.com/SnS-Extension---500-Error-tp21486070p21721318.html
Sent from the Radiant - User (New) mailing list archive at Nabble.com.

___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] SnS Extension - 500 Error

2009-01-16 Thread coffeepostal

Hello-

I'm relatively new to the RoR world and am trying to use Radiant for my CMS,
but I keep running into problems with the Styles n' Scripts (SnS) extension.
I initially had problems installing it, it kept not finding the
extension_meta table. I finally solved this by bootstrapping the entire
db, rather than just the production db. It then installed, apparently, just
fine.

My new problem is that now that it's installed, when I click in the new tabs
(CSS and JS) in Radiant I get sent to a 500 error. It's sending me to
domain.com/admin/css and domain.com/admin/js, so that's correct, but a 500
error isn't.

I've tried reinstalling the extension, reinstalling the entire app, and
restarting the server multiple times. Any and all help would be appreciated.

Oh, I'm on DreamHost, if that helps/explains anything. Thanks!

UPDATE: I tried again, this time I bootstrapped all db's and it worked. For
the record, all of the tutorials, one from Radiant and two from the
extension authors, had you bootstrap the production db, but not all three
db's. Anyway, if you're having issues, try bootstrapping everything.
-- 
View this message in context: 
http://www.nabble.com/SnS-Extension---500-Error-tp21486070p21486070.html
Sent from the Radiant - User (New) mailing list archive at Nabble.com.

___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant