schedules - cron - linux

Hi all.
I am trying to make schedules work in my fedora box using this in my crontab

          • cd /opt/suitecrm-7.1.2-0/apps/suitecrm/htdocs; php -f cron.php > /dev/null 2>&1 
            

but the schedule tasks says that : Last Successful Run: Never

It is a local installation for my own use…

Any help on that or any ideas?

found the solution…

          • cd /opt/suitecrm-7.1.2-0/apps/suitecrm/htdocs; /opt/suitecrm-7.1.2-0/php/bin/php -f cron.php > /dev/null 2>&1
            

assuming my installation path in my fedora box is /opt/suitecrm-7.1.2-0/

is now running smoothly thanks myself!! Hope help others!!

Hi Stratus,

It looks this part /opt/suitecrm-7.1.2-0/apps/suitecrm/htdocs may be wrong.

It should be the location of your suitecrm instance /opt/suitecrm-7.1.2-0/apps/suitecrm/htdocs

Can you check that the root folder of your suitecrm instance is located /opt/suitecrm-7.1.2-0/apps/suitecrm/htdocs

/opt/suitecrm-7.1.2-0/apps/suitecrm/htdocs that is my path