Block Suhosin ... "upload"

Hello
I think Iā€™ve tried all the solutions, without solution.

my hosting plan is shared,

  • for which I created the php.ini file and added:
    suhosin.executor.include.whitelist = ā€œuploadā€
    but nothing have solved

I tried too:

  • Follow the following steps:
  1. Go to /include/upload_file.php, public function static getSuhosinStatus (), change $ configuration = ini_get_all (ā€˜suhosinā€™, false);
    to
    $ configuration = ini_get_all (ā€˜suhosinā€™);

  2. In /modules/upgradewizard/uw_utils.php, in the condition if (UploadStream :: getSuhosinStatus () == true) change $ ret = true;
    to
    $ ret = false;

but I did not find these conditions

also

    1. /include/upload_file.php the change must be done at row 586
  1. /modules/upgradewizard/uw_utils.php the must be done at row 1161 -> change
    $ ret [ā€˜error_foundā€™] = true;
    to
    $ ret [ā€˜error_foundā€™] = false;

he has not solved

also on this page
https://fiwicorp.com/2016/04/module-loader-blocked-by-suhosin-and-screen-in-upgrade-wizard-is-blank/

maybe it depends on the new version?

Thank you