Strict Standard warnings in debug mode since 2.1.3
-
Hello,
after update from 2.0.9 to 2.1.3 the following php warnings show up:Strict Standards: UserAccessManager\Controller\Controller and UserAccessManager\Controller\BaseControllerTrait define the same property ($wordpressConfig) in the composition of UserAccessManager\Controller\Controller. This might be incompatible, to improve maintainability consider using accessor methods in traits instead. Class was composed in /[…]/plugins/user-access-manager/src/Controller/Controller.php on line 161
Strict Standards: UserAccessManager\Controller\Controller and UserAccessManager\Controller\Frontend\AdminOutputControllerTrait define the same property ($wordpress) in the composition of UserAccessManager\Controller\Frontend\PostController. This might be incompatible, to improve maintainability consider using accessor methods in traits instead. Class was composed in /[…]/plugins/user-access-manager/src/Controller/Frontend/PostController.php on line 559
Strict Standards: UserAccessManager\Controller\Controller and UserAccessManager\Controller\Frontend\LoginControllerTrait define the same property ($wordpress) in the composition of UserAccessManager\Controller\Frontend\ShortCodeController. This might be incompatible, to improve maintainability consider using accessor methods in traits instead. Class was composed in /[…]/plugins/user-access-manager/src/Controller/Frontend/ShortCodeController.php on line 137
Strict Standards: UserAccessManager\Controller\Controller and UserAccessManager\Controller\Frontend\AdminOutputControllerTrait define the same property ($wordpressConfig) in the composition of UserAccessManager\Controller\Frontend\TermController. This might be incompatible, to improve maintainability consider using accessor methods in traits instead. Class was composed in /[…]/plugins/user-access-manager/src/Controller/Frontend/TermController.php on line 400
Strict Standards: UserAccessManager\Controller\Controller and UserAccessManager\Controller\Frontend\LoginControllerTrait define the same property ($wordpress) in the composition of UserAccessManager\Controller\Frontend\RedirectController. This might be incompatible, to improve maintainability consider using accessor methods in traits instead. Class was composed in /[…]/plugins/user-access-manager/src/Controller/Frontend/RedirectController.php on line 415
Strict Standards: UserAccessManager\Widget\LoginWidget and UserAccessManager\Controller\Frontend\LoginControllerTrait define the same property ($wordpress) in the composition of UserAccessManager\Widget\LoginWidget. This might be incompatible, to improve maintainability consider using accessor methods in traits instead. Class was composed in /[…]/plugins/user-access-manager/src/Widget/LoginWidget.php on line 82
Yes, I did the database update.
Now I reverted to 2.0.9. It’s a local development installation.
PHP Version 5.6.30, Apache, WP 4.8.2Greetings, Fee
- The topic ‘Strict Standard warnings in debug mode since 2.1.3’ is closed to new replies.