You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing the plugin about an hour ago I encountered a 500 error when trying to add a new recurrence. My error log (log/production.log) showed there was a syntax error: unexpected ':' pointed at the word 'partial' in the line I've included below. I changed the symbol syntax from
partial:
to
:partial =>
for the following line (2: {path to redmine}/plugins/recurring_tasks/app/views/recurring_tasks/new.html.erb).
I have minimal experience with Rails. The only thing I could think of was my local version of Rails didn't support the colon-after-symbol syntax. I wanted to publish this in case anyone else had my issue!
The text was updated successfully, but these errors were encountered:
After installing the plugin about an hour ago I encountered a 500 error when trying to add a new recurrence. My error log (log/production.log) showed there was a syntax error: unexpected ':' pointed at the word 'partial' in the line I've included below. I changed the symbol syntax from
to
for the following line (2: {path to redmine}/plugins/recurring_tasks/app/views/recurring_tasks/new.html.erb).
After my changes, the line looks like this:
I also needed to update line 3 in edit.html.erb to read
And restart apache (ubuntu12.04)
And the error disappeared.
I have minimal experience with Rails. The only thing I could think of was my local version of Rails didn't support the colon-after-symbol syntax. I wanted to publish this in case anyone else had my issue!
The text was updated successfully, but these errors were encountered: