When I run the cron with password it runs from the internet(web browser). But when running the command from shceduled jobs, the output is none.
Best regards,
please? it helps those who may know to have a clue where to look.
Also as this is an external App to Virtualmin some idea of how it has been introduced. Does it depend on PHP? (so perhaps additional information on which PHP version is running and its configuration)
Oh, and as always logs? are there any? with perhaps clues?
I would have not run the cron job that way perhaps running, on the command line
php /home/user/public_html/admin/cron.php
As the user that is running that cron job and check for output this may show some output or errors which could be useful.
that said every cron script I have written in php I have never allowed the script to be run via wget, this maybe the case here without seeing the contents of cron.php it’s impossible to say