Project

General

Profile

Actions

Defect #10089

closed

Bug in file attaching

Added by Il'ya Shakitko about 12 years ago. Updated almost 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Attachments
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Cant reproduce
Affected version:

Description


Isn't working :(

Actions #1

Updated by Il'ya Shakitko about 12 years ago

If i click 'additional files', the page will scroll up to page and nothing...

Actions #2

Updated by Etienne Massip about 12 years ago

  • Category set to Attachments
  • Priority changed from High to Normal

Which Redmine version, config, etc. please give details according to SubmittingBugs.

Actions #3

Updated by Il'ya Shakitko about 12 years ago

Sorry: Redmine 1.3.0.stable.8693 (MySQL)

Actions #4

Updated by Il'ya Shakitko about 12 years ago

More information i will add a little later from admins

Actions #5

Updated by Jean-Philippe Lang about 12 years ago

  • Resolution set to Cant reproduce
Actions #6

Updated by Il'ya Shakitko about 12 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

Actions #7

Updated by James Silver about 12 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
Actions #8

Updated by Jean-Philippe Lang about 12 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.

Actions #9

Updated by Steven Jones about 12 years ago

Thanks Jean-Philippe Lang, our static files were still being served from the old version of redmine.

Actions #10

Updated by Il'ya Shakitko about 12 years ago

Did you add it to Candidate for next minor release ?

Actions #11

Updated by Etienne Massip about 12 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?

Actions #12

Updated by Il'ya Shakitko about 12 years ago

  • Status changed from Closed to Reopened

But Steven can reproduce it, i understand that Jean-Philippe Lang find this bug

Actions #13

Updated by Etienne Massip about 12 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.

Actions #14

Updated by Il'ya Shakitko about 12 years ago

So, what i need to do to fix this?

Actions #15

Updated by Etienne Massip about 12 years ago

Il'ya Shakitko wrote:

So, what i need to do to fix this?

Well, check your HTTP server config?

Actions #16

Updated by Marco Descher almost 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 :)

Actions

Also available in: Atom PDF