Setup 13.0.0-RC2 php problem

  • php module: curl - FAIL (must be module curl)

how can i edit it.

image_transcoder.php?o=sys_images_editor&h=997&dpx=1&t=1674316873

  • 474
  • More
Replies (2)
    • Hello @MuhammeT !

      In order to utilize the cURL functionality in PHP, it is necessary to install the PHP cURL module. This can typically be done by executing the following command via an SSH client:

      sudo apt-get install php5-curl

      Additionally, it may be necessary to restart the Apache server to ensure the changes take effect:

      sudo service apache2 restart

      However, it is recommended to consult with your hosting support team for specific instructions and assistance with this process.

      • php 8.0 no problem.

        Login or Join to comment.