Answer the question
In order to leave comments, you need to log in
Why is Phpstorm asking for a non-existent file path?
phpstorm request files from path
PHP Startup: Unable to load dynamic library 'e:/openserver/openserver/modules/php/PHP-7.1-x64/ext/php_mbstring.dll'
Answer the question
In order to leave comments, you need to log in
Try disabling the "virtual disk" in the openserver settings (Settings, "Server" tab, the very first setting). For some reason, the open server stubbornly thinks that it is installed on drive E. After that, restart the open server (you may need to reboot).
Or write a specific path to the folder in the extensions:
RMB on the openserver flag in the tray - Advanced - Configuration - PHP
will open the configuration template file (not the config itself, but the template from which the open server collects its config every time it starts. So after changing this file, be sure restart the openserver)
Look for the line extension_dir=....
For me it is
extension_dir = "%sprogdir%/modules/php/%phpdriver%/ext/"
variable sprogdir - "Generated path to the folder with Open Server, taking into account the virtual disk (slash "/")" (described in the docs https://ospanel.io/docs/ )
You need to fill the extension_dir variable with a real full path to the \modules\php folder \PHP_7.1-x64\ext\ and restart the openserver so that it regenerates the config file
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question