-- HikaShop version -- : 2.6.1
-- Joomla version -- : 3.5.0
-- PHP version -- : 5.3.24
I have created a product feed plugin similar to the Google products plugin. What I can't figure out is why it seems to not be working. I took the Google products plugin code and tweaked it. Here's the plugin
This attachment is hidden for guests.
Please log in or register to see it.
What I'm trying to get it to do for right now is just download a file from a server via ftp using the credentials entered into the parameters and I would like it to update every 10 minutes via CRON. It's not even downloading the file right now though and I know I've input the correct parameters. Am I missing something in my code?