Jump to content
The Uniform Server Community

desbest

Member
  • Posts

    15
  • Joined

  • Last visited

Previous Fields

  • Main OS
    Windows 10

desbest's Achievements

Newbie

Newbie (1/14)

  • Conversation Starter
  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

0

Reputation

  1. Hello I can't connect to secure localhost at https://localhost or localhost:443 Below is the error I get. What is going on? Apache Server Version: 2.4.54 (Win64) PHP Version: 7.4.33 OpenSSL Version: 1.1.1s
  2. Hello how can I setup websockets using this tutorial? I'm stuck on how to do it. I tried asking on Stack Overflow but I can't setup the ip address and port for my websockets. I have the following modules enabled. proxy_module proxy_http_module proxy_wstunnel_module rewrite_module When I change ip:port to _default_:${AP_SSL_PORT} or even my ip at xx.xxx.xx.xx:${AP_SSL_PORT} I get this error Can anyone help?
  3. How do I do that? Can I just replace the php 7 folder with the php 4 folder, then have php start?
  4. I want to update some old scripts that were made in the php 4 days, compatible with newer versions like 5, 7 and 8.
  5. Another thing I notice is that the coloured square for mysql turns green automatically when clicked, even when mysql is loading. There should be a different colour to distinguish between loading and loaded. I believe this wasn't an issue in previous versions, and it's related to the long mysql loading time.
  6. Also when I close the window myself, mysql stops and fails to run. Is there a way to close the window and still have mysql work?
  7. When I start mysql , the command prompt window opens and stays open for over 5 minutes. I do not believe this to be expected behaviour. Is there a way to make the command prompt window for mysql go away. This behaviour happens on the first run of Uniform Server on the windows user when mysql is enabled. If run a second time on the windows user, or if Uniform Server is restarted, the behaviour doesn't happen.
  8. It's not just mbstring module that I can't load, I also can't load the mysqli module on PHP 7.2 for Uniform Server. Please help
  9. I'm using Uniform Server with PHP 7.2 and upon running a php page I made I get this error. Fatal error: Uncaught Error: Call to undefined function mb_detect_encoding() When I try to enable the mbstring php module (and other modules) through the graphical user interface I get this. So when I do it manually, my php_production.ini looks like this. I have used Uniform Server to select that php settings file. extension=gd2 extension=mbstring extension=exif ; Must be after mbstring as it depends on it extension=mysqli So why do I still get the error if I have enabled the modules manually via the text editor?
  10. After installing Uniform Server for the first time and opening up phpmyadmin, I see that there are 3 databases that already exist. I didn't delete them as they must be there for a reason. information_schema performance_schema phpmyadmin Why are these databases existing, and what are they for?
  11. When I install Uniform Server the php mail() function doesn't work as no emails are sent. How do I make it so that all php mail() is routed through an SMTP server I specify?
  12. I ran httpd_z -S on the command line and it said that ${PHP_SELECT} and ${US_ROOTF} is not defined. Because of this I cannot setup a reverse proxy. Please fix this. This problem happens with a fresh installation of Uniform Server.
  13. When I enter "php -v" in command prompt after adding the php folder to the PATH, a window appears saying "CLI has stopped responding". php crashes. Below is what event viewer says. Faulting application name: php.exe, version: 7.1.1.0, time stamp: 0x587fb9fe Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000 Exception code: 0xc00000fd Fault offset: 0xffe22560 Faulting process ID: 0x2784 Faulting application start time: 0x01d2ef5b083f63c5 Faulting application path: C:\Users\user\Documents\UniformServer\core\php71\php.exe Faulting module path: unknown Report ID: a84b481c-5b4e-11e7-82a8-38b1dbf6d8ea Faulting package full name: Faulting package-relative application ID: I am using Windows 8.1 64 bit.
×
×
  • Create New...