1. visability
  2. RO CSVI
  3. Wednesday, 26 October 2016
  4.  Subscribe via email
In CSVIPro 5 I was able to use http://www.setcronjob.com to trigger a cron job to do imports. With version 6this does no longer works. There seems to be an issue with http://www.setcronjob.com just calling the page without loading javascript content. Is there any way around this?
Accepted Answer Pending Moderation
Hello,

In CSVI 6, the cron script is a real cron script, so it can only be called from the server itself. Why not use the cron option on your server?

As a workaround I can only think of perhaps creating your own script that gets triggered by setcronjob.com and in this script you call the cron.php file of CSVI.
Kind regards,

RolandD

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 1
Accepted Answer Pending Moderation
My clients hosting company does not offer good cron options. Your idea of accessing cron.php looks like a good idea.
  1. more than a month ago
  2. RO CSVI
  3. # 2
Accepted Answer Pending Moderation
Hello,

My clients hosting company does not offer good cron options.
That is what I was afraid of. Good hosts seem to be scarce.

Let me know if the idea works out or not.
Kind regards,

RolandD

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 3
Accepted Answer Pending Moderation
I have not found a solution to this problem. My client hosts on a Windows server. On My own server I would have had this sorted in 5 minutes. On the Windows server we don not have access to cron jobs only scheduled tasks. I have attached a screenshot of the Helm control panel in case that helps you understand my issue.

Is there a way to get a php file to call the cron file in the same way that a cron job would? I have not been able to find a way to do this.
Attachments (1)
  1. more than a month ago
  2. RO CSVI
  3. # 4
Accepted Answer Pending Moderation
Hello,

The cron job in *nix is the same as the scheduled tasks in Windows. The screenshot shows the issue, you can't specify any parameters there.

Is there a way to get a php file to call the cron file in the same way that a cron job would?
Easiest is using a batch file. In the batch file you would simply call php path/to/script arguments. Of course with the correct path to PHP.

You would call the batch file from the scheduled task.

Let me know if that helps.
Kind regards,

RolandD

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 5
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!