In opencart curl extension not exist but i turned it on from php.ini but I am unable to install opencart because curl extension not found.
Asked
Active
Viewed 128 times
-8
-
You did not post the image, please add it. – il_raffa Aug 26 '15 at 13:17
-
1What is the point to write it in arabic ? – Alexandru Olaru Aug 26 '15 at 13:33
-
from which source you are creating the question ? – Arup Rakshit Aug 26 '15 at 13:41
-
Please up vote it don't down vote help poor people – Stackoverflow_father Aug 26 '15 at 13:45
-
1This is a English language website. Questions must be written in English to be on-topic here. – user229044 Aug 26 '15 at 13:55
1 Answers
2
From your description it seems that you are missing the php5-curl
library.
You can add it with the following command:
sudo apt-get install php5-curl

Alexandru Olaru
- 6,842
- 6
- 27
- 53