You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have "Failed to read en.yaml: Duplicate key "OUTOFSTOCK" detected at line 57 (near "OUTOFSTOCK: "Out of Stock"")."
Error on every pages of my website, i don't even know how to remove the addon so i'm a bit embarassed.
It's on the lines : } catch (Exception $e) { throw new RuntimeException(sprintf('Failed to read %s: %s', basename($this->filename), $e->getMessage()), 500, $e); }
There is a pull request that might solve the issue 🤔 #97
The text was updated successfully, but these errors were encountered:
I have
"Failed to read en.yaml: Duplicate key "OUTOFSTOCK" detected at line 57 (near "OUTOFSTOCK: "Out of Stock"")."
Error on every pages of my website, i don't even know how to remove the addon so i'm a bit embarassed.
It's on the lines :
} catch (Exception $e) { throw new RuntimeException(sprintf('Failed to read %s: %s', basename($this->filename), $e->getMessage()), 500, $e); }
There is a pull request that might solve the issue 🤔 #97
The text was updated successfully, but these errors were encountered: