Jump to content

Alguien sabe COMO PROGRAMAR EL CRON con el MODULO BIRDAYTPRESENT v1.0 ???


prestacarlos

Recommended Posts

Hola.

Por favor, alguien sabe como programar el Cron de mi servidor para el módulo Birdaypresent (Regalo de cumpleaños v1.0). La hora y fecha lo hago bien, pero se ve que no configuro buen o la ruta o la sentencia. He probado de todo poniendo:
/home/s01ebb0q/public_html/modules/birthdaypresent/cron.php
con:
/public_html/modules/birthdaypresent/cron.php
con:
wget /home/s01ebb0q/public_html/modules/birthdaypresent/cron.php

y nada, el mensaje que me mandan a mi correo es siempre el mismo:

/bin/sh: wget/home/s01ebb0q/public_html/modules/birthdaypresent/cron.php: No such file or directory

Toda ayuda será bienvenida!.

Muchas Gracias.

Link to comment
Share on other sites

  • 4 weeks later...

Hola,

Debes especificar el ejecutable php, ya que el lenguaje php es interpretado.
Prueba con esto:

cd /public_html/modules/birthdaypresent; /usr/local/bin/php -f cron.php > /dev/null 2>&1;

o

cd /home/s01ebb0q/public_html/modules/birthdaypresent; /usr/local/bin/php -f cron.php > /dev/null 2>&1;



Verifica que tu ejecutable php esta en /usr/local/bin, si no esta ahí consulta con tu hosting donde esta ubicado.

Suerte

Satrebil

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...