Jump to content

Indexing product - CRON -Redirecting output to ‘wget-log’


Thommen

Recommended Posts

I'm trying to figure out why my cron isn't working. I have PrestaShop 1.7.6.3. Cron properly configured
 

*/33 * * * * wget -q -O /dev/null https://x.x/panel/index.php?controller=AdminSearch&action=searchCron&ajax=1&full=1&token=T8YGpCkw&id_shop=1 >/dev/null 2>&1

Visible on tail -f in syslog.

Product index rebuild does not work.

Command

wget -O /tmp https://x.x/panel/index.php?controller=AdminSearch&action=searchCron&ajax=1&full=1&token=T8YGpCkw&id_shop=1

ends with a message:
 

Quote

Redirecting output to 'wget-log'.

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...