Jump to content
The Uniform Server Community

gregkotsaftis

Member
  • Posts

    2
  • Joined

  • Last visited

Everything posted by gregkotsaftis

  1. I use php 5.6, both dlls are at: C:\UniServerZ\core\php74\extensions\php_openssl.dll C:\UniServerZ\core\php56\extensions\php_openssl.dll part of apache error log when i use uniservice [Wed Aug 12 09:07:44.619277 2020] [mpm_winnt:notice] [pid 5364:tid 688] AH00418: Parent: Created child process 5132 PHP Warning: PHP Startup: Unable to load dynamic library 'C:/UniServerZ/core/php56/extensions\\php_curl.dll' - The specified module could not be found.\r\n in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:/UniServerZ/core/php56/extensions\\php_openssl.dll' - The specified module could not be found.\r\n in Unknown on line 0 [Wed Aug 12 09:07:45.026827 2020] [mpm_winnt:notice] [pid 5132:tid 2516] AH00354: Child: Starting 150 worker threads. instead, when i use UniController i get no error and pages work as intended.
  2. hello. i know this is old topic but UniService 2.3.0 corrupts my selected php ini when executing "apache service test" is says: Installing the 'us_apache_1' service The 'us_apache_1' service is successfully installed. Testing httpd.conf.... Errors reported here must be corrected before the service can be started. Removing the 'us_apache_1' service The 'us_apache_1' service has been removed successfully. in my php ini (in which I have prior enabled openssl from unicontroller), now says: ... extension_dir = "C:/UniServerZ/core/php56/extensions" extension=php_openssl.dll ... when i try to test my page, it fails and windows event log shows: php[9816] PHP Warning: PHP Startup: Unable to load dynamic library 'C:/UniServerZ/core/php56/extensions\php_openssl.dll' - The specified module could not be found. (C:\UniServerZ\core\apache2\bin\httpd_z.exe -d C:/UniServerZ/core/apache2) as you can see the path is wrong. This is the case ONLY for any prior ENABLED dll.
×
×
  • Create New...