Re: [Radiant] 500 Internal server errors with Radiant 0.7.1 and SNS

2009-05-11 Thread Marshal Linfoot
Same/similar problem. What fixed it for me was renaming the column
filename to name in the text_assets table and renaming column
list to names in the text_asset_dependencies table:

mysql alter table text_assets change column filename name varchar(100);

mysql alter table text_asset_dependencies change column list names
varchar(255);

Hope this helps someone.

On Thu, Apr 9, 2009 at 12:30 AM, N. Turnage pixeln...@gmail.com wrote:
 I am running into the same problems with SNS that were mentioned here:
 http://www.ruby-forum.com/topic/176102

 And just like the original person having problems, the info here was not the
 fix for it:
 http://www.nabble.com/SnS-Extension---500-Error-td21486070.html

 This is the error:

 Status: 500 Internal Server Error Content-Type: text/html
 500 Internal Server Error

 Anybody have a fix for it? I have 5 stylesheets that I would really rather
 not bring into the main admin area.



 Thanks,

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


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


Re: [Radiant] 500 Internal server errors with Radiant 0.7.1 and SNS

2009-05-11 Thread Rafael Souza
I was with the same problem with sns (the main project) and the solution was
install the fork of netzpirat.
http://github.com/netzpirat/radiant-sns-extension/tree/master
The original project (of SwankInnovations) is good only for radiant 6.9.
Hope this works to you too.


On Mon, May 11, 2009 at 9:04 PM, Marshal Linfoot mlinf...@gmail.com wrote:

 Same/similar problem. What fixed it for me was renaming the column
 filename to name in the text_assets table and renaming column
 list to names in the text_asset_dependencies table:

 mysql alter table text_assets change column filename name varchar(100);

 mysql alter table text_asset_dependencies change column list names
 varchar(255);

 Hope this helps someone.

 On Thu, Apr 9, 2009 at 12:30 AM, N. Turnage pixeln...@gmail.com wrote:
  I am running into the same problems with SNS that were mentioned here:
  http://www.ruby-forum.com/topic/176102
 
  And just like the original person having problems, the info here was not
 the
  fix for it:
  http://www.nabble.com/SnS-Extension---500-Error-td21486070.html
 
  This is the error:
 
  Status: 500 Internal Server Error Content-Type: text/html
  500 Internal Server Error
 
  Anybody have a fix for it? I have 5 stylesheets that I would really
 rather
  not bring into the main admin area.
 
 
 
  Thanks,
 
  ~Nate
  ___
  Radiant mailing list
  Post:   Radiant@radiantcms.org
  Search: http://radiantcms.org/mailing-list/search/
  Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
 

 --
 marshal
 ___
 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] 500 Internal server errors with Radiant 0.7.1 and SNS

2009-05-11 Thread N. Turnage

Rafael Souza wrote:

I was with the same problem with sns (the main project) and the solution was
install the fork of netzpirat.
http://github.com/netzpirat/radiant-sns-extension/tree/master
The original project (of SwankInnovations) is good only for radiant 6.9.
Hope this works to you too.
  



+1


This is the solution. Use the Netzpirat branch.


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


Re: [Radiant] 500 Internal server errors with Radiant 0.7.1 and SNS

2009-04-09 Thread Michael Kessler

Nate,

The SnS extension ist not officially migrated to Radiant  0.6.9 and  
is broken. I've migrated the code and it runs well, but I haven't had  
enough time to get all the specs passing, so the migration is not  
ready yet and thus it has not been merged into the main repository  
from Chris.


Since I'm really, really short on time at the moment and I'm also not  
very used to rspec, that may take some more weeks until finished. So  
if someone want to help out getting the specs migrated, grab the  
latest development SnS extension here: http://github.com/netzpirat/radiant-sns-extension/tree/master


Michael


On 9 Apr 2009, at 6:30 AM, N. Turnage wrote:


I am running into the same problems with SNS that were mentioned here:
http://www.ruby-forum.com/topic/176102

And just like the original person having problems, the info here was  
not the fix for it:

http://www.nabble.com/SnS-Extension---500-Error-td21486070.html

This is the error:

Status: 500 Internal Server Error Content-Type: text/html
500 Internal Server Error

Anybody have a fix for it? I have 5 stylesheets that I would really  
rather not bring into the main admin area.




Thanks,

~Nate
___
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] 500 Internal server errors with Radiant 0.7.1 and SNS

2009-04-09 Thread Sean Cribbs
A while back Chris asked me to fork SnS into the radiant account, which 
I did, but I haven't had time to fix it.  Anyone who writes and submits 
a good patch or set of patches will get commit bits.


