I'm developing a web based program and i have several cron jobs for this on my cPanel. Every one of them works perfectly from cron and manually except one. I'm using Codeigniter. The PHP function works perfectly when i run it manually via browser. But when it runs from cron not all the parts of the function works.
I read almost every article about this problem but i still have it.
My cron command is like
59 23 * * * curl --silent http://www.domainname.com/some_controller/some_function