Recent colleagues in the play WP, just in passing together to see the next. She says there's a plug-in that doesn't work. is a plugin called user Access Manager
Detailed performance is in the background to fill in the corresponding roles role, the point of submission will jump to a wrong page
Looked under the solution very easy,
Open wordpress/wp-content/plugins/user-access-manager/tpl/admingroup.php
Approximately 79 lines have a reset output. Here actually already in php5.3 time, will report strict standards:only variables should be passed by reference error. The solution is to rewrite this reset.
watermark/2/text/ahr0cdovl2jsb2cuy3nkbi5uzxqvcmfpbnlzawe=/font/5a6l5l2t/fontsize/400/fill/i0jbqkfcma==/ Dissolve/70/gravity/southeast ">
Change it to this.
Just plug-in authors assume that the upgrade, this place is not clear will not be covered out.
These days to see the next WP, found its hook mechanism is still very interesting, but the structure of the code is more chaotic. The initial loading method is also a criticism. A few days to help colleagues write a permission system when the next.
[Self-change wordpress.1]wordpress plug-in User-access-manager in the new PHP version number of the bug can not be executed.