• Resolved serpher

    (@serpher)


    Plugin version: 8.3.2

    I reinstalled the plugin, did the database reset and nothing helps.

    JS popup window shows up every time I open Folders & Files page

    <script>
    var mlp_busy = false;
    var folders = [{“id”:”1900″,”parent”:”#”,”text”:”uploads”,”state”:{“opened”:true,”disabled”:false,”selected”:false},”a_attr”:{“href”:”#1900″,”target”:”_self”}},{“id”:”1901″,”parent”:”1900″,”text”:”2018″,”state”:{“opened”:false,”selected”:false,”disabled”:false},”a_attr”:{“href”:”#1901″,”target”:”_self”}},{“id”:”1905″,”parent”:”1900″,”text”:”2017″,”state”:{“opened”:false,”selected”:false,”disabled”:false},”a_attr”:{“href”:”#1905″,”target”:”_self”}},{“id”:”1907″,”parent”:”1900″,”text”:”2014″,”state”:{“opened”:false,”selected”:false,”disabled”:false},”a_attr”:{“href”:”#1907″,”target”:”_self”}},{“id”:”1910″,”parent”:”1900″,”text”:”ngg_featured”,”state”:{“opened”:false,”selected”:false,”disabled”:false},”a_attr”:{“href”:”#1910″,”target”:”_self”}},{“id”:”1912″,”parent”:”1900″,”text”:”resized”,”state”:{“opened”:false,”selected”:false,”disabled”:false},”a_attr”:{“href”:”#1912″,”target”:”_self”}},{“id”:”1930″,”parent”:”1900″,”text”:”oceanwp”,”state”:{“opened”:false,”selected”:false,”disabled”:false},”a_attr”:{“href”:”#1930″,”target”:”_self”}},{“id”:”1931″,”parent”:”1900″,”text”:”e-rejestracja”,”state”:{“opened”:false,”selected”:false,”disabled”:false},”a_attr”:{“href”:”#1931″,”target”:”_self”}},{“id”:”1932″,”parent”:”1900″,”text”:”lana-downloads”,”state”:{“opened”:false,”selected”:false,”disabled”:false},”a_attr”:{“href”:”#1932″,”target”:”_self”}},{“id”:”1933″,”parent”:”1900″,”text”:”backup”,”state”:{“opened”:false,”selected”:false,”disabled”:false},”a_attr”:{“href”:”#1933″,”target”:”_self”}},{“id”:”1934″,”parent”:”1900″,”text”:”firmy_farmaceutyczne”,”state”:{“opened”:false,”selected”:false,”disabled”:false},”a_attr”:{“href”:”#1934″,”target”:”_self”}},{“id”:”1935″,”parent”:”1900″,”text”:”wp-google-maps”,”state”:{“opened”:false,”selected”:false,”disabled”:false},”a_attr”:{“href”:”#1935″,”target”:”_self”}},{“id”:”1936″,”parent”:”1900″,”text”:”download-manager-files”,”state”:

    When I try to add a folder, this error shows up:

    https://imgur.com/le8tkZg

    • This topic was modified 7 months ago by serpher.
    • This topic was modified 7 months ago by serpher.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author AlanP57

    (@alanp57)

    Unfortunately, I am not able test the plugin on PHP 8. You can turn on WordPress debugging to see what PHP issues are occurring. To turn debugging on, in the site’s wp-config.php file replace

    define('WP_DEBUG', false);

    with

    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);
    @ini_set('display_errors', 0);

    If define(‘WP_DEBUG’, false); is not in your wp-config.php file, add the four lines above the place where it says ‘That’s all, stop editing! Happy blogging.’

    WordPress will now write messages to a debug.log file in the wp-content folder. Repeat the action that displayed the Javascript and then send the debug.log to support at maxfoundry.com and mention ‘Folder tree error after updating to PHP8.3’ in the subject line.

    Plugin Author AlanP57

    (@alanp57)

    I have received the debug.log you sent by email. It shows one issue that should be addressed. I will look into resolving it an get back to you.

    Thread Starter serpher

    (@serpher)

    Thank you so much!

    Thread Starter serpher

    (@serpher)

    Updated version 8.3.3 works as intended with PHP8.3.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Folder tree error after updating to PHP8.3’ is closed to new replies.