Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editing tasks giving 500 error #672

Open
mkysoft opened this issue Dec 1, 2016 · 0 comments
Open

Editing tasks giving 500 error #672

mkysoft opened this issue Dec 1, 2016 · 0 comments

Comments

@mkysoft
Copy link

mkysoft commented Dec 1, 2016

ActionView::Template::Error (No such process - D:\Program Files\Apache Software Foundation\apache-tomcat-9.0.0.M8\webapps\jobsworth\cache\770\5E4\views%2Ftask_form%2Ftask_records%2F2-20161130071625000000000%2F2%2Ftasks%2F25%2F16%2F7%2F30%2F11%2F2016%2F3%2F335%2Ffalse%2FUTC%2F50%2F36%2F12%2F1%2F12%2F2016%2F4%2F336%2Ffalse%2FUTC%2F57%2F17%2F7%2F30%2F11%2F2016%2F3%2F335%2Ffa):
22: <%= render(:partial => 'new_comment', locals: {show_timer: show_timer}) %>
23:
24: <% else %>
25: <% cache(['task_form', @task, current_user.id, controller.controller_name, @task.try(:updated_at), @task.project.try(:updated_at), current_user.company.try(:updated_at), @task.milestone.try(:updated_at), show_timer]) do -%>
26:


27: <%= text_area 'task', 'description', {:rows => 8, :cols => nil, :class => 'autogrow', :placeholder => t('tasks.enter_task_desc')}.merge(perms['edit']) %>
28:
app/views/tasks/_form.html.erb:25:in _app_views_tasks__form_html_erb___1593923305_8316' app/helpers/tasks_helper.rb:4:in render_task_form'
app/views/tasks/_edit_form.html.erb:4:in block in _app_views_tasks__edit_form_html_erb___2063091209_8314' app/views/tasks/_edit_form.html.erb:4:in _app_views_tasks__edit_form_html_erb___2063091209_8314'
app/views/tasks/edit.html.erb:3:in _app_views_tasks_edit_html_erb__1093898395_8312' app/controllers/tasks_controller.rb:160:in block in edit'
app/controllers/tasks_controller.rb:157:in `edit'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant