Re: [Radiant] Problem with installing reorder

2008-06-04 Thread nurilized
you gotta install attachment fu before follow the guide: http://wiki.radiantcms.org/Installing_Extension_-_Page_Attachments On 6/4/08, Stefan Urbanek [EMAIL PROTECTED] wrote: excuse me for replying to myself, I am having similar problem when initializing page_attachments: rake aborted!

[Radiant] Error and fix for Styles N Scripts extension and/or in Radiant

2008-06-04 Thread jsmorris
I had to add the following line (@ line 12) to the styles_n_scripts_extension.rb file to prevent radiant 0.6.7 from throwing when visiting the extensions page. ... 11: description Adds CSS and JS file management to Radiant 12: url 13: 14: define_routes do |map| ... Radiant could not show the

Re: [Radiant] Problem with installing reorder

2008-06-04 Thread Stefan Urbanek
thank you. doing: svn checkout http://svn.radiantcms.org/radiant/trunk/extensions/ reorder vendor/extensions/reorder ... helped as well - no errors on rake db:migrate:extensions. stefan On 4.6.2008, at 9:11, nurilized wrote: you gotta install attachment fu before follow the guide:

Re: [Radiant] Radiant 0.6.7 + MultiSite

2008-06-04 Thread Casper Fabricius
Multisite has the haml plugin bundled with it, and it conflicts with the haml plugin now bundled with Radiant as of 0.6.7. Try doing a deleting the haml plugin from multisite: rm -rf vendor/extensions/multi_site/vendor/plugins/haml/ Cheers, Casper Fabricius http://casperfabricius.com On

[Radiant] Import_export module problem

2008-06-04 Thread Stefan Urbanek
Hi, I am trying to use the import_export module: get production DB: rake production db:export move it to local DB: rake db:import on import I am getting: ... == 1 CreatePageAttachmentsExtensionSchema: migrating == -- create_table(page_attachments) rake

Re: [Radiant] Radiant 0.6.7 + MultiSite

2008-06-04 Thread Josh Schairbaum
Casper, Thanks for the help. I found a thread on the mailing list after I posted. I should have looked first, sorry for the noise. Josh On Jun 4, 2008, at 3:42 AM, Casper Fabricius wrote: Multisite has the haml plugin bundled with it, and it conflicts with the haml plugin now bundled

[Radiant] Can't log into wiki?

2008-06-04 Thread Jay Levitt
At wiki.radiantcms.org, when I try to Sign In, it takes me to http://wiki.radiantcms.org/login?return_to=/Documentation. That gives me the Login/Create Account screen, with Username and Password fields. When I fill those in (username = JayLevitt), it tells me Username has already been

Re: [Radiant] Error and fix for Styles N Scripts extension and/or in Radiant

2008-06-04 Thread Sean Cribbs
Jason, That has been resolved in edge. Sean jsmorris wrote: I had to add the following line (@ line 12) to the styles_n_scripts_extension.rb file to prevent radiant 0.6.7 from throwing when visiting the extensions page. ... 11: description Adds CSS and JS file management to Radiant 12: url

Re: [Radiant] Error and fix for Styles N Scripts extension and/or in Radiant

2008-06-04 Thread Chris Parrish
@Jason - I have been doing things this way for a while in my other extensions and never had any problems. I remember checking it with SnS when I first built it with 0.6.6. too. That said, I like your approach better and will go with that in the future. Thanks for the head up -- I doubt I

Re: [Radiant] Error and fix for Styles N Scripts extension and/or in Radiant

2008-06-04 Thread Sean Cribbs
Actually, it was someone else who submitted the patch ;). But you're welcome anyway. Sean Chris Parrish wrote: @Jason - I have been doing things this way for a while in my other extensions and never had any problems. I remember checking it with SnS when I first built it with 0.6.6. too.

Re: [Radiant] Import_export module problem

2008-06-04 Thread Christopher Dwan
I've mentioned this on the mailing list before and I'm not sure if people aren't aware of it or are finding it doesn't work, but... I did create a solution for going from Sqlite3 to MySQL and it's worked extremely well for me. It skips the dump to file part and is just a raw data copy