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

Try to add this in app/Common.php:
PHP Code:
if (! function_exists('putenv')) {
    function putenv(string $assignment) {}

Reply


Messages In This Thread
RE: Call to undefined function CodeIgniter\Config\putenv() - by kenjis - 04-05-2023, 05:45 PM



Theme © iAndrew 2016 - Forum software by © MyBB