I see the following error in the watchdog log:

Unable to download translation file https://ftp.drupal.org/files/translations/7.x/comment_mover/comment_move....

This is a known problem, but the following warnings are new with 2.3 (after updating from 7.x-2.2+3-dev):

Warning: filesize(): stat failed for /var/www/vhosts/example.com/httpdocs/sites/example.com/files/translations/comment_mover-7.x-1.2.de.po in l10n_update_batch_import() (line 452 of CONTRIB/modules/l10n_update/l10n_update.bulk.inc).

Warning: fopen(translations://comment_mover-7.x-1.2.de.po): failed to open stream: "TranslationsStreamWrapper::stream_open" call failed in PoStreamReader->open() (line 162 of CONTRIB/modules/l10n_update/includes/gettext/PoStreamReader.php).

Warning: ftell() expects parameter 1 to be resource, boolean given in PoStreamReader->open() (line 163 of CONTRIB/modules/l10n_update/includes/gettext/PoStreamReader.php).

Warning: fgets() expects parameter 1 to be resource, boolean given in PoStreamReader->readLine() (line 257 of CONTRIB/modules/l10n_update/includes/gettext/PoStreamReader.php).

Comments

salvis created an issue. See original summary.

sutharsan’s picture

Status: Active » Postponed (maintainer needs more info)

This is a known problem...

Was an issue created about it?

... but the following warnings are new with 2.3

Can you reproduce this? Nothing has changed that is releated to downloading and importing translations.

I need more information to reproduce this issue.