Weird error when trying to load a website
My VPS comes with a cpanel/whm bundle running on centos 6.7 machine.
[LIST]
CENTOS 6.7 x86_64 vmware " server
[LIST]
WHM 11.52.2 (build 5)
I have configured nameservers, DNS, ioncube, mbstrings settings.
When trying to load a wordpress website - it works just fine,
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."
this website was migrated from another server, I created a clone database and granted all priviliges, the first time it gave me some errors regarding mb.strings enconding that I managed to solve via php configuration.
any help ?
-
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 -
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 -
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 -
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.
Comments
4 comments