• Resolved nspra

    (@nspra)


    PHP Fatal error: Uncaught Error: Call to undefined function unslash() in /wp-content/plugins/m1downloadlist/index.php:93

    in index.php on line 93 is missing ‘wp_’

    if(!array_key_exists(‘d’, $_REQUEST)) $request[‘d’] = “”; else $request[‘d’] = unslash($_REQUEST[‘d’]);

    if(!array_key_exists(‘d’, $_REQUEST)) $request[‘d’] = “”; else $request[‘d’] = wp_unslash($_REQUEST[‘d’]);

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author maennchen1.de

    (@maennchen1de)

    Hi!

    Please move to your WordPress Backend > Plugins and check the version number of your installed version. Be so kind, to tell us the version of your installed m1.Downloadlist.

    Please tell us, where the error is displayed and how we can repruduce this.

    Plugin Author maennchen1.de

    (@maennchen1de)

    Hi again!

    We found the error and fixed it in version 0.21. Please update it. Thanks and sorry for the inconveniences!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.