ARTICLE AD BOX
I'm running the Apache24 with php enabled to use the Kanboard app. Everything works fine. But if I remove the path to the php folder from the Windows PATH, when loading the localhost/kanboard page, I get the error: "Internal Error: PHP extension required: "pdo_sqlite". Page with php.info are loaded. Path to extension_dir in php.ini file is absolute. Path to PHPIniDir in httpd.conf file is absolute. Logs Apache24 error.log:
PHP Warning: PHP Startup: Unable to load dynamic library 'php_pdo_sqlite.dll' (tried: D:\programs\php_8.4.15\ext\php_pdo_sqlite.dll (\xd0\x9d\xd0\xb5 \xd0\xbd\xd0\xb0\xd0\xb9\xd0\xb4\xd0\xb5\xd0\xbd \xd1\x83\xd0\xba\xd0\xb0\xd0\xb7\xd0\xb0\xd0\xbd\xd0\xbd\xd1\x8b\xd0\xb9 \xd0\xbc\xd0\xbe\xd0\xb4\xd1\x83\xd0\xbb\xd1\x8c), D:\programs\php_8.4.15\ext\php_php_pdo_sqlite.dll.dll (\xd0\x9d\xd0\xb5 \xd0\xbd\xd0\xb0\xd0\xb9\xd0\xb4\xd0\xb5\xd0\xbd \xd1\x83\xd0\xba\xd0\xb0\xd0\xb7\xd0\xb0\xd0\xbd\xd0\xbd\xd1\x8b\xd0\xb9 \xd0\xbc\xd0\xbe\xd0\xb4\xd1\x83\xd0\xbb\xd1\x8c)) in Unknown on line 0
The file is actually located at "D:\programs\php_8.4.15\ext\php_pdo_sqlite.dll". I need Kanboard to work without changing the Windows PATH. I tried many options, but nothing helped.
