1. drees
  2. RO CSVI
  3. Saturday, 15 April 2017
  4.  Subscribe via email
C:\xampp\php>php.exe c:/xampp/htdocs/kinderboek/administrator/components/com_csvi/help
tdocs/kinderboek/Bestanden/*.xml"
Use --help to see the help information
Cannot load template name XMLFactuur--file=c:/xampp/htdocs/kinderboek/Bestanden/*.xml

what is wrong about de cronjob
Accepted Answer Pending Moderation
the Cronjob

php.exe c:\xampp\htdocs\kinderboek\administrator\components\com_csvi\helper\cron.php --key="1235798" --template_name="XMLFactuur"--file="c:\xampp\htdocs\kinderboek\Bestanden\*.xml"

the result

C:\xampp\php>php.exe c:/xampp/htdocs/kinderboek/administrator/components/com_csvi/help
tdocs/kinderboek/Bestanden/*.xml"
Use --help to see the help information
Cannot load template name XMLFactuur--file=c:/xampp/htdocs/kinderboek/Bestanden/*.xml
  1. more than a month ago
  2. RO CSVI
  3. # 1
Accepted Answer Pending Moderation
Hello Drees,

You are missing a space here before the --
"XMLFactuur"--file="c:
Now the system thinks the template name is everything after XMLFactuur as well.
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. RO CSVI
  3. # 2
Accepted Answer Pending Moderation
what space can do ( or not )
it works

thanks
  1. more than a month ago
  2. RO CSVI
  3. # 3
Accepted Answer Pending Moderation
why I can not use a wildcard.

C:\xampp\php>php.exe c:\xampp\htdocs\kinderboek\administrator\components\com_csvi\helper\cron.php --key="1235798" --template_name="XMLFactuur" --file="c:\xampp\
htdocs\kinderboek\Bestanden\[b]7895896_CBF_DV_201704_12588892_UBL.xml"[/b]
Use --help to see the help information
Processing started...
Template XMLFactuur
Processed 11 lines
Total Result Status
Manufacturer translations Updated: 11
Product manufacturer relations Added: 11
Product prices Updated: 11
Product translations Updated: 11
Products Updated: 11
Import has finished

C:\xampp\php>
C:\xampp\php>php.exe c:\xampp\htdocs\kinderboek\administrator\components\com_csvi\helper\cron.php --key="1235798" --template_name="XMLFactuur" --file="c:\xampp\
htdocs\kinderboek\Bestanden\7895896_CBF_DV_201704_*_UBL.xml"
Use --help to see the help information
Processing started...
Template XMLFactuur
The specified file c:\xampp\htdocs\kinderboek\Bestanden\7895896_CBF_DV_201704_*_UBL.xml is not a readable file


why I can not use a wildcard.
  1. more than a month ago
  2. RO CSVI
  3. # 4
Accepted Answer Pending Moderation
Hello Drees,

You cannot use a wildcard because CSVI expects the full name of the file. If you want to import multiple files you just need to specify the folder and CSVI will import all files in that folder. You can read more about it in the Import multiple files from folder tutorial.
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. RO CSVI
  3. # 5
Accepted Answer Pending Moderation
Great! was already set. the last piece of the cron job (--file = ect ect) I had to leave out.
Really a great program.
  1. more than a month ago
  2. RO CSVI
  3. # 6
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!