Jump to content
The Uniform Server Community

sbourdon

Developer
  • Posts

    101
  • Joined

  • Last visited

1 Follower

Previous Fields

  • Main OS
    Windows 10

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

sbourdon's Achievements

Community Regular

Community Regular (8/14)

  • Dedicated Rare
  • Collaborator Rare
  • First Post
  • One Year In Rare
  • Conversation Starter

Recent Badges

0

Reputation

  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/
×
×
  • Create New...