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

Recent Posts by dld

Subscribe to Recent Posts by dld 9 post(s) found

16 Jul, 2010 08:30 AM
Avatar dld 9 post(s)

Topic: Redmine / Access phpMyAdmin from a Redmine stack

Sorry mate – think I got it worked out.

 
16 Jul, 2010 06:13 AM
Avatar dld 9 post(s)

Topic: Redmine / Access phpMyAdmin from a Redmine stack

Sorry to bother you beltran, but is it possible to elaborate on this a bit more for noobs like me. I ask because the redmine plugin ‘importer’ is very broken and I have massive amounts of data to import from various spreadsheets. Maybe, I haven’t used it before, phpMyAdmin will give me access to the database tables so I can at least copy and paste?

 
14 Jul, 2010 07:21 AM
Avatar dld 9 post(s)

Topic: Redmine / out of the box - ActionController::AbstractRequest

ok – connected to “http://localhost:8080/redmine/” instead and there it is! my old database in all its splendor!

 
14 Jul, 2010 07:07 AM
Avatar dld 9 post(s)

Topic: Redmine / Redmine migrate error

I used a different syntax after many attempts to migrate – I had success using “RAILS_ENV=production db:migrate” and seemed to get through it

 
14 Jul, 2010 06:58 AM
Avatar dld 9 post(s)

Topic: Redmine / out of the box - ActionController::AbstractRequest

Howdy all,
Quick heads up – using the syntax “RAILS_ENV=production rake db:migrate” rather than “rake db:migrate RAILS_ENV=production” I was able to get through the migrate up to a point where 2 of the tables already existed and had to be removed in mysql (DROP TABLE table_name). The migrate then completed successfully.

Dont get too excited – I cant actually connect to localhost yet even though ./ctlscript shows everything running. Still – one step at a time :-)

 
14 Jul, 2010 01:39 AM
Avatar dld 9 post(s)

Topic: Redmine / out of the box - ActionController::AbstractRequest

FYI – ran into the same problem when trying to migrate the database from a fresh install in Ubuntu.

 
14 Jul, 2010 12:36 AM
Avatar dld 9 post(s)

Topic: Redmine / out of the box - ActionController::AbstractRequest

Thanks Beltran,

I have also tried installing the stack on my Ubuntu virtual machine but ran into similar problems. I am going to go back to that installation today to see if I can work through the problem. I am just concerned by the number of references to the fact that AbstactRequest is no longer used so dont understand why it is being referenced? Will give a heads up if I make any progress.

 
13 Jul, 2010 09:17 AM
Avatar dld 9 post(s)

Topic: Redmine / out of the box - ActionController::AbstractRequest

Using a rather old hint from http://bitcube.co.uk/content/redmine-project-ma… I inserted the line

ActionController::AbstractRequest.relative_url_root = "C:\Program Files\BitNami Redmine Stack\apps\re

into redmine/config/environments.rb. the result of which to reduce the alarm to just “unititialized constant ActionController” but still no go.

 
13 Jul, 2010 08:54 AM
Avatar dld 9 post(s)

Topic: Redmine / out of the box - ActionController::AbstractRequest

I’ve been having all sorts of problems getting rake to work either in Ubuntu (as vitual machine) or in windows as native. Finally I stopped trying to import old databases and plugins etc and did a fresh install (native on vista) then ran the rake command. It failed, as usual with “unititialized constant ActionController::AbstractRequest”.

From what I’ve seen around the web the ‘mongrel_cluster_with_rails_23_fix.rb’ file in config/initializers’ should address this issue but doesn’t seem to on my box? I downloaded the bitnami_redmine stack yesterday so I’m guessing it’s pretty up to date.

Any suggestions on what uses it or how to fix it?

Thanks.