Defect #4289
closedPGconn problem while installing redmine on FC12
0%
Description
Hello all,
I am new to Ruby and Redmine. I am trying to install Redmine 0.87 using postgresql on a Fedora Core 12 machine, but I get a
uninitialized constant ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::PGconn error.
I include the trace in the text file attached.
Here's some information on the context of the error:
My database.yml
production:
adapter: postgresql
database: redmine
host: localhost
username: redmine
password: mypass
encoding: utf8
ruby script/about
About your application's environment
Ruby version 1.8.6 (i386-linux)
RubyGems version 1.3.5
Rails version 2.1.2
Active Record version 2.1.2
Action Pack version 2.1.2
Active Resource version 2.1.2
Action Mailer version 2.1.2
Active Support version 2.1.2
Edge Rails revision unknown
Application root /opt/redmine-0.8.7
Environment development
Database adapter postgresql
Here's some info on the postgres available at my machine:
postgresql-8.4.1-3.fc12.i686
postgresql-libs-8.4.1-3.fc12.i686
postgresql-server-8.4.1-3.fc12.i686
postgresql-devel-8.4.1-3.fc12.i686
Thanks in advance.
Pavlos
Files
Updated by Jean-Philippe Lang over 15 years ago
- Status changed from New to Closed
- Resolution set to Invalid
As you can see, there's no Redmine code in your stack trace. Error is raised by Rails.
I'm sorry but I don't provide deployment support here.
Updated by Pavlos Spirou over 15 years ago
OK, Jean-Philippe, I did not understand that. Thanks a lot for redmine.
Just in case anyone needs this, following advice from this thread http://www.ruby-forum.com/topic/197921, I managed to overcome the problem.