TravisSpangle / redmine_spent_time_in_issue_description

Redmine Plugin that drops Time Entry data into the Issue Description
16 stars 16 forks source link

don't see anything.... #27

Open R-i-c-k-y opened 9 years ago

R-i-c-k-y commented 9 years ago

Hi

I installed following instructions, without errors. I open an issue on which I spent time in activities, but I don'see the single rows of activities, in any position (I tried to change all the positions in settings).

Looking at production.log I don'see errors.... but seems as, opening issue, this plugin was not loaded:

image

My configuration:

Environment: Redmine version 3.0.4.stable Ruby version 2.1.6-p336 (2015-04-13) [x86_64-linux] Rails version 4.2.3 Environment production Database adapter Mysql2 SCM: Subversion 1.6.11 Git 1.7.1 Filesystem
Redmine plugins: advanced_roadmap_v2 2.4.2 clipboard_image_paste 1.10 customize_journal_display 0.0.1 favorite_locations 0.0.1 google_analytics_plugin 0.3.0-beta hide_journal_details 0.0.1 openid_fix 0.1.0 progressive_projects_list 2.0.1 quick_edit 0.0.8.1 quick_view 0.1.0.1 redmine_all_files 0.0.3 redmine_banner 0.1.1 redmine_base_deface 0.0.1 redmine_dashboard 3.0.0.dev0 redmine_document_move 0.1.0 redmine_documents_short 0.3.0 redmine_embedded_flash 1.0.0 redmine_embedded_video 0.0.3.1 redmine_emojibutton 0.3.0 redmine_hide_estimated_hours 1.0.8 redmine_hotkeys_js 0.0.2 redmine_improved_searchbox 0.0.3 redmine_inline_note_images_plugin 0.0.1 redmine_issue_extensions 0.2.0.1 redmine_issue_status_colors 0.0.1 redmine_lightbox2 0.2.2 redmine_logs 0.1.0 redmine_maintenance_mode 2.0.1 redmine_open_links_in_new_window 0.0.3 redmine_plugin_views_revisions 0.0.1 redmine_silencer 0.4.0 redmine_spent_time 3.0.2 redmine_spent_time_in_issue_description 2.6 redmine_theme_changer 0.2.0 redmine_timesheet_plugin 0.7.0 redmine_wiki_extensions 0.7.0 redmine_work_time 0.3.1 redmine_workflow_hidden_fields 0.2.0 redmine_xls_export 0.2.1.t8 sidebar_hide 0.0.7

TravisSpangle commented 9 years ago

Your log is for the Issues Index but my plugin is for Index show pages.

R-i-c-k-y commented 9 years ago

image

image

TravisSpangle commented 9 years ago

What columns do you have selected in the Plugins Configurations 'Display Columns' ?

R-i-c-k-y commented 9 years ago

I tried different columns, without visible changes

On Sun, Jul 26, 2015 at 12:56 AM, Travis notifications@github.com wrote:

What columns do you have selected in the Plugins Configurations 'Display Columns' ?

— Reply to this email directly or view it on GitHub https://github.com/TravisSpangle/redmine_spent_time_in_issue_description/issues/27#issuecomment-124909732 .

TravisSpangle commented 9 years ago

I tried to reproduce your issue this morning based on configurations and I could not. It looks like your Redmine Application knows it has the plugin installed but is not calling it on the Issues Show action.

In the past we have had conflicts between my plugin and others. I think this is the same problem. The process to confirm if it is can be tedious. Depending on your environment it can be worse.

The first step would be to deploy a clone of your Redmine project with the database and without your plugins. Once it's working install the redmine_spent_time_in_issue_description plugin. If that's working then install the rest of your plugins in batches until redmine_spent_time_in_issue_description no longer works.

TravisSpangle commented 9 years ago

Another thing you can do is checkout the v2 release. This version has less dependancies and complications with other plugins.

R-i-c-k-y commented 9 years ago

Thank you very much Travis! I'll try both the ways

Best regards Riccardo

Inviato da iPad

Il giorno 26/lug/2015, alle ore 18:52, Travis notifications@github.com ha scritto:

Another thing you can do is checkout the v2 release. This version has less dependancies and complications with other plugins.

— Reply to this email directly or view it on GitHub.