Closed (fixed)
Project:
Localization update
Version:
7.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 Oct 2019 at 09:07 UTC
Updated:
21 May 2020 at 15:13 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
tamarpe commentedI had it as well with the 7.x-2.3 version.
Thanks for the input! I created the patches - update-db-failes-3088241-1.patch from 7.x-2.x branch and update-db-failes-1-3088241-1.patch from 7.x-1.x branch.
Comment #3
seb_r commentedThanks tamarpe!
Comment #4
szeidler commentedThe patch was also needed for me, to being able to run the database updates.
Comment #6
sutharsan commentedThanks all. Now committed.
Comment #8
pfrenssenThe patch for 7.x-2.x has been applied, but the problem also exists for 7.x-1.x. This is the second patch. Would it be possible to commit this as well?
Comment #9
sutharsan commentedI have now committed to 7.x-1.x.
Comment #10
Aldu_boy commentedDrupal 7.69 upgarded from 6.38
The issue is still there with the latest version of
Localization update 7.x-2.3
fixed by adding
module_load_include('module', 'l10n_update');
to
function l10n_update_update_7210() {
l10n_update_ensure_htaccess();
}
Comment #11
sutharsan commented@Aldu_boy, This has been fixed in the development release for quite some time. Sorry for the inconvenience, I created a 7.x-2.4 release now.