Menu

User-Settings not availabel

syncer12
2019-12-18
2020-02-11
  • syncer12

    syncer12 - 2019-12-18

    After the update to 3.2, the "User" area is no longer available.
    Everything else and the tool itself works fine.

     
  • Manuel Schäfer

    Manuel Schäfer - 2020-02-10

    Hi,

    theres an error in the "src\psm\Module\User\Controller\UserController.php" Class.

    The function "run" doesnt have the same properties than its abstract class.

    So for a quick fix, move to

    src\psm\Module\User\Controller\UserController.php

    search for "function run" and change it to

    public function run( $action = null ) {

    regards

    manu

     
    👍
    1
  • syncer12

    syncer12 - 2020-02-11

    Perfect, that's it! Now it works with PHP 7.4.2.
    Thank you very much Manu!
    Regards

     

Log in to post a comment.