Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note
titleMySQL 5.7+

MySQL changed the default behavior in version 5.7.5 to enable "only_full_group_by". If you are using a version newer than that, or if you had changed your MySQL configuration file to enable "only_full_group_by", you will need to remove it. You should update your MySQL configuration file to disable "sql_mode", i.e., don't have it set to "only_full_group_by". You can run the following query to determine what the sql_mode is: SELECT @@GLOBAL.sql_mode, @@SESSION.sql_mode;

System Requirements

Panel
borderColor#dddddd
bgColor#ffffff
titleColoraeaeae
titleBGColor#dddddd
borderWidth1
titleMinimum Requirements
borderStylesolid
  1. PHP version 5.1.3
  2. PDO, pdo_mysqlcurl (version 7.10.5), and openssl (version 0.9.6) PHP extensions
  3. MySQL version 5.0.17
  4. Apache, IIS, or LiteSpeed Web Server
  5. ionCube PHP loader

...