I have the same issue. I'm trying to install version 7.1 on a Digital Ocean droplet. I have verified I have cURL version 7.58 which is the most recent version and the installer thinks I don't have it installed.
Last edit: Gerry 2019-02-27
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
by the way @os4ed who in the world uses XAMPP or Bitnami?? How about upgrade to some Digital Ocean droplets or better yet how about a DO one click install....
Last edit: Robbie Bott 2019-03-07
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have installed ubuntu 18.04 LTS with Virutalmin, Apache, Mysql, PHP, Curl and etc. However the install does not recoginse my verson of curl.
curl -V
curl 7.58.0 (x86_64-pc-linux-gnu) libcurl/7.58.0 OpenSSL/1.1.0g zlib/1.2.11 libidn2/2.0.4 libpsl/0.19.1 (+libidn2/2.0.4) nghttp2/1.30.0 librtmp/2.3
Release-Date: 2018-01-24
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp smb smbs smtp smtps telnet tftp
I was able to edit out the curl request from the install file and the rest of the install worked fine. HELP
I've got the same issue. How did you correct this?
I have the same issue. I'm trying to install version 7.1 on a Digital Ocean droplet. I have verified I have cURL version 7.58 which is the most recent version and the installer thinks I don't have it installed.
Last edit: Gerry 2019-02-27
https://github.com/OS4ED/openSIS-Responsive-Design/issues/52
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 some Digital Ocean droplets or better yet how about a DO one click install....
Last edit: Robbie Bott 2019-03-07