How to install the media import cron job?
Editions: Ultimate, Enterprise, Campus, Module Media Import
Versions: 3.6.0+
Versions: 3.6.0+
Open the crontab (as root):
# crontab -e
Insert the following line and save the file afterwards:
*/1 * * * * php -f /path/to/VIMP/symfony -- mediaimport >> /path/to/VIMP/log/mediaimport.log 2>&1
Important: Close the line with "Return/Enter". There must be at least one more blank line below the entry.
Note: You have to edit both paths, the one to "symfony" and the other one to the log/ directory.
Last update on 2017/02/15 by Admin.