Author Topic: Correct the mistakes: PHP curl extension is not loaded ???  (Read 6931 times)

0 Members and 1 Guest are viewing this topic.

galandras12

  • Jr. Member
  • **
  • Posts: 2
Correct the mistakes: PHP curl extension is not loaded ???
« on: July 14, 2015, 08:56:27 PM »
i read the "Readme" file.
Create folder with name 'mibew' in the root of your website. [OK]
Upload all the files contained in this archive (retaining the directory
   structure) into created folder.
   Be sure to chmod the mibew folder to 0755. [OK]
Add a MySQL database with the name 'mibew' [OK]
Copy /mibew/configs/default_config.yml to /mibew/configs/config.yml [OK]
Edit /mibew/configs/config.yml to the information needed to connect to the database [OK]
Using your web browser visit http://<yourdomain>/mibew/install and
   perform step-by-step installation. [404 Error]
But install.php [OK]
And
Quote
"Follow the wizard to setup your database.

Correct the mistakes:
PHP curl extension is not loaded"

Why? How to solve?  :-[
« Last Edit: July 14, 2015, 08:58:49 PM by galandras12 »

Dmitriy Simushev

  • Moderator
  • Native
  • *****
  • Posts: 345
Re: Correct the mistakes: PHP curl extension is not loaded ???
« Reply #1 on: July 14, 2015, 09:05:00 PM »
Quote
Why?

Mibew 2.1.0 requires cURL.

Quote
How to solve?

Install and enable PHP's cURL extension.

Detailed instructions depends on what environment you use. Hint: Google knows everything.

galandras12

  • Jr. Member
  • **
  • Posts: 2
Re: Correct the mistakes: PHP curl extension is not loaded ???
« Reply #2 on: July 14, 2015, 09:19:25 PM »
all Google link "XAMPP"... i not using XAMPP... But my Webhosting not supported "PHP's cURL extension"?

Dmitriy Simushev

  • Moderator
  • Native
  • *****
  • Posts: 345
Re: Correct the mistakes: PHP curl extension is not loaded ???
« Reply #3 on: July 15, 2015, 06:25:35 AM »
cURL is not an extraordinary PHP's extension so I'm surprised your hosting provider does not support it. Actually you have only three options:

1. Use an older version of Mibew that does not require cURL (2.0.1)
2. Change the hosting provider.
3. Don't use Mibew at all. You cannot satisfy requirements so you cannot use the application.