Jump to content
The Uniform Server Community

desbest

Member
  • Posts

    15
  • Joined

  • Last visited

Posts posted by desbest

  1. 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

    Quote

    Proxy Error

    The proxy server received an invalid response from an upstream server.
    The proxy server could not handle the request

    Reason: DNS lookup failure for: _default_

     

    Can anyone help?

  2. 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.

  3. 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.

    47420194_cantchoosemodules.png.d7f1473b6c5173c773d66c4176b1ac73.png

    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?

     

  4. 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...