Skip to main content

Weird error when trying to load a website

Comments

4 comments

  • cPanelMichael
    Hello :) Do you notice any additional output to /usr/local/apache/logs/error_log when this happens? You can monitor the Apache error log with a command such as:
    tail -f /usr/local/apache/logs/error_log
    Also, if this is a PHP script, review the error_log file within the directory the script is located in to see if there's any additional output. Thank you.
    0
  • shir.tech

    root@server [~]# tail -f /usr/local/apache/logs/error_log [Tue Jan 26 21:59:52 2016] [error] [client 141.101.98.105] File does not exist: /home/mydomain/public_html/favicon.ico, referer:
    nothing spotted. any other suggestion ?
    0
  • Infopro
    When trying to load a website with a backend cms (mysqli) - I get this weird error on my browser: "Not established language system, please contact with the treatment system."

    Whats a backend cms?
    0
  • bloatedstoat
    I suspect the "backend CMS" is a custom CMS Michael, although pure conjecture of course. I also wonder if this custom CMS uses the php mysqli extension over mysql and the mysqli extension is not available on the new server? Your wordpress sites may be configured to use mysql rather than mysqli and that's why they work. Has the OP tried a simple phpinfo() script to see if the mysqli extension is available? Given it's a custom CMS it could be why the error message is an obscure one. All of this is pure guesswork of course.
    0

Please sign in to leave a comment.