class.redux_filesystem.php warning

  WordPress

If you get the ‘class.redux_filesystem.php warning’ error, it may be due to an issue with your theme and PHP 7.4 or greater. To fix this problem, you’ll have to have ftp access or cPanel file manager access.

  1. Find the file. The path would be redux/inc/class.redux_filesystem.php
  2. Edit it.
  3. Insert a New Line before 29 and save.
   Line 28         public function __construct() {
   New Line           $this->parent = (object)array();
   Line 29      $this->parent->admin_notices[] = array(

For detailed information, check out the blog post How to Fix – /redux/inc/class.redux_filesystem.php on line 29.

LEAVE A COMMENT