• I have two warning when using a fresh installation.

    The first shows in the posts and page:

    Notice: get_currentuserinfo is deprecated since version 4.5! Use wp_get_current_user() instead. in user-registration-aide/members/ura-members-actions.php

    the second in the dashboard:

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; CSDS_USER_REG_AIDE has a deprecated constructor in /srv/www/wordpress/public_html/wp-content/plugins/user-registration-aide/user-registration-aide.php on line 168

Viewing 1 replies (of 1 total)
  • Plugin Author bnovotny

    (@bnovotny)

    Thanks for the heads up. I will fix those in the next update. If you need to fix them now for your site just change the function CSDS_USER_REG_AIDE to public function __constructor & on line 430 of /members/ura-members-actions.php is get_currentuserinfo();, you can just comment that out, not sure why that is even in there.

Viewing 1 replies (of 1 total)
  • The topic ‘Warnings with latest versio of WordPress/PHP7.0/Mysql/fpm-php’ is closed to new replies.