UPDATES EasySocial 4.0.15 Released! Joomla 5.x and PHP 8.x compatible now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is online
Our support specialists is available now. We will attend to you as soon as we can.
  Support is online

ES2: Cronjobs not support wget

Danilo · ·
4:13 AM Friday, 25 November 2016
None
Hi,
my provider doesn't support wget.

They suggest:

wget is not supported on our servers for shared hosting. As an alternative you could use PHP's cURL library. Here is an example of its basic usage for access to a website URL:

<?php

$ch = curl_init("http://www.example.com/phpinfo.php";);
$fp = fopen("example_homepage.txt", "w";);

curl_setopt($ch, CURLOPT_FILE, $fp);
curl_setopt($ch, CURLOPT_HEADER, 0);

curl_exec($ch);
curl_close($ch);
fclose($fp);
?>

What can I do?

Tnx a lot
Danilo
The replies under this section are restricted to logged in users or users with an active subscription with us