Jump to content
The Uniform Server Community

sbourdon

Developer
  • Posts

    101
  • Joined

  • Last visited

Everything posted by sbourdon

  1. The following modules have been updated since the release of UniformServer Zero XV v15.0.2: Apache 2.4.61 MySQL 8.4.1 MySQL 8.0.38 PHP 8.3.9 PHP 8.2.21 The latest modules for Uniform Server are available on SourceForge at https://sourceforge.net/projects/miniserver/files/Uniform Server ZeroXV/ZeroXV Modules/
  2. Hello, Could you please use the Apache Syntax Check menu button to initiate a syntax check on Apache's configuration files? Here's how to do that: https://www.doc.uniformserver.com/apache.html#Apache Syntax Check -t Either copy / paste the results here, or provide a screenshot. Note that if there are any special characters in UniServer's path, it won't start. Thank you!
  3. The following module has been updated since the release of UniformServer Zero XV v15.0.2: Pale Moon 33.2.0 The latest modules for Uniform Server are available on SourceForge at https://sourceforge.net/projects/miniserver/files/Uniform Server ZeroXV/ZeroXV Modules/
  4. The following modules have been updated since the release of UniformServer Zero XV v15.0.2: Apache 2.4.59 (June 2024 release) PHP 8.3.8 PHP 8.2.20 PHP 8.1.29 The latest modules for Uniform Server are available on SourceForge at https://sourceforge.net/projects/miniserver/files/Uniform Server ZeroXV/ZeroXV Modules/
  5. The following modules have been updated since the release of UniformServer Zero XV v15.0.2: MySQL 8.0.37 Pale Moon 33.1.1 The latest modules for Uniform Server are available on SourceForge at https://sourceforge.net/projects/miniserver/files/Uniform Server ZeroXV/ZeroXV Modules/
  6. The following module has been updated since the release of UniformServer Zero XV v15.0.2: MariaDB 10.11.8 The latest modules for Uniform Server are available on SourceForge at https://sourceforge.net/projects/miniserver/files/Uniform Server ZeroXV/ZeroXV Modules/
  7. Hello, I've just downloaded and tested UniServerZ 15.0.2 and everything went perfectly fine on my side! Please ensure you have installed the latest supported Microsoft Visual C++ Redistributable packages for Visual Studio. Download: https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads (select: vc_redist.x64.exe) Also, if you've changed the MySQL root password on startup, try to reset it using Restore default password (root) from the MySQL menu. Restart the server after that. Did that help?
  8. The following modules have been updated since the release of UniformServer Zero XV v15.0.2: PHP 8.3.7 PHP 8.2.19 The latest modules for Uniform Server are available on SourceForge at https://sourceforge.net/projects/miniserver/files/Uniform Server ZeroXV/ZeroXV Modules/
  9. The following modules have been updated since the release of UniformServer Zero XV v15.0.2: MySQL 8.4.0 Pale Moon 33.1.0 The latest modules for Uniform Server are available on SourceForge at https://sourceforge.net/projects/miniserver/files/Uniform Server ZeroXV/ZeroXV Modules/
  10. The following module has been updated since the release of UniformServer Zero XV v15.0.2: Adminer 4.8.4 The latest modules for Uniform Server are available on SourceForge at https://sourceforge.net/projects/miniserver/files/Uniform Server ZeroXV/ZeroXV Modules/
  11. The following modules have been updated since the release of UniformServer Zero XV v15.0.2: PHP 8.3.6 PHP 8.2.18 PHP 8.1.28 The latest modules for Uniform Server are available on SourceForge at https://sourceforge.net/projects/miniserver/files/Uniform Server ZeroXV/ZeroXV Modules/
  12. The following modules have been updated since the release of UniformServer Zero XV v15.0.2: Apache 2.4.59 Pale Moon 33.0.2 The latest modules for Uniform Server are available on SourceForge at https://sourceforge.net/projects/miniserver/files/Uniform Server ZeroXV/ZeroXV Modules/
  13. When running PHP version 7.3.x or older, set MySQL 8 Server's default password plugin to mysql_native_password or else you will see errors. In the "core\mysql\my.ini" file, change: authentication_policy = caching_sha2_password to: default_authentication_plugin=mysql_native_password Using phpMyAdmin, isolate DB User(s) and Host(s) that were created with caching_sha2_password, and change the plugin type from caching_sha2_password to mysql_native_password: ALTER USER 'pma'@'localhost' IDENTIFIED WITH mysql_native_password BY 'root'; ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'root'; Hope this helps!
  14. Hello, I've tested everything once more, and it all works perfectly well on my side. Are you using the latest release available here: https://sourceforge.net/projects/miniserver/files/latest/download As for php 7.3, are you using the 7.3.33 version available here: https://sourceforge.net/projects/miniserver/files/Uniform Server ZeroXV/ZeroXV Modules/ZeroXV_php_7_3_33.exe/download Try to reset the mySQL password, as described here: https://doc.uniformserver.com/mysql.html#Restore default password (root) Thanks!
  15. The following modules have been updated since the release of UniformServer Zero XV v15.0.2: PHP 8.3.4 PHP 8.2.17 The latest modules for Uniform Server are available on SourceForge at https://sourceforge.net/projects/miniserver/files/Uniform Server ZeroXV/ZeroXV Modules/
  16. The following modules have been updated since the release of UniformServer Zero XV v15.0.2: MariaDB 10.11.7 Pale Moon 33.0.1 Strawberry Perl 5.38.2.2 The latest modules for Uniform Server are available on SourceForge at https://sourceforge.net/projects/miniserver/files/Uniform Server ZeroXV/ZeroXV Modules/
  17. The following modules have been updated since the release of UniformServer Zero XV v15.0.2: PHP 8.3.3 PHP 8.2.16 The latest modules for Uniform Server are available on SourceForge at https://sourceforge.net/projects/miniserver/files/Uniform Server ZeroXV/ZeroXV Modules/
  18. The following modules have been updated since the release of UniformServer Zero XV v15.0.2: Apache 2.4.58 (January 2024 release) Pale Moon 33.0.0 The latest modules for Uniform Server are available on SourceForge at https://sourceforge.net/projects/miniserver/files/Uniform Server ZeroXV/ZeroXV Modules/
  19. The following modules have been updated since the release of UniformServer Zero XV v15.0.2: PHP 8.3.2 PHP 8.2.15 The latest modules for Uniform Server are available on SourceForge at https://sourceforge.net/projects/miniserver/files/Uniform Server ZeroXV/ZeroXV Modules/
  20. The following module has been updated since the release of UniformServer Zero XV v15.0.2: MySQL 8.3.0 The latest modules for Uniform Server are available on SourceForge at https://sourceforge.net/projects/miniserver/files/Uniform Server ZeroXV/ZeroXV Modules/
  21. Hello, Pear is no longer supported in Uniform Server ZeroXV. The last version with Pear support is Uniform Server ZeroXIII. Sorry!
  22. The following modules have been updated since the release of UniformServer Zero XV v15.0.2: PHP 8.3.1 PHP 8.2.14 PHP 8.1.27 Pale Moon 32.5.2 The latest modules for Uniform Server are available on SourceForge at https://sourceforge.net/projects/miniserver/files/Uniform Server ZeroXV/ZeroXV Modules/
  23. The following module has been updated since the release of UniformServer Zero XV v15.0.2: Pale Moon 32.5.1 The latest modules for Uniform Server are available on SourceForge at https://sourceforge.net/projects/miniserver/files/Uniform Server ZeroXV/ZeroXV Modules/
  24. The following modules have been updated since the release of UniformServer Zero XV v15.0.1: PHP 8.3.0 PHP 8.2.13 PHP 8.1.26 MariaDB 10.11.6 Adminer 4.8.3 UniController v2.5.5 UniService v2.5.2 The latest modules for Uniform Server are available on SourceForge at https://sourceforge.net/projects/miniserver/files/Uniform Server ZeroXV/ZeroXV Modules/
  25. The Uniform Server team is glad to announce a minor update to Uniform Server Zero XV. This version of Uniform Server Zero XV v15.0.2 requires a 64-bit version of Windows and can be found on SourceForge at https://sourceforge.net/projects/miniserver/ The Uniform Server is now open source; the UniController and UniService code is published on GitHub at https://github.com/iamola/uniserver The following modules have been updated: Core Apache v2.4.58 from v2.4.54 (November 2022 release) PHP Added PHP v8.3.0 Database MySQL v8.2.0 from v8.0.31 Database Administration phpMyAdmin v5.2.1 from v5.2.0 UniController UniController v2.5.5 from v2.5.1 The latest modules for Uniform Server are available on SourceForge at https://sourceforge.net/projects/miniserver/files/Uniform Server ZeroXV/ZeroXV Modules/ Help Needed We would like to request for the following help from the community: If you find any bugs, please feel free to either post on the forum or raise an issue on GitHub, so we can track and fix them. If you can fix the bug, please fork the GitHub repo and issue a pull request.
×
×
  • Create New...