Search results

  1. E

    Here to help.

    >>> Thanks, Anna! The problem was fixed by changing the PHP version from 7.0 to 7.2.
  2. E

    Here to help.

  3. E

    Here to help.

    What is a "discord server"? How do I "join" the discord server?
  4. E

    Here to help.

    After years of usage, My PhP code suddenly does not work. I am getting an Error 500 - Internal Server error - for the statement "xhttp.send();" Who can help with my issue?
  5. E

    Your connection is not private/Sec Error Certificate Date Invalid

    I had the same issue, that is, I could not login. Now I can login. HOWEVER, I can no longer access phpMyAdmin and I see this notification: " Your connection is not private Attackers might be trying to steal your information from x12.x10hosting.com (for example, passwords, messages, or credit...
  6. E

    Cannot access phpMyAdmin ... NET::ERR_CERT_DATE_INVALID

    I can no longer access phpMyAdmin. There is a security issue: NET::ERR_CERT_DATE_INVALID. How do we resolve this issue?
  7. E

    Resolved Login password vs MySQL password

    1. How do I change my login password for x10 hosting.com? 2. Is this login password automatically the same password for MySQL database? 3. Can I change the password of MySQL database independently from my login password?
  8. E

    Resolved Changes in javascript that I edit and save in x10hosting not active

    THANKYOU, garrettroyce! I learned that I can clear cache manually with Chrome DevTools, and that solves the problem. However, I do not understand how to implement the code you suggested (RewriteEngine on ...). Where do you insert his code or otherwise how to implement it?
  9. E

    Resolved php support

    Does x10hosting support php? I am a beginner to learn php and want to try a very basic .php code within an index.html file like: <!DOCTYPE html> <html> <body> <h1>My first PHP page</h1> <?php echo "Hello World!"; ?> </body> </html> HOWEVER, the x10hosting editor indicates an error at...
  10. E

    Resolved Changes in javascript that I edit and save in x10hosting not active

    I typically use x10hosting to edit and save changes in a javascript. However, using Chrome DevTools, I see that changes are not implemented. Why is that?
Top