-- HikaShop version -- : 3.0.1
-- Joomla version -- : 3.7.1
-- PHP version -- : 7.0.17
-- Browser(s) name and version -- : mozilla & safaria (latest version)
Hi,
I try to update the product quantity in my shop every 60 min. The update file just contains product_code and product_quantity
555-63748|15046;1
511-02232|15136;0
516-40053|15256;0
514-00056|15280;1
513-27354|15337;1
512-36847|15348;0
500-52421|15436;1
523-00348|15487;2
And will be uploaded via SFTP into the subfolder \UploadHika. Cron is configured to run every 15min. But the CronUpdatePlugin will not be triggered properly
LogFile :
******************** 2017-05-18 23:48 ********************
HikaShop Cron ausgelöst am 2017-05-18 23:48
******************************************************************************************************************************************************
******************** 2017-05-19 00:17 ********************
HikaShop Cron ausgelöst am 2017-05-19 00:17
******************************************************************************************************************************************************
******************** 2017-05-19 00:33 ********************
HikaShop Cron ausgelöst am 2017-05-19 00:33
But it’s working cause if I delete the file I receive:
******************** 2017-05-18 23:48 ********************
HikaShop Cron ausgelöst am 2017-05-18 23:48
******************************************************************************************************************************************************
******************** 2017-05-19 00:17 ********************
HikaShop Cron ausgelöst am 2017-05-19 00:17
******************************************************************************************************************************************************
******************** 2017-05-19 00:33 ********************
HikaShop Cron ausgelöst am 2017-05-19 00:33
The strange thing is that he’s running cause if the file is not available I receive an error message with every run.
******************** 2017-05-19 00:48 ********************
HikaShop Cron ausgelöst am 2017-05-19 00:48
---- Details ----
Could not find the file /homepages/25/d83827768/htdocs/2rs//UploadHika/bestandsupdate.csv
******************************************************************************************************************************************************
******************** 2017-05-19 01:03 ********************
HikaShop Cron ausgelöst am 2017-05-19 01:03
---- Details ----
Could not find the file /homepages/25/d83827768/htdocs/2rs//UploadHika/bestandsupdate.csv
In the attachment, you’ll find the plugin config. By the way - what is the schemata of the value in the Last Update field ?
Thanks and best regards
Markus