• Resolved mattlohkamp

    (@mattlohkamp)


    running php v5.4.7, with pretty heavy error reporting turned on for debugging purposes during development via:

    ini_set('display_startup_errors',1);
    	ini_set('display_errors',1);
    	error_reporting(-1);
    	define('WP_DEBUG', true);

    the plugin throws a couple of errors –

    Strict Standards: Non-static method IS_IU_Import_Users::init() should not be called statically in wordpress\wp-content\plugins\import-users-from-csv\import-users-from-csv.php on line 374

    Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method IS_IU_Import_Users::process_csv() should not be called statically in wordpress\wp-includes\plugin.php on line 505

    https://ww.wp.xz.cn/plugins/import-users-from-csv/

The topic ‘php strict standards warnings’ is closed to new replies.