Comment to 'Setup 13.0.0-RC2 php problem'
  • 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.