Defect #10089
closedBug in file attaching
0%
Description
Isn't working :(
Updated by Il'ya Shakitko almost 13 years ago
If i click 'additional files', the page will scroll up to page and nothing...
Updated by Etienne Massip almost 13 years ago
- Category set to Attachments
- Priority changed from High to Normal
Which Redmine version, config, etc. please give details according to SubmittingBugs.
Updated by Il'ya Shakitko almost 13 years ago
Sorry: Redmine 1.3.0.stable.8693 (MySQL)
Updated by Il'ya Shakitko almost 13 years ago
More information i will add a little later from admins
Updated by Jean-Philippe Lang almost 13 years ago
- Resolution set to Cant reproduce
Updated by Il'ya Shakitko almost 13 years ago
About your application's environment
Ruby version 1.8.6 (x86_64-linux)
RubyGems version 1.3.7
Rack version 1.1.1
Rails version 2.3.14
Active Record version 2.3.14
Active Resource version 2.3.14
Action Mailer version 2.3.14
Active Support version 2.3.14
Application root /opt/redmine-1.3
Environment production
Database adapter mysql
Database schema version 20120115143126
About your Redmine plugins
Redmine Better Gantt Chart plugin 0.5.3
Redmine Close Button plugin 0.0.4
Issues XLS export 0.1.3
Redmine Pastebin plugin 0.0.1
Redmine Attach Screenshot plugin 0.1.0
Redmine Theme Changer plugin 0.0.3
Redmine Light Box plugin 0.0.1
Updated by James Silver almost 13 years ago
We are also experiencing this exact error since we upgraded to Redmine 1.3.0.stable (MySQL).
When the "Add another file" link is clicked I am bumped to the top of the browser window (no doubt because the browser tries to open the fragment '#') and the following javascript error occurs:
$("attachment_description_label_content") is null
on line 58 of
javascripts/application.js
Updated by Jean-Philippe Lang almost 13 years ago
James Silver wrote:
We are also experiencing this exact error since we upgraded to Redmine 1.3.0.stable (MySQL).
When the "Add another file" link is clicked I am bumped to the top of the browser window (no doubt because the browser tries to open the fragment '#') and the following javascript error occurs:
[...]
on line 58 of [...]
Your application.js is outdated. There's no such code in 1.3.0. Please make sure application.js is properly upgraded and hit CTRL+F5 in your browser.
Updated by Steven Jones almost 13 years ago
Thanks Jean-Philippe Lang, our static files were still being served from the old version of redmine.
Updated by Il'ya Shakitko almost 13 years ago
Did you add it to Candidate for next minor release ?
Updated by Etienne Massip almost 13 years ago
- Status changed from New to Closed
Il'ya Shakitko wrote:
Did you add it to Candidate for next minor release ?
No since this issue still can't be reproduced. Steven's issue might also be the one you're hitting?
Updated by Il'ya Shakitko almost 13 years ago
- Status changed from Closed to Reopened
But Steven can reproduce it, i understand that Jean-Philippe Lang find this bug
Updated by Etienne Massip almost 13 years ago
- Status changed from Reopened to Closed
Il'ya Shakitko wrote:
But Steven can reproduce it, i understand that Jean-Philippe Lang find this bug
Not exactly, JPL helped Steven to find that the issue was its HTTP server configuration serving the wrong files, not Redmine.
Updated by Il'ya Shakitko almost 13 years ago
So, what i need to do to fix this?
Updated by Etienne Massip almost 13 years ago
Il'ya Shakitko wrote:
So, what i need to do to fix this?
Well, check your HTTP server config?
Updated by Marco Descher over 12 years ago
For me this bug happens in relation with #3816, i documented it there. If I remove the redmine_attach_screenshot plugin, it works again. The application.js was not to bother :)