This forum is no longer active. Please post your questions to our new community site

Recent Posts by richard75

Subscribe to Recent Posts by richard75 7 post(s) found

01 Apr, 2010 09:09 AM
Avatar richard75 7 post(s)

Topic: Redmine / Connect to MySQL database

Hello,
I want to read the mysql redmine database from a web service running on another server.
But I can’t connect to MySQL.
I found the following parameters on database.yml:

database: bitnami_redmine host: localhost username: bitnami password: 5afc87566f port: 3306

I replace the host value with the server name but it seems that the database is not visible from another computer.
Any ideas ?

 
17 Mar, 2010 10:25 AM
Avatar richard75 7 post(s)

Topic: Redmine / Upgrade version on Windows

Hello,
I’m working with the Bitnami Redmine version 0.8.2 on windows and I want to upgrade with the last version (0.9.3).
I read the tutorial about the backup and upgrade but all instruction doesn’t work on Windows (just for linux).
I downloaded the last installer “bitnami-redmine-0.9.3-0-windows-installer.exe” but the installation doesnt’t work because it found an existing redmine folder.
Could you tell me if I downloaded the correct file (bitnami-redmine-0.9.3-0-windows-installer.exe) and how I can make my update.

thanks.

Richard75

 
14 Jan, 2010 11:49 AM
Avatar richard75 7 post(s)

Topic: Redmine / SQL Server

Hi,
I would like to use Redmine with SQL server.
is it possible ?
If it’s possible, I will need to migrate data from MySQL to Sql server…

thanks for your help

 
27 Nov, 2009 03:57 PM
Avatar richard75 7 post(s)

Topic: Redmine / Problem adding Charts plugin

Hi,
I followed the instruction but I have an error running Charts (Internal error).
This is the error that I found on the application log.
I’m running The last Bitnami version on Windows 2008.

Thanks
PS : I renamed the OpenFlash plugin folder on open_flash_chart

ActionView::TemplateError (undefined method `open_flash_chart_object_and_div_name’ for #) on line #57 of charts/index.rhtml:
54: <% end >
55:
56:
= @show_left_column ? “68%” : “100%” >">
57: <
= show_graph >
58:
59: <
if @show_pages %>
60:

vendor/plugins/redmine_charts/app/helpers/charts_helper.rb:26:in `show_graph’ vendor/plugins/redmine_charts/app/views/charts/index.rhtml:57:in `_run_erb_47vendor47plugins47redmine_charts47app47views47charts47index46rhtml’ vendor/rails/actionpack/lib/action_view/base.rb:342:in `send’ vendor/rails/actionpack/lib/action_view/base.rb:342:in `execute’ vendor/rails/actionpack/lib/action_view/template_handlers/compilable.rb:29:in `send’ vendor/rails/actionpack/lib/action_view/template_handlers/compilable.rb:29:in `render’ vendor/rails/actionpack/lib/action_view/template.rb:35:in `render’ vendor/rails/actionpack/lib/action_view/template.rb:22:in `render_template’ vendor/rails/actionpack/lib/action_view/base.rb:248:in `render_file’ vendor/rails/actionpack/lib/action_controller/base.rb:1112:in `render_for_file’ vendor/rails/actionpack/lib/action_controller/base.rb:872:in `render_with_no_layout’ vendor/rails/actionpack/lib/action_controller/layout.rb:251:in `render_without_benchmark’ vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render’ vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:8:in `realtime’ vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render’ vendor/plugins/redmine_charts/app/controllers/charts_controller.rb:73:in `index’ vendor/rails/actionpack/lib/action_controller/base.rb:1166:in `send’ vendor/rails/actionpack/lib/action_controller/base.rb:1166:in `perform_action_without_filters’ vendor/rails/actionpack/lib/action_controller/filters.rb:579:in `call_filters’ vendor/rails/actionpack/lib/action_controller/filters.rb:572:in `perform_action_without_benchmark’ vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue’ C:/Program Files/BitNami Redmine Stack/ruby/lib/ruby/1.8/benchmark.rb:293:in `measure’ vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue’ vendor/rails/actionpack/lib/action_controller/rescue.rb:201:in `perform_action_without_caching’ vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:13:in `perform_action’ vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache’ vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache’ vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:12:in `perform_action’ vendor/rails/actionpack/lib/action_controller/base.rb:529:in `send’ vendor/rails/actionpack/lib/action_controller/base.rb:529:in `process_without_filters’ vendor/rails/actionpack/lib/action_controller/filters.rb:568:in `process_without_session_management_support’ vendor/rails/actionpack/lib/action_controller/session_management.rb:130:in `process’ vendor/rails/actionpack/lib/action_controller/base.rb:389:in `process’ vendor/rails/actionpack/lib/action_controller/dispatcher.rb:149:in `handle_request’ vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch’ vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize’ vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch’ vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi’ vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch’ C:/Program Files/BitNami Redmine Stack/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/mongrel/rails.rb:76:in `process’ C:/Program Files/BitNami Redmine Stack/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/mongrel/rails.rb:74:in `synchronize’ C:/Program Files/BitNami Redmine Stack/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/mongrel/rails.rb:74:in `process’ C:/Program Files/BitNami Redmine Stack/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/mongrel.rb:159:in `process_client’ C:/Program Files/BitNami Redmine Stack/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/mongrel.rb:158:in `each’ C:/Program Files/BitNami Redmine Stack/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/mongrel.rb:158:in `process_client’ C:/Program Files/BitNami Redmine Stack/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/mongrel.rb:285:in `run’ C:/Program Files/BitNami Redmine Stack/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/mongrel.rb:285:in `initialize’ C:/Program Files/BitNami Redmine Stack/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/mongrel.rb:285:in `new’ C:/Program Files/BitNami Redmine Stack/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/mongrel.rb:285:in `run’ C:/Program Files/BitNami Redmine Stack/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/mongrel.rb:268:in `initialize’ C:/Program Files/BitNami Redmine Stack/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/mongrel.rb:268:in `new’ C:/Program Files/BitNami Redmine Stack/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/mongrel.rb:268:in `run’ C:/Program Files/BitNami Redmine Stack/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/mongrel/configurator.rb:282:in `run’ C:/Program Files/BitNami Redmine Stack/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/mongrel/configurator.rb:281:in `each’ C:/Program Files/BitNami Redmine Stack/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/mongrel/configurator.rb:281:in `run’ C:/Program Files/BitNami Redmine Stack/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/bin/mongrel_rails:128:in `run’ C:/Program Files/BitNami Redmine Stack/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/mongrel/command.rb:212:in `run’ C:/Program Files/BitNami Redmine Stack/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/bin/mongrel_rails:281 C:/Program Files/BitNami Redmine Stack/ruby/bin/mongrel_rails:19:in `load’ C:/Program Files/BitNami Redmine Stack/ruby/bin/mongrel_rails:19

Rendering C:/Program Files/BitNami Redmine Stack/apps/redmine/public/500.html (500 Internal Server Error)

 
24 Nov, 2009 12:22 PM
Avatar richard75 7 post(s)

Topic: Redmine / Use image in project description

Hi,
I want to add an Image to a Project description but I don’t know how the redmine editor works. I found a button “image” but I don’t understand where I have to copy the image file declared between the 2 !
Another question, is it possible insert HTML in a wiki page or in a project description ?

thanks

 
23 Nov, 2009 04:09 PM
Avatar richard75 7 post(s)

Topic: Redmine / Rakefile not found

Thanks for your help.
it’s working fine now.

 
23 Nov, 2009 03:12 PM
Avatar richard75 7 post(s)

Topic: Redmine / Rakefile not found

Hi,
I’m trying to install a plugin on a windows 2008 server and I have an error message when I lauch the command “rake db:migrate_plugins RAILS_ENV=production”.
Following, the error message :
-————————————————-
rake aborted!
No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb)
C:/Program Files/BitNami Redmine Stack/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/li
b/rake.rb:2377:in `raw_load_rakefile’
(See full trace by running task with —trace)

C:\Users\urrutia-r\BitNami Redmine Stack projects>rake db:migrate_plugins RAILS_
ENV=production -trace
rake aborted!
No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb)
C:/Program Files/BitNami Redmine Stack/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/li
b/rake.rb:2377:in `raw_load_rakefile’
C:/Program Files/BitNami Redmine Stack/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/li
b/rake.rb:2017:in `load_rakefile’
C:/Program Files/BitNami Redmine Stack/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/li
b/rake.rb:2068:in `standard_exception_handling’
C:/Program Files/BitNami Redmine Stack/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/li
b/rake.rb:2016:in `load_rakefile’
C:/Program Files/BitNami Redmine Stack/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/li
b/rake.rb:2000:in `run’
C:/Program Files/BitNami Redmine Stack/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/li
b/rake.rb:2068:in `standard_exception_handling’
C:/Program Files/BitNami Redmine Stack/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/li
b/rake.rb:1998:in `run’
C:/Program Files/BitNami Redmine Stack/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/bi
n/rake:31
C:/Program Files/BitNami Redmine Stack/ruby/bin/rake:19:in `load’
C:/Program Files/BitNami Redmine Stack/ruby/bin/rake:19
-
————————————————
Do you have any idea of the problem ?