Set up Cron without secret

Dear,

I fight all day trying to set CronJob.

I really don’t understand

if navigate with a browser to http://www.mydomain.com/lists/admin/index.php?page=processqueue&login=XXX&password=XXX
Send fine the job.
No way to set a Cronjob with as
curl -s ‘http://www.mydomain.com/lists/admin/index.php?page=processqueue&login=XXX&password=XXX

I tried also
wget -q -O - '/home/XXX/web/www/lists/admin/index.php?page=processqueue&login=XXX&password=XXX’
Bu not

I tried also
root@vds999999:~# /usr/bin/php -q /home/XXXX/web/www/lists/admin/index.php -p processqueue -c /home/XXXX/web/www/lists/config/config.php
server not used to run phplist

I finally did with this:
curl -s ‘http://www…com/lists/admin/index.php?page=processqueue&secret=as32fq9x8gh6’

Do you have any idea why i need the secret?

It looks like you are saying the it works using the secret? (It should, just want to make sure).
If that is what you are using, then run the cronjob every minute.

The curl and wget commands talk to phpList via the web interface, and that has changed lately, and you might need more than just a command: you need to be logged in before you can run commands like that, and the system wants to see a cookie and/or session id token before they work. This is the main idea of the secret in your last command.

For the command line argument, /usr/bin/php …, if you are using a hosted computer, then you’ll need to know what the full path to the php or php-cli command is, and your webserver. It’s tricky, best to ask your hosting provider to save trial and error time.

I am using www.easycron.com for my cron jobs. I have tried using this url: http://www.mydomain.com/lists/admin/index.php?page=processqueue&login=XXX&password=XXX.