Run this command, its the same command used to install php mods for Wordpress. After installing this the curl error cleared and install worked properly once you turn off mysql strict mode. sudo apt install php-curl php-gd php-mbstring php-xml php-xmlrpc php-soap php-intl php-zip MySQL strict mode disabled by adding this line: sql_mode = "NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION" to: /etc/mysql/mysql.conf.d/mysqld.cnf by the way @os4ed who in the world uses XAMPP or Bitnami?? How about upgrade to...
Run this command, its the same command used to install php mods for Wordpress. After installing this the curl error cleared and install worked properly once you turn off mysql strict mode. sudo apt install php-curl php-gd php-mbstring php-xml php-xmlrpc php-soap php-intl php-zip MySQL strict mode disabled by adding this line: sql_mode = "NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION" to: /etc/mysql/mysql.conf.d/mysqld.cnf
Run this command, its the same command used to install php mods for Wordpress. After installing this the curl error cleared and install worked properly once you turn off mysql strict mode. sudo apt install php-curl php-gd php-mbstring php-xml php-xmlrpc php-soap php-intl php-zip MySQL strict mode disabled by: adding this line: sql_mode = "NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION" to: /etc/mysql/mysql.conf.d/mysqld.cnf
https://github.com/OS4ED/openSIS-Responsive-Design/issues/52
I've got the same issue. How did you correct this?