"no input file specified" is a PHP error meaning that it can't find the script you are asking it to run.
I notice from your post that there are spaces in the path to the script. Did you insert these when posting into the forum, or are they actually in your CRON job command line / automation script. The correct command line should be:
Hi,
"no input file specified" is a PHP error meaning that it can't find the script you are asking it to run.
I notice from your post that there are spaces in the path to the script. Did you insert these when posting into the forum, or are they actually in your CRON job command line / automation script. The correct command line should be:
php /home/megashop/public_html/scripts/import.php @ALL
Cheers,
David.