1. Open “wp-config.php” file in your wordpress installation folder.
2. Find following code in the file opened in step 1:-
define(‘WP_DEBUG’, true);
3. Replace the code found in the step 2 with the following:-
define(‘WP_DEBUG’, false);
4. Save the file back (replace existing file, if required).
5. Refresh your website page, If error is still there or you couldn’t find the code mentioned in step 2 then continue to following steps:-
6. Open “wp-content/plugins/loginradius-for-wordpress/LoginRadius.php” file in your wordpress installation folder.
7. Find following code in the file opened in step 6:-
include(‘LoginRadius_function.php’);
8. Place the following code in the line above the code found in the step 2:-
error_reporting(E_ALL ^ E_NOTICE);
9. Save the file back (replace existing file, if required).