rikw wrote a reply+100 XP
3mos ago
@laryai not sure if I need to mention you... When I execute herd ext add apcu the error is: "Command "ext" is not defined"
rikw wrote a reply+100 XP
3mos ago
When I execute herd ext add apcu the error is: Command "ext" is not defined.
rikw started a new conversation+100 XP
3mos ago
I'm trying to run Akeneo with Herd but it is struggling with APCu not being present. There is no way I can find how to fix it. Has anybody here managed to install APCu with Herd?
rikw was awarded Best Answer+1000 XP
5mos ago
This was what I was doing already. After waisting half a day on this I just saw that my list component included #[Lazy(isolate: false)]. After removing this my flash message worked straight away.
rikw wrote a reply+100 XP
5mos ago
This was what I was doing already. After waisting half a day on this I just saw that my list component included #[Lazy(isolate: false)]. After removing this my flash message worked straight away.
rikw started a new conversation+100 XP
5mos ago
Hi all,
By no way can I get flash messages to work in my Lirewire components. Some posts say it cannot be done, others give code sample that do not do anything (for me). Who has the definitive answer?
Basically I have a form and a list component. After saving the form I want to redirect to the list and show a flash message that the form was successfully saved. Who can help me out?
Cheers Rik