- Posts: 6
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
What kind of script/program do you use to interact with database tables?bava wrote: i want to run a cron job on daily basis which may interact with database tables inserting and updating , how to do it with limesurvey version 2.50+ . adding a controller like CronController is not working, and how to write a crontab command in linux .
Thanks
Well if you want a behaviour like accessing via a Webbrowser you should try curl instead of php as a command.bava wrote: i didn't check this by command line , for testing purpose i am creating a text file , by entering url like www.xyz.com/controller/action is working fine.
How does the plugin system solve the issue with crontab not executing the php script?DenisChenu wrote: We have a plugin system for this : www.limesurvey.org/manual/Cron
I make the same error ....bava wrote: hi,
.... adding a controller like CronController is not working, ....
bava wrote: ..... how to write a crontab command in linux.