I’m trying to run this code: I have two websites which have this code and they are running on plesk. This code works fine on one of the websites but on the other one I get: I gave the permission of 777 to the folder and containing files. Both websites are using PHP 7.3 and therefore the same php.ini file
Tag: open-basedir
PHP: Can’t Set Open_basedir
I try to execute: var_dump(ini_set(“open_basedir”,ini_get(“open_basedir”))); with PHP and get false. Apache 2. PHP Version: 5.3.28, it should change it from script, how i read at …