I'm running 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, I get an error when loading the localhost/kanboard page:
Internal Error: PHP extension required:
pdo_sqlite
Pages with php.info are loaded correctly.
The path to extension_dir in the php.ini file is absolute.
The path to PHPIniDir in the httpd.conf file is absolute as well.
Apache24 error.log shows:
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 modifying the Windows PATH.
I have tried many options, but nothing has helped so far.
Everything works fine. But if I removeso don’t do that?