My cron-weight.php is where you said.
Full path to this is file is: public_html/installer/presta/modules/importer/cron-weight.php
My server allows CRON by putting them only in public_html directory like:
cron-1805.php so at 18:05.
Inside it is:
<?php system('wget --delete-after --no-check-certificate http://myshop.eu/modules/importer/cron-weight.php'); ?>
And CRON jobs for importing products are working very well.
Thank you for your time. I'm grateful of every you second you help me.
Tintai
@Edit:
All my CRON jobs have a &token=xxxxx or &securekey=xxxx after link.
@Edit2:
Code is executing only to "$get_supplier_product = ...."
echo("test") before that is working but after is not.