Replace file_get_contents() with PHP Curl.
Some host have this disable resulting in the following errrors:
- https:// wrapper is disabled in the server configuration by allow_url_fopen=0
- Failed to open stream: no suitable wrapper could be found.
Opencart Version | Download | |
---|---|---|
Google Recaptcha CurlVersion: 1.4
Released:
|
3.0.0.0 » 3.0.1.1 » 3.0.1.2 » 3.0.2.0 » 3.0.3.1 » 3.0.3.2 » 3.0.3.3 » 3.0.3.6 » 3.0.3.7 » 3.0.3.8 | |
Google Recaptcha CurlVersion: 1.3
Updated:
Released:
|
2.2.0.0 » 2.2.0.1 » 2.3.0.1 » 2.3.0.2 | |
Google Recaptcha CurlVersion: 1.2.2
Updated:
Released:
|
2.0.0.0 » 2.0.1.0 » 2.0.1.1 » 2.0.2.0 » 2.0.3.1 » 2.1.0.1 » 2.1.0.2 |
It's modification only making changes to the code where is replaces "file_get_contents" method call with PHP Curl.
You can use a modification manager to see the changes.
You can use a modification manager to see the changes.