1. infogate
  2. Pre-sale questions
  3. Wednesday, 14 December 2022
  4.  Subscribe via email
Hello,
I use ROCSVI 7.20.
I try to import a file from a supplier with the following format

https://v2.data-media.gr/data2/products.xml?key=info@gategr_albanid1s

No matter what I tried the component is not fetching the url and the import is not working.
I tried to use "key" as a username field and the "info@gategr_albanid1s" but again it is not working.

Thank you in advanced.
Accepted Answer Pending Moderation
Hello,

This is not a pre-sale question but a support question. Support is only given to users who have an active subscription. As far as I can see you do not have an active subscription.

To help you out, I checked the link and it is a 34MB file you are trying to import, I think that your server may have an issue downloading the file. Also check that your import template is set to use the XML format because from the URL that cannot be determined because it ends with the key. You can also check the import by downloading the file yourself and upload it.

For any further support you will need a subscription.
Kind regards,

RolandD

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. Pre-sale questions
  3. # 1
Accepted Answer Pending Moderation
Thank you Roland for your time.
I have already renewed 2 subscriptions and at the moment I have none active.
But as I did not figured the way I could fetch such an xml I thought maybe to a newer version that is working.
The supplier propose a curl method or some kind of script to automate the process.

Thank you once again for your time and wish you a great day.
  1. more than a month ago
  2. Pre-sale questions
  3. # 2
Accepted Answer Pending Moderation
Hello,

RO CSVI uses cURL to download but yes you can also have a standalone curl call to download the file and then start the import template to read the file from the server.
Kind regards,

RolandD

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. Pre-sale questions
  3. # 3
Accepted Answer Pending Moderation
I finally created the following script and seems to work perfect


<?php
$source_url= "remoteurl";
$local_path_with_file_name = "product.xml";

copy($source_url, $local_path_with_file_name);

?>


Thank you once again for your time.
  1. more than a month ago
  2. Pre-sale questions
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!
Guest
Submit Your Response
Upload files or images for this discussion by clicking on the upload button below. Supports gif,jpg,png,jpeg,zip,rar,pdf,csv,txt,tsv,xml,docx,doc,xls,xlsx,ods,tgz
• Insert • Remove Upload Files (Maximum File Size: 4 MB)
In this section you can provide your site details at here and it visible to the moderators only.