>>"I simply named it something else. Can you explain what i have to do - to rename it? I'm still a beginner on rails and radiant!
On 13 Jul., 18:36, banane <[email protected]> wrote: > The problem is one we've had before- check out my branch of twitter extension. > Basically other extensions/core uses the "config" constant so there's > a conflict. I simply named it something else. > > git clone git://github.com/banane/radiant-twitter-extension.git > > On Tue, Jul 13, 2010 at 7:18 AM, Matt Spendlove > > <[email protected]> wrote: > > Is Radiant properly installed on your system with all the database > > migrations having been run? > > Can you see the "config" table in your database? > > > On Tue, Jul 13, 2010 at 2:41 PM, Togo <[email protected]> wrote: > > >> Hi Radiant, > > >> i'm trying to intergrate the Twitter extension in my homepage. I > >> installed the twitter extension and the twitter_tags extension. > > >> When i try to start the Server the following error comes: > > >> /Library/Ruby/Gems/1.8/gems/radiant-0.9.1/vendor/rails/activesupport/ > >> lib/active_support/dependencies.rb:443:in `load_missing_constant': > >> uninitialized constant Radiant::Config (NameError) > >> from /Library/Ruby/Gems/1.8/gems/radiant-0.9.1/vendor/rails/ > >> activesupport/lib/active_support/dependencies.rb:80:in `const_missing' > >> from /Users/Togo/dev/tsgtrippstadt/homepage/config/environment.rb:3 > >> from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in > >> `gem_original_require' > >> from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in > >> `require' > >> from /Library/Ruby/Gems/1.8/gems/radiant-0.9.1/vendor/rails/ > >> activesupport/lib/active_support/dependencies.rb:156:in `require' > >> from /Library/Ruby/Gems/1.8/gems/radiant-0.9.1/vendor/rails/ > >> activesupport/lib/active_support/dependencies.rb:521:in > >> `new_constants_in' > >> from /Library/Ruby/Gems/1.8/gems/radiant-0.9.1/vendor/rails/ > >> activesupport/lib/active_support/dependencies.rb:156:in `require' > >> from > >> /Library/Ruby/Gems/1.8/gems/radiant-0.9.1/vendor/rails/railties/ > >> lib/commands/server.rb:84 > >> from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in > >> `gem_original_require' > >> from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in > >> `require' > >> from script/server:3 > > >> In my environment.rb i added these Configs: > > >> Radiant::Config['twitter.password`'] = '****' > >> Radiant::Config['twitter.username`'] = 'tsgtrippstadt' > >> Radiant::Config['twitter.url_host`'] = 'http://www.twitter.com/ > >> tsgtrippstadt' > > >> Can anybody help to me to solve these problem!? > > >> Thanks > > >> regards > > >> Togo > >
