[XFA] RM Marketplace/Shop - XF2

[XFA] RM Marketplace/Shop - XF2 [Paid] 5.8.5

No permission to buy (€60.00)
@shimspedy look in the file src/addons/XFA/RMMarketplace/XFRM/Admin/Controller/Category.php and change the row 15 from:
PHP:
protected function categorySaveProcess(\XF\Entity\AbstractCategoryTree $category)
to..
PHP:
protected function categorySaveProcess(\XFRM\Entity\Category $category)

Care to share? My shop is currently broken in 2.1
Did you have an error log? Shop is broken doesn't really help..
 
Did you have an error log? Shop is broken doesn't really help..

Code:
LogicException: Unknown relation or alias Likes accessed on xf_rm_resource_update in src/XF/Mvc/Entity/Finder.php at line 753
XF\Mvc\Entity\Finder->join() in src/XF/Mvc/Entity/Finder.php at line 644
XF\Mvc\Entity\Finder->with() in src/XF/Mvc/Entity/Manager.php at line 147
XF\Mvc\Entity\Manager->find() in src/addons/XFA/RMMarketplace/Pub/Controller/Purchase.php at line 602
XFA\RMMarketplace\Pub\Controller\Purchase->assertPurchasableResource() in src/addons/XFA/RMMarketplace/Pub/Controller/Purchase.php at line 126
XFA\RMMarketplace\Pub\Controller\Purchase->actionPurchase() in src/XF/Mvc/Dispatcher.php at line 321
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 248
XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 100
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 50
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2188
XF\App->run() in src/XF.php at line 401
XF::runApp() in index.php at line 20
 
@Asser Did you have the complete error log? Find in logs -> Server logs
Code:
Server error log
LogicException: Unknown relation or alias Likes accessed on xf_rm_resource_update src/XF/Mvc/Entity/Finder.php:753
Stack trace
#0 src/XF/Mvc/Entity/Finder.php(644): XF\Mvc\Entity\Finder->join('Description.Lik...', true, false, false)
#1 src/XF/Mvc/Entity/Manager.php(147): XF\Mvc\Entity\Finder->with(Array)
#2 src/addons/XFA/RMMarketplace/Pub/Controller/Purchase.php(602): XF\Mvc\Entity\Manager->find('XFRM:ResourceIt...', '3', Array)
#3 src/addons/XFA/RMMarketplace/Pub/Controller/Purchase.php(126): XFA\RMMarketplace\Pub\Controller\Purchase->assertPurchasableResource('3', Array)
#4 src/XF/Mvc/Dispatcher.php(321): XFA\RMMarketplace\Pub\Controller\Purchase->actionPurchase(Object(XF\Mvc\ParameterBag))
#5 src/XF/Mvc/Dispatcher.php(248): XF\Mvc\Dispatcher->dispatchClass('XFA\\RMMarketpla...', 'Purchase', Object(XF\Mvc\RouteMatch), Object(XFA\RMMarketplace\Pub\Controller\Purchase), NULL)
#6 src/XF/Mvc/Dispatcher.php(100): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(XFA\RMMarketplace\Pub\Controller\Purchase), NULL)
#7 src/XF/Mvc/Dispatcher.php(50): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#8 src/XF/App.php(2188): XF\Mvc\Dispatcher->run()
#9 src/XF.php(401): XF\App->run()
#10 index.php(20): XF::runApp('XF\\Pub\\App')
#11 {main}
Request state
array(4) {
  ["url"] => string(211) "/community/resources/3/market-place-purchase/purchase?_xfRequestUri=%2Fcommunity%2Fresources%2Fsomeresource.3%2F&_xfWithData=1&_xfToken=1548512496%2C1261b19aa57735015c27267a57af8e39&_xfResponseType=json"
  ["referrer"] => string(67) "https://example.com/community/resources/someresource.3/"
  ["_GET"] => array(4) {
    ["_xfRequestUri"] => string(45) "/community/resources/someresource.3/"
    ["_xfWithData"] => string(1) "1"
    ["_xfToken"] => string(43) "1548512496,1261b19aa57735015c27267a57af8e39"
    ["_xfResponseType"] => string(4) "json"
  }
  ["_POST"] => array(0) {
  }
}
 
Last edited:
XFA updated [XFA] RM Marketplace (shop) - XF2 with a new update entry:

Maintenance release

This version is mainly focused towards xF2.1 compatibility.

Corrected bugs:
  • ErrorException: [E_WARNING] Declaration of XFA\RMMarketplace\XFRM\Admin\Controller\Category::categorySaveProcess(XF\Entity\AbstractCategoryTree $category) should be compatible with XFRM\Admin\Controller\Category::categorySaveProcess(XFRM\Entity\Category $category) in src/addons/XFA/RMMarketplace/XFRM/Admin/Controller/Category.php at line 77
  • LogicException: Unknown relation or alias Likes accessed on...

Read the rest of this update entry...
 
After installing

Code:
The following errors must be resolved before continuing:
[XFA] RM Marketplace requires [XFA] Core 1.5.0.
 
Is it this, looks like a style:

 
It is just an free add-on with core functions for all other add-on from XFA. Read the requirements.. ;)

193722

 
getting this error.

  • ErrorException: Fatal Error: XFA\Core\Service\PayPal\AbstractExpressCheckout::__construct(): Failed opening required '/home/public_html/internal_data/PPConfiguration.php' (include_path='.:/opt/cpanel/ea-php71/root/usr/share/pear')
  • src/addons/XFA/Core/Service/PayPal/AbstractExpressCheckout.php:27

Stack trace
#0 [internal function]: XF::handleFatalError()
#1 {main}
Request state
array(4) {
["url"] => string(44) "/resources/14/market-place-purchase/purchase"
["referrer"] => string(48) "https://www.****.com/resources/dfgdsfg.14/"
["_GET"] => array(0) {
}
["_POST"] => array(2) {
["xfa_agree"] => string(1) "1"
["_xfToken"] => string(8) "****"
}
}
 
Back
Top Bottom