Zum Hauptinhalt springen

Documentation

IMPORTANT

This is the outdated SI-documentation which will be adapted soon. A huge part may be obsolete!

Cronjob Command

The command to be used in the cronjob is determined by the following factors:

  • If your hosting supports wget. Wget is a command line tool to perform web requests and not all hosting companies supports this.

  • If your hosting only supports PHP cli.


WGET

If your hosting provider supports wget, the simplest way to setup the cronjob would be:

/bin/wget -O /dev/null "https://yoursite.com/index.php?option=com_easyblog&task=cron"

You need to check with your hosting company for the correct path to wget /bin/wget

The URL https://yoursite.com/index.php?option=com_easyblog&task=cron is dependent if you have enabled the Secure Cronjob Key in EasyBlog.

RSS FEED IMPORTER
If you have RSS Feed Import setup in EasyBlog, you also need to setup another cronjob for processing the rss feeds

PHP CLI

You will need to edit the file /path/to/joomla/components/com_easyblog/cron.php locate the following block of codes:

##################################################
######## Configuration options.
##################################################

// This should not contain http:// or https://
$host = 'site.com';

##################################################

Replace site.com with the domain name of your site. Once you have modified the file, add the following command for your cronjob.

/path/to/php -q "/path/to/joomla/components/com_easyblog/cron.php"


Note
You need to check with your hosting company with the correct path to the php cli /path/to/php
Wir benutzen Cookies
Wir nutzen Cookies auf unserer Website. Einige von ihnen sind essenziell für den Betrieb der Seite, während andere uns helfen, diese Website und die Nutzererfahrung zu verbessern. Du kannst selbst enscheiden, ob du Cookies zulassen möchtest. Bitte beachte, dass bei Ablehnung womöglich nicht mehr alle Funktionalitäten zur Verfügung stehen.