Note that there are some explanatory texts on larger screens.

plurals
  1. POYour config/database.yml may not be written correctly. Please check it and fix any errors
    primarykey
    data
    text
    <p>I am trying to install redmine on a Ubuntu system and I believe it should be running correctly. But it seems to get stuck here:</p> <pre><code>Your config/database.yml may not be written correctly. Please check it and fix any errors. Your database schema may be out of date or nonexistant. Please run rake db:migrate to ensure that the database schema is up-to-date. The database server may not be running. Please check whether it's running, and start it if it isn't. </code></pre> <p>My database.yml is set up correctly, mysql is running and the credetionals are correct.</p> <pre><code>production: adapter: mysql database: myredminedb host: localhost username: redmine password: password encoding: utf8w </code></pre> <p>Its currently on <a href="http://track.hutber.com/" rel="nofollow">http://track.hutber.com/</a> using a seperate vhost:</p> <pre><code>&lt;VirtualHost *:80&gt; DocumentRoot /var/www/hutber.com/track.hutber.com ServerName track.hutber.com &lt;Directory /var/www/hutber.com/track.hutber.com&gt; Options FollowSymLinks RailsBaseURI /usr/share/redmine PassengerResolveSymlinksinDocumentRoot on AllowOverride None &lt;/Directory&gt; &lt;/VirtualHost&gt; </code></pre> <p>I am completely stumped. I'm a php guy myself...</p> <p>Upon running rake db:migrate </p> <pre><code>RAILS_ENV=production rake db:migrate (in /usr/share/redmine) NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01. Gem.source_index called from /usr/share/redmine/config/../vendor/rails/railties/lib/rails/gem_dependency.rb:21. NOTE: Gem::SourceIndex#initialize is deprecated with no replacement. It will be removed on or after 2011-11-01. Gem::SourceIndex#initialize called from /usr/share/redmine/config/../vendor/rails/railties/lib/rails/vendor_gem_source_index.rb:100. NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It will be removed on or after 2011-11-01. Gem::SourceIndex#add_spec called from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:91. NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It will be removed on or after 2011-11-01. Gem::SourceIndex#add_spec called from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:91. NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It will be removed on or after 2011-11-01. Gem::SourceIndex#add_spec called from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:91. NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It will be removed on or after 2011-11-01. Gem::SourceIndex#add_spec called from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:91. NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It will be removed on or after 2011-11-01. Gem::SourceIndex#add_spec called from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:91. NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It will be removed on or after 2011-11-01. Gem::SourceIndex#add_spec called from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:91. NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It will be removed on or after 2011-11-01. Gem::SourceIndex#add_spec called from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:91. Please install RDoc 2.4.2+ to generate documentation. Character set 'utf8w' is not a compiled character set and is not specified in the '/usr/share/mysql/charsets/Index.xml' file rake aborted! Can't initialize character set utf8w (path: /usr/share/mysql/charsets/) Tasks: TOP =&gt; db:migrate =&gt; environment (See full trace by running task with --trace) </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload