Skip to main content

Documentation

IMPORTANT

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

Ssh

For experienced users who do not have any problems accessing the server to setup the cronjob via SSH, you may follow the guide below:

  1. Login to the server with your username and password and run the following command.

    crontab -e
    
  2. Then, the server will load up your favorite editor. Enter the following and save.

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

    */5 determines that the cronjob will be executed every 5 minutes. If you are unsure about the url, Please read cronjob command here

We use cookies
We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience. You can decide whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.