• Resolved marisol3007

    (@marisol3007)


    Hi Mitchell

    I’m testing eesfl on Laragon WAMP for Win11 (Apache httpd-2.4.54-win64-VS16 listening to port 80, and Mysql-8.0.30-Winx64, listening to port 3306), and running an up-to-date WP611 and PHP 8.1.10-VS16-x64

    With shortcode [eesfl] I get this message on top of page:

    Warning: Undefined property: eeSFL_BASE_MainClass::$eeListID in D:\laragon\www\projectname\wp-content\plugins\simple-file-list\includes\ee-class.php on line 908

    eeSFL is not conflicting with other plugins (all disabled), theme is generate-press with some mods in css-customizer (the heaviest: cutting away page header).

    Anybody a good idea what to do?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mitchell Bennis

    (@eemitch)

    Hi,

    Issue confirmed. This will be fixed in the next release. In the meantime the warning should not cause any operation issues. It will only prevent the plugin from correcting a too-high max upload size setting.

    You can fix it now if you like by changing line 908 in the ee-class.php file like this…

    update_option(‘eeSFL_Settings_’ . $this->eeListID, $this->eeListSettings);

    Change to…

    update_option(‘eeSFL_Settings_1’, $this->eeListSettings);

    Mitch

    Thread Starter marisol3007

    (@marisol3007)

    Works, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘…ee-class.php on line 908’ is closed to new replies.