To disable mysql strict mode on a cPanel server, add the following to the end of the /etc/my.cnf file:
sql_mode = "NO_ENGINE_SUBSTITUTION
and then restart mysql.
To disable mysql strict mode on a cPanel server, add the following to the end of the /etc/my.cnf file:
sql_mode = "NO_ENGINE_SUBSTITUTION
and then restart mysql.
On many of our servers xcache is use as part of the php caching mechanism. If you are...
If you receive an Internal Server Error 500 and checking your log files displays "Premature end...
PHP suexec is running on all of our shared servers. If you are running code that is insecure or...
Only make changes if you know exactly what you are doing. Often incorrect changes can have an...
If you do not know how to use MySQL there are some great guides at the following websites....