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 <[email protected]> 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: [email protected] > Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > -- marshal _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
