Skip to content
banane edited this page Sep 12, 2010 · 5 revisions

Welcome to the radiant-comments wiki!

Troubleshooting

1) If you see this error message:

/Library/Ruby/Gems/1.8/gems/radiant-0.8.1/vendor/rails/activesupport/lib/active_support/dependencies.rb:443:in `load_missing_constant': uninitialized constant Sanitize (NameError)

You need to add the following to your environment.rb file (within the initialization do loop):

config.gem "sanitize"

Fix from this thread: RadiantCMS Google Group

2) Remember to remove “:actionmailer” from config.frameworks in the environment.rb file, initializer do loop

Clone this wiki locally