Joined November 2013
·
Posted to
PRESTASHOP background/cron CSV products import
over 1 year
ago
Hi prontier,
you can put the scripts anywhere on your server, but the directory should be writeable and the main php script should be executable by the owner.
Then launch the main script like that :
> /usr/bin/php /path/to/my_script.php
Note that i didn't test it with the new prestashop 1.6
Posted to
PRESTASHOP background/cron CSV products import
over 1 year
ago
Hi,
Works fine for me.
Double check if your login/pass array("email" => "YOURADMINEMAIL","passwd" => "YOURADMINPASS" and check your PSCookie.txt file, the directry should be writable
Achievements
448 Karma
41,556 Total ProTip Views
Nephila Komaci
Have at least one original repos where PHP is the dominant language
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Hello,
FYI, it works with Prestashop 1.6.0.X !