我在免費層上使用了azure的php網站。除了需要sqlite3 dll的sqlite3之外,一切運作良好。Azure網站FastCGI進程意外退出
我下載的DLL並做了什麼,在這裏說:
以下是完整的錯誤:
HTTP Error 500.0 - Internal Server Error D:\Program Files (x86)\PHP\v7.0\php-cgi.exe - The FastCGI process exited unexpectedly
之後,我得到這個錯誤,很顯然,我沒有D:\Program Files (x86)\PHP\v7.0\php-cgi.exe
在天藍色的網站。
我沒有在我的代碼中的任何地方映射的路徑!
在PHP錯誤日誌,我有:
PHP Warning: PHP Startup: Unable to load dynamic library 'D:\home\site\wwwroot\bin\php_sqlite3.php' - The specified module could not be found. in Unknown on line 0
我沒有一個php.ini
你能檢查什麼是寫在日誌中,例如: php_error.log? –
PHP警告:PHP啓動:無法加載動態庫'D:\ home \ site \ wwwroot \ bin \ php_sqlite3.php' - 指定的模塊找不到。 在未知在線0 –
不應動態庫('.dll')在'PHP/EXT /'文件夾?也許'php_sqlite3.dll' ... CGI是否使用'php.ini',如果是,請在那裏檢查。 –