*

pietkei

  • ***
  • 69 posts
Re: Alert function not sending emails
« Reply #15 on: February 05, 2021, 09:04:29 AM »
Right, I think docs has not been updated on this for a while.
For me works this: https://web.com/index.php?page=cron

Does not work for me:

Could not open input file: /home/u43825p39641/domains/marktplaats24.nl/public_html/index.php?page=cron

*

MB Themes

Re: Alert function not sending emails
« Reply #16 on: February 05, 2021, 09:39:26 AM »
@pietkei
That's for discussion with your hosting provider.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

pietkei

  • ***
  • 69 posts
Re: Alert function not sending emails
« Reply #17 on: February 05, 2021, 10:45:24 AM »
@pietkei
That's for discussion with your hosting provider.

I asked my provider a few times, he added this cronjob:
0    *    *    *    *    /opt/alt/php73/usr/bin/php /home/u43825p39641/domains/marktplaats24.nl/public_html/index.php -p cron -t hourly

I don't receive errors with this setup, but did not work for sending emails.

« Last Edit: February 05, 2021, 10:47:35 AM by pietkei »

*

MB Themes

Re: Alert function not sending emails
« Reply #18 on: February 05, 2021, 01:10:37 PM »
@pietkei
I am not quite sureif it goes to index.php?page=cron as there is no page parameter in your url...
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

pietkei

  • ***
  • 69 posts
Re: Alert function not sending emails
« Reply #19 on: February 05, 2021, 01:21:55 PM »
@pietkei
I am not quite sureif it goes to index.php?page=cron as there is no page parameter in your url...

I've tried that before:
0    *    *    *    *    /opt/alt/php73/usr/bin/php /home/u43825p39641/domains/marktplaats24.nl/public_html/oc-includes/osclass/cron.php -p cron -t hourly   

*

MB Themes

Re: Alert function not sending emails
« Reply #20 on: February 05, 2021, 02:01:05 PM »
@pietkei
You are talking about something different.
index.php?page=cron
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

pietkei

  • ***
  • 69 posts
Re: Alert function not sending emails
« Reply #21 on: February 05, 2021, 02:06:05 PM »
@pietkei
You are talking about something different.
index.php?page=cron

This? I tried that before as well.
 /home/u43825p39641/domains/marktplaats24.nl/public_html/index.php?page=cron

*

pietkei

  • ***
  • 69 posts
Re: Alert function not sending emails
« Reply #22 on: February 05, 2021, 07:38:10 PM »
@pietkei
You are talking about something different.
index.php?page=cron

I talked to my webhost he gave me this answer:

Hi Pieter,

Apparently we are calling the wrong file: such protection is there to see if the PHP script is running within a certain 'scaffolding', within another application. The identifier of this application is absent and probably nothing will be executed because of this. What instructions do you have from the developer of your script?

Like to hear!