maxmar628
New member
- Affected version
- 1
Yo guys. I have a proble whit [XFA] RM Marketplace 4.1.3 addon on xenforo 2.1.10
This problem make when users try to purchase some resource on the market
My addon list:
Error:
LogicException: Unknown relation or alias Likes accessed on xf_rm_resource_update
src/XF/Mvc/Entity/Finder.php:753
Can help me?
This problem make when users try to purchase some resource on the market
My addon list:
Error:
LogicException: Unknown relation or alias Likes accessed on xf_rm_resource_update
src/XF/Mvc/Entity/Finder.php:753
Code:
Stack trace
#0 src/XF/Mvc/Entity/Finder.php(644): XF\Mvc\Entity\Finder->join()
#1 src/XF/Mvc/Entity/Manager.php(147): XF\Mvc\Entity\Finder->with()
#2 src/addons/XFA/RMMarketplace/Pub/Controller/Purchase.php(602): XF\Mvc\Entity\Manager->find()
#3 src/addons/XFA/RMMarketplace/Pub/Controller/Purchase.php(33): XFA\RMMarketplace\Pub\Controller\Purchase->assertPurchasableResource()
#4 src/XF/Mvc/Dispatcher.php(350): XFA\RMMarketplace\Pub\Controller\Purchase->actionSelectPaymentMean()
#5 src/XF/Mvc/Dispatcher.php(257): XF\Mvc\Dispatcher->dispatchClass()
#6 src/XF/Mvc/Dispatcher.php(113): XF\Mvc\Dispatcher->dispatchFromMatch()
#7 src/XF/Mvc/Dispatcher.php(55): XF\Mvc\Dispatcher->dispatchLoop()
#8 src/XF/App.php(2190): XF\Mvc\Dispatcher->run()
#9 src/XF.php(391): XF\App->run()
#10 index.php(20): XF::runApp()
#11 {main}
Code:
Request state
array(4) {
["url"] => string(213) "/index.php?resources/1/market-place-purchase/select-payment-mean&_xfRequestUri=%2Findex.php%3Fresources%2Ftest-premium.1%2F&_xfWithData=1&_xfToken=1619499027%2C914c0f228941af1f775167df2af389a4&_xfResponseType=json"
["referrer"] => string(63) "https://cryptomc-market.com/index.php?resources/test-premium.1/"
["_GET"] => array(5) {
["resources/1/market-place-purchase/select-payment-mean"] => string(0) ""
["_xfRequestUri"] => string(36) "/index.php?resources/test-premium.1/"
["_xfWithData"] => string(1) "1"
["_xfToken"] => string(43) "1619499027,914c0f228941af1f775167df2af389a4"
["_xfResponseType"] => string(4) "json"
}
["_POST"] => array(0) {
}
}
Can help me?