Warning: file_get_contents(): https:// wrapper is disabled in the server configuration by all

前端 未结 5 1134
萌比男神i
萌比男神i 2020-11-27 21:40

When I am upload a csv file with zipcode it will convert and save a latitude and logitude. The error occurring a convert a zipcode to lat,lng. In my localhost its working fi

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-27 22:05

    I had the same issue and I google this topic.
    I could not update it from joomla direct 3.9.1 to 3.9.2 not even by uploading manually.
    The reason was that before this update it forced me to upgrade php version to 7.2 so I did it from cpanel, now to solve next update will be this:

    1. Login to cpanel
    2. Find " MultiPHP INI Editor" under software
    3. Choose your domain and select edit
    4. Set :
      "max_execution_time " to 90 (it was in mine 30)
      "memory_limit" to 256M (it was by new php enabling 32M only !)
      "post_max_size" to 100M
      "upload_max_filesize" to 100M

    ...because every php new version is set to default.

    Enjoy ;)

提交回复
热议问题