Sean

Michael Kessler wrote:

Nate,

The SnS extension ist not officially migrated to Radiant  0.6.9 and 
is broken. I've migrated the code and it runs well, but I haven't had 
enough time to get all the specs passing, so the migration is not 
ready yet and thus it has not been merged into the main repository 
from Chris.


Since I'm really, really short on time at the moment and I'm also not 
very used to rspec, that may take some more weeks until finished. So 
if someone want to help out getting the specs migrated, grab the 
latest development SnS extension here: 
http://github.com/netzpirat/radiant-sns-extension/tree/master


Michael


On 9 Apr 2009, at 6:30 AM, N. Turnage wrote:


I am running into the same problems with SNS that were mentioned here:
http://www.ruby-forum.com/topic/176102

And just like the original person having problems, the info here was 
not the fix for it:

http://www.nabble.com/SnS-Extension---500-Error-td21486070.html

This is the error:

Status: 500 Internal Server Error Content-Type: text/html
500 Internal Server Error

Anybody have a fix for it? I have 5 stylesheets that I would really 
rather not bring into the main admin area.




Thanks,

~Nate
___
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 mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] 500 Internal server errors with Radiant 0.7.1 and SNS

2009-04-09 Thread N. Turnage

Sean Cribbs wrote:
A while back Chris asked me to fork SnS into the radiant account, 
which I did, but I haven't had time to fix it.  Anyone who writes and 
submits a good patch or set of patches will get commit bits.
I really wish I was that person, but sadly I am not. My skillz don't 
trend toward that direction. I can whip up a bangin' CSS layout for ya 
tho.  ;^)




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


Re: [Radiant] 500 Internal server errors with Radiant 0.7.1 and SNS

2009-04-09 Thread Erik Ostrom
OK, the specs now pass in my fork (
http://github.com/eostrom/radiant-sns-extension/tree/master - I'll send pull
requests as well).  Most of the changes were simple translations.  Two of
the less straightforward changes:

   - I changed a lot of paths and things to be more in keeping with Radiant
   0.7 / Rails 2.1 / RESTful routing conventions.  Between this and a couple of
   actual bug fixes, that meant more changes to application code than I was
   expecting.  But the specs all pass, and I tested manually as well.
   - SnS has a lot of specs that don't actually test any SnS code, but just
   verify that ResourceController is working as it should.  I figure
   ResourceController should be adequately tested in the Radiant codebase, so I
   eliminated a few of these that otherwise looked like a pain to update.

--Erik

On Thu, Apr 9, 2009 at 9:46 AM, Erik Ostrom e...@echographia.com wrote:

 Hm. I'm running SnS on 0.7.1 - actually it looks like I'm using the
 netzpirat fork already - and I'm pretty comfortable with RSpec.  I'll take a
 look at it.

 --Erik


 On Wed, Apr 8, 2009 at 11:11 PM, Michael Kessler mi...@netzpiraten.chwrote:

 Nate,

 The SnS extension ist not officially migrated to Radiant  0.6.9 and is
 broken. I've migrated the code and it runs well, but I haven't had enough
 time to get all the specs passing, so the migration is not ready yet and
 thus it has not been merged into the main repository from Chris.

 Since I'm really, really short on time at the moment and I'm also not very
 used to rspec, that may take some more weeks until finished. So if someone
 want to help out getting the specs migrated, grab the latest development SnS
 extension here:
 http://github.com/netzpirat/radiant-sns-extension/tree/master

 Michael



 On 9 Apr 2009, at 6:30 AM, N. Turnage wrote:

  I am running into the same problems with SNS that were mentioned here:
 http://www.ruby-forum.com/topic/176102

 And just like the original person having problems, the info here was not
 the fix for it:
 http://www.nabble.com/SnS-Extension---500-Error-td21486070.html

 This is the error:

 Status: 500 Internal Server Error Content-Type: text/html
 500 Internal Server Error

 Anybody have a fix for it? I have 5 stylesheets that I would really
 rather not bring into the main admin area.



 Thanks,

 ~Nate
 ___
 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 mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] 500 Internal server errors with Radiant 0.7.1 and SNS

2009-04-08 Thread N. Turnage

I am running into the same problems with SNS that were mentioned here:
http://www.ruby-forum.com/topic/176102

And just like the original person having problems, the info here was not 
the fix for it:

http://www.nabble.com/SnS-Extension---500-Error-td21486070.html

This is the error:

Status: 500 Internal Server Error Content-Type: text/html
500 Internal Server Error

Anybody have a fix for it? I have 5 stylesheets that I would really 
rather not bring into the main admin area.




Thanks,

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