error help - permissions maybe?
Permalink
Hi, i'm getting an error on my site when I check out of my e-store:
"Argument 1 passed to Concrete\Core\Permission\Access\Entity\UserEntity::getOrCreate() must be an instance of Concrete\Core\Support\Facade\UserInfoFactory, null given, called in /home3/chosenhypnoth/public_html/packages/vivid_store/src/VividStore/Orders/OrderItem.php on line 57 and defined"
Reading it seems to point towards a C5 issue, maybe permisions (advanced permissions is on) rather an add-on issue - Would very much appreciate any help in deciphering this error - not necessarily a fix (although any advice appreciated) but just understanding it.
# concrete5 Version
Core Version - 5.7.5.6
Version Installed - 5.7.5.6
Database Version - 20151221000000
"Argument 1 passed to Concrete\Core\Permission\Access\Entity\UserEntity::getOrCreate() must be an instance of Concrete\Core\Support\Facade\UserInfoFactory, null given, called in /home3/chosenhypnoth/public_html/packages/vivid_store/src/VividStore/Orders/OrderItem.php on line 57 and defined"
Reading it seems to point towards a C5 issue, maybe permisions (advanced permissions is on) rather an add-on issue - Would very much appreciate any help in deciphering this error - not necessarily a fix (although any advice appreciated) but just understanding it.
# concrete5 Version
Core Version - 5.7.5.6
Version Installed - 5.7.5.6
Database Version - 20151221000000
What are you using for your "e-store"? This appears to be expecting a UserInfo object and not getting one. This could be that the page is expecting to only get hit by logged in users, not guests.
Hi human, thanks for your reply.
I'm using Store - eCommerce add-on
Developed by Vivid
I'm using Store - eCommerce add-on
Developed by Vivid
I would suggest you post a Support ticket to that Add-On, this sounds like a bug.