Closed (outdated)
Project:
Drupal core
Version:
9.5.x-dev
Component:
locale.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
2 Jan 2013 at 11:47 UTC
Updated:
7 Jun 2022 at 11:42 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
sutharsan commentedI've debuged this problem by logging the various function calls with a millisecond time stamp:
Notice that _batch_page() is called twice with op=start. Compare this with a batch process without an error:
The 'File not found: http://ftp.drupal.org/files...' is normal behaviour. locale_translation_batch_status_fetch_remote() checks a po file at the translation server, but it does not exist.
Comment #2
nod_tzg
Comment #3
sutharsan commentedAn other test run gave the result below. In this the batch is started for a second time (op=start) even before the first batch operation (locale_translation_batch_status_fetch_remote()) got executed.
Logging of locale_translation_http_check() was added after the test in #1 and logs the moments before and after the drupal_http_request() function call.
Comment #4
sutharsan commentedputting back the tag nod_ added.
Comment #5
sutharsan commentedThis is a patch of the debug calls I used to make the above timeline in the watchdog.
Comment #5.0
sutharsan commentedAdded error message
Comment #6
knalstaaf commentedI'm having a similar issue on D7 (checking for translations, but for modules updates as well). Could this be hosting-related?
Comment #7
sutharsan commented@knalstaaf, I guess you are referring to using Localization Update module in D7. Please create an issue in that issue queue, and I'll be happy to help you debugging this problem.
Comment #8
knalstaaf commentedSorry for the noise, I came in via a search engine unaware that this was a core-topic. Coincidentally it turned out to be unrelated to the Localization Update module after all (which I thought this topic was about indeed). It's solved by now by a DNS-configuration of the host: #2297765: Error when checking for updates: AJAX HTTP request terminated abnormally; ReadyState: 0
Comment #19
quietone commentedI tested this on 9.5.x and was not able to reproduce this error. There were no errors in the log.
Therefore, closing as outdated.
f you are experiencing this problem on a supported version of Drupal reopen the issue, by setting the status to 'Active', and provide complete steps to reproduce the issue (starting from "Install Drupal core").
Thanks!