Welcome Guest, Not a member yet? Register   Sign In
Call to undefined function CodeIgniter\Config\putenv()
#4

(04-05-2023, 05:45 PM)kenjis Wrote: Try to add this in app/Common.php:
PHP Code:
if (! function_exists('putenv')) {
    function putenv(string $assignment) {}

it seems not work. I think Common.php is loaded behind Config
Reply


Messages In This Thread
RE: Call to undefined function CodeIgniter\Config\putenv() - by huangyz - 08-31-2024, 01:03 AM



Theme © iAndrew 2016 - Forum software by © MyBB