Jump to content

hwiremod

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by hwiremod

  1. Hello, I'm having server connection issues with a MySQL Database where I keep getting the error:

    Lost connection to MySQL server during query
    

    I've researched a bit on the topic and the suggested fix is to modifying the MySQL server settings timeout values, however, I cannot find where I would make edits to the timeout values as I am fairly new with MySQL databases. If this is the best solution how would I go about editing the timeout values?

  2. 
    500 Internal Server Error
    
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    
    Please contact the server administrator at webmaster@localhost to inform them of the time this error occurred, and the actions you performed just before this error.
    
    More information about this error may be available in the server error log.
    

    Hello I got the above error on my hosted php sites. A while back I set the permissions of the files to the following:

    -htaccess = 664

    -php =644

    -txt = 664

    -json - 664

     

    It worked fine for months up until yesterday. Do I need to change the permissions again?

  3. Hello, I've been attempting to run php files from the public_html folder and can't seem to get them to work. In place of my php webpage I get:

     


     


    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, webmaster@[easytofigureout].heliohost.org and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

     

     

    Is this my fault for not properly setting up PHP or something? They work fine running on other ftp hosts's public_html folder.

    EDIT: I'm a Johnny that requires PHP 5.5+ for my files to work.

  4. So I've tried FTP both ways via CoreFTP and FileZilla.. both failed horribly.

    CoreFTP error: Can't establish connection --> :21 @ Wed May 17 09:20:49 2017 (0-5)

    FileZilla error: Timed out after 20 seconds -> set timeout to 60 seconds -> then I get this log:

    Status: Initializing TLS...
    Status: Verifying certificate...
    Status: TLS connection established.
    Status: Logged in
    Status: Retrieving directory listing...
    Command: PWD
    Response: 257 "/" is your current location
    Command: TYPE I
    Response: 200 TYPE is now 8-bit binary
    Command: PASV
    Response: 227 Entering Passive Mode (64,62,211,131,247,98)
    Command: MLSD
    Error: The data connection could not be established: ETIMEDOUT - Connection attempt timed out

     

    ----------------

     

    I currently use Windows 10 and can't seem to find any fix online to get around my FireWall to get around this issue on FileZilla. Extending the timeout to 2 minutes just leads to more issues.

    I've also spent a while trying to manually upload the files with the File Manager but can't upload the necessary .htaccess files.

    Not sure how to get around this.

     

×
×
  • Create New...