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

Forums Redmine

crash redmine when change text_formatting

Subscribe to crash redmine when change text_formatting 7 post(s), 2 voice(s)

 
Avatar nad 8 post(s)

I try to change the field “text_formatting” under “Administration”-“Settings”-“General”.

Default is “textile”.
I change it in “none” and when I’ve saved an error is occured.
Internal Error…

How can I reload the textile value?

Thanks in advance

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Could you post the exact error which appears in the log files? /apps/redmine/logs/mongrel.3001.log
It could be a bug in the application.

 
Avatar nad 8 post(s)

This is the error in the log files:

  • Daemonized, any open files are closed. Look at tmp/pids/mongrel.3001.pid and log/mongrel.3001.log for info.
  • Starting Mongrel listening at 0.0.0.0:3001
  • Starting Rails with production environment…
  • Mounting Rails at /redmine…
  • Rails loaded.
  • Loading any Rails specific GemPlugins
  • Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
  • Rails signals registered. HUP => reload (without restart). It might not work well.
  • Mongrel 1.1.5 available at 0.0.0.0:3001
  • Writing PID file to tmp/pids/mongrel.3001.pid
  • TERM signal received.
  • Daemonized, any open files are closed. Look at tmp/pids/mongrel.3001.pid and log/mongrel.3001.log for info.
  • Starting Mongrel listening at 0.0.0.0:3001
  • Starting Rails with production environment…
  • Mounting Rails at /redmine…
  • Rails loaded.
  • Loading any Rails specific GemPlugins
  • Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
  • Rails signals registered. HUP => reload (without restart). It might not work well.
  • Mongrel 1.1.5 available at 0.0.0.0:3001
  • Writing PID file to tmp/pids/mongrel.3001.pid
  • TERM signal received.
  • Daemonized, any open files are closed. Look at tmp/pids/mongrel.3001.pid and log/mongrel.3001.log for info.
  • Starting Mongrel listening at 0.0.0.0:3001
  • Starting Rails with production environment…
  • Mounting Rails at /redmine…
  • Rails loaded.
  • Loading any Rails specific GemPlugins
  • Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
  • Rails signals registered. HUP => reload (without restart). It might not work well.
  • Mongrel 1.1.5 available at 0.0.0.0:3001
  • Writing PID file to tmp/pids/mongrel.3001.pid

Thanks

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Sorry but it does not exist any error in the log file. Maybe in the Redmine official forum itself you can find more help about this issue.

 
Avatar nad 8 post(s)

Thanks.
We have resolved it.

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

I’m glad to hear this. Could you post the solution? This could help to other users, thanks.

 
Avatar nad 8 post(s)

Thi is the solution I’ve found:
- dump of the bitnami_redmine database in bitnami_dump.sql;
- open bitnami_dump.sql with a text editor;
- search “text_formatting”:
you’ll find something like this “………‘text_formatting’, ’ ‘, ’’,…………”

As you can see the text_formatting field is blank.
- replace it with “textile” : “………‘text_formatting’,‘textile’,…………..”
- save and reimport the bitnami_dump.sql in you DB.
- restart binami-redmine system.

Now everythings works correctly. :-)

Forums Redmine