Vivid store

Permalink 1 user found helpful
I have a new install of concrete 5.8 and tried to install the vivid store..I got this error message instantly .
Any ideas on how to fix or remove this ??
Declaration of Concrete\Package\VividStore\Src\Attribute\Key\StoreOrderKey::add($type, $args, $pkg = false) should be compatible with Concrete\Core\Attribute\Key\Key::add($handle, $type, $args, $pkg = false)

Thanks
Bob

rdealmeida
 
ramonleenders replied on at Permalink Reply
ramonleenders
I should uninstall Vivid Store and try Community Store:

https://github.com/concrete5-community-store...

It should be downloaded from GitHub and unpacked into your /packages directory.
basalba replied on at Permalink Reply
basalba
I had the same problem when I installed 8.2.1 nad then VividStore 3.1.4.
I simply added the $handle parameter to both StoreOrderKey::add($type, $args, $pkg = false)
method in Package\VividStore\Src\Attribute\Key\ and then the packages/vivid_store/src/Attribute/Key/StoreProductKey.php

After refresh done!