-- url of the page with the problem -- :
www.samwelsupplies.com
-- HikaShop version -- : 3.5.0
-- Joomla version -- : 3.8.10
Hi All,
I am trying to setup the automatic import of the CSV files to update my webshop.
Right now I am at a total loss as how to format the file locations. because I get strange behaviour
The CSV file is put onto the webserver via FTP ( automatically via batch file)
/httpdocs/media/com_hikashop/upload/safe/export.csv
When I put this file location into the cron plugin and test run the cronjob, it gives me the following error:
Could not find the file /srv/psa02/samwelsupplies.com/httpdocs/httpdocs/media/com_hikashop/upload/safe/export.csv
Naturally, I see that there is a doubled httpdocs in the filepath, and there should be only one. So the first thing I tried is ofcourse remove the /httpdocs part from my filepath.. When I do that and testrun the cron job I get the following error;
Could not retrieve the CSV file
www.samwelsupplies.com/media/com_hikasho...load/safe/export.csv
As you can see, by removing the /httpdocs from my filepath, it not only went from a local filepath to a webpath ( why?), but it also removes the double httpdocs altogether.. So I have no way of getting it to link to /srv/psa02/samwelsupplies.com/httpdocs/media/com_hikashop/upload/safe/export.csv -- with just one httpdocs in the filename..
Oh and if I try to put in this entire path, it just gives the same error but with:
/srv/psa02/samwelsupplies.com/httpdocs/httpdocs/media/com_hikashop/upload/safe/export.csv/srv/psa02/samwelsupplies.com/httpdocs/httpdocs/media/com_hikashop/upload/safe/export.csv could not be found...
so my problem is, how on earth do I this thing pointed into the right path?!