Closed (fixed)
Project:
Redis
Version:
8.x-1.0-alpha1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Sep 2016 at 18:07 UTC
Updated:
28 Sep 2017 at 06:30 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
vindo commentedHi,
Solved.
I use the DEV version and I have no error.
Comment #3
phjouHi,
I have the same error using the 1.0-beta1 release.
The error seems to occur only if you well configure your interface translations directory in your file system configuration.
Comment #4
maxpahSame problem here.
Be careful to your "queue_default" settings.
Remove the line in settings.php
Worked for me.
Comment #5
mkolar commentedI would say this is not solved... any maintainer here to reopen this? We have the same problem with core 8.4.0-beta1 and 1.0.0-beta1..
Workaround is to to use database for locale with this settings:
$settings[‘queue_service_locale_translation’] = ‘queue.database’;Or use attached patch.. It fixes issue so you can use queue.redis for locale_translation queue worker..
Comment #6
berdirComment #7
berdirThanks, I committed a slightly different version that adds the interface to the base class instead.