Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter 3.1.5 On Ubuntu 16.04 and few issues
#2

(This post was last modified: 08-18-2017, 09:58 AM by jarmen_kell.)

check your "php.ini" and make sure it loaded CURL lib correctly
(no 'semicolon' at the extension line)

modify from this
Code:
;extension=php_curl.so

into this
Code:
extension=php_curl.so

then, use PHPINFO() to verify your php configuration.
Reply


Messages In This Thread
RE: CodeIgniter 3.1.5 On Ubuntu 16.04 and few issues - by jarmen_kell - 08-18-2017, 09:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB