.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../../../../Includes.txt .. _developers_is24_debugging_curl: Curl ==== If the cron job is running and running without any end, maybe the PHP curl statement has an unexpected result. You can check the curl statement here: * Resources/Private/Immo24/restapi-php-sdk_1.1.83/Immocaster/Immobilienscout/Immobilienscout.php Look for .. code:: php ... $result = curl_exec( $ch ) ... Extend the code like in the snippet below: .. code:: php ... var_dump(__METHOD__, __LINE__, curl_getinfo( $ch )); die(); $result = curl_exec( $ch ) ... Take the value from the element "url" and paste it into the adress line of your internet browser.