Hello, I've just finished installing ISPConfig on a CentOS 6.4 (x64) server, using this tutorial. Everything went successful during the installation, but unfortunately when I tried to visit the interface, I was presented with the following screen (see attachment). I have installed MySQL version 5.6 from the MySQL repository, could that have been of any influence, or did I miss something else? Thanks in advance!
Yes, thats the reason why your system is not working. You installed a unsupported mysql version which causes the ispconfig install to fail. If you install your server as described in the guide with the mysql version that comes with centos, then your server will work.
Thanks for the fast response till! Leaves me wondering though, what is the highest supported MySQL version at this time? Would it work if I install MySQL 5.5 from the remi repository (which it tries to install by default when following the tutorial)? Oh, oops, just noticed that I wrote (x86) instead of (x64), not the first time I make that mistake, haha.
The system requirements for ispconfig are described in the perfect server guides. So the software versions that get installed when you follow the guide is the software that is required to get a working ispconfig setup. The guide installs mysql 5.5, so it is working fine. You will have to completely uninstall ispconfig by using the uninstall.php script before you can reinstall ispconfig on the server after you installed a compatible mysql version.
Hi, I have the same problem, despite having MariaDB 5.5.37 version of CentOS repos. Is the installation of MySQL problem will be solved? Fcgid is well installed.
you can use mariadb but you will have to set: sql_mode=NO_ENGINE_SUBSTITUTION in the mariadb my.cnf config file before you install ispconfig. So in your current situation, you have to uninstall ispconfig by using its uninstall.php script which is in the install folder of the ispconfig tar.gz file, then change the settings in mariadb and restart mariadb and then install ispconfig again.