Opened 10 years ago
Last modified 5 years ago
#28989 new defect (bug)
AJAX in the media library sometimes fails to load data
Reported by: | Looimaster | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.5 |
Component: | Media | Keywords: | needs-patch |
Focuses: | javascript, administration | Cc: |
Description
I added video and want to replace it now and since AJAX failed (only on this single page, there are no errors when I hit F12 and go to "Console" though) I have no other option then to refresh entire page:
I'm using 4.0-beta2-20140722. I think it wasn't happening that often in 3.9.1 but I may be wrong.
Change History (4)
#2
@
10 years ago
- Component changed from General to Media
- Version changed from trunk to 3.5
Sounds like an intermittent out of memory error.
We could probably add an error message and a reload button using jQuery .ajaxError() method, or by adding an error()
callback or checking statusCode
in the jQuery.ajax() call.
Note: See
TracTickets for help on using
tickets.
Can you see if there are any errors in the PHP log? Is this still happening?