[MMO] Rate Own Resources

[MMO] Rate Own Resources 2.0.1

No permission to download
Is this still working? I have issues:
Error directly after click to rate.

Code:
ErrorException: [E_NOTICE] Trying to get property 'Ratings' of non-object in src/addons/XFRM/Pub/Controller/ResourceItem.php at line 673

    XF::handlePhpError() in src/addons/XFRM/Pub/Controller/ResourceItem.php at line 673
    XFRM\Pub\Controller\ResourceItem->actionRate() in src/XF/Mvc/Dispatcher.php at line 350
    XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
    XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
    XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
    XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2326
    XF\App->run() in src/XF.php at line 488
    XF::runApp() in index.php at line 20
 
Last edited:
Content Title Edit History vs 2.2.x was the problem. With 2.3.0 everything is fine now.
I can click and see the form.
 
Code:
InvalidArgumentException: Attempted to convert NULL to string/binary [version_string] in src/XF/Mvc/Entity/Entity.php at line 759

    XF\Mvc\Entity\Entity->_castValueToType() in src/XF/Mvc/Entity/Entity.php at line 637
    XF\Mvc\Entity\Entity->set() in src/XF/Mvc/Entity/Entity.php at line 567
    XF\Mvc\Entity\Entity->__set() in src/addons/XFRM/Service/ResourceItem/Rate.php at line 53
    XFRM\Service\ResourceItem\Rate->setupRating() in src/addons/XFRM/Service/ResourceItem/Rate.php at line 39
    XFRM\Service\ResourceItem\Rate->__construct() in src/XF/Container.php at line 270
    XF\Container->createObject() in src/XF/App.php at line 1701
    XF\App->XF\{closure}() in src/XF/Container.php at line 228
    XF\Container->create() in src/XF/App.php at line 3002
    XF\App->service()
    call_user_func_array() in src/XF/Mvc/Controller.php at line 763
    XF\Mvc\Controller->service() in src/addons/XFRM/Pub/Controller/ResourceItem.php at line 606
    XFRM\Pub\Controller\ResourceItem->setupResourceRate() in src/addons/XFRM/Pub/Controller/ResourceItem.php at line 686
    XFRM\Pub\Controller\ResourceItem->actionRate() in src/XF/Mvc/Dispatcher.php at line 350
    XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
    XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
    XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
    XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2337
    XF\App->run() in src/XF.php at line 488
    XF::runApp() in index.php at line 20
But now i cant send the form:
 
Top Bottom