Havouza Posted September 9, 2020 Posted September 9, 2020 I had an error a while ago that seemed to be no curl installed. So installed curl. But the same problem persist. It say it curl problem but it show up everytime a pdf should be created. Invoice,, deliveryslip etc. Ubuntu 18.04, TB 1.1, php 7.2 latest curl. See screenshot
datakick Posted September 9, 2020 Posted September 9, 2020 I don't believe you have curl in php installed. That's the only reason this error can occur.
Havouza Posted September 9, 2020 Author Posted September 9, 2020 What do I do wrong? curl is already the newest version (7.58.0-2ubuntu3.10). anders@jv74:~$ dpkg -l curl Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-==============-============-============-================================= ii curl 7.58.0-2ubun amd64 command line tool for transferrin
datakick Posted September 9, 2020 Posted September 9, 2020 3 minutes ago, Havouza said: command line tool for transferrin command line tool is not php extension. Install php extension. Something like this: https://www.digitalocean.com/community/questions/curl-is-not-installed-in-your-php-installation
Havouza Posted September 9, 2020 Author Posted September 9, 2020 followed a website how to. Nothing about the extension. But now its installed and working THANKS
Traumflug Posted September 9, 2020 Posted September 9, 2020 The APT/dpkg package you want is 'php-curl', not 'curl'.
Havouza Posted September 9, 2020 Author Posted September 9, 2020 I just followed a webpage about installing curl, but its fixed now
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now