Quote:
Originally Posted by Xer
could anyone can tell me how to make gateway.php runs automatically
i did put the cronjob under VB admincp but it dont works i set [30 * * * * ./includes/cron/gateway.php] and i checked the cronjob log , cant see this job is running
if i put in [30 * * * * ./includes/cron/gateway.php?dubug=1] vb says
thanks :disappointed:
|
You pointed the cron to the wrong DIR. Gateway.php should be located in {forumsroot}/gateway.php . In the vb-cronjob field write: ./gateway.php .
That?s all.