RE: CRON not executing
12-24-2014, 02:26 AM
(This post was last modified: 12-24-2014, 02:28 AM by alexus.)
(12-23-2014, 05:07 PM)Me.B Wrote: Did the script require extended permissions? Like exec function or suhosin disabled?
Not that i know of, its regular PHP page on the site. So as long as its run by Apache or PHP them it would execute just fine. One thing that comes to mind is that i uploaded the page via SSH with root account, so owner is root. Maybe I can try to change owner to Apache
(12-23-2014, 06:58 PM)Cantalupo Wrote: Correct
Code:/api_deliverymark_com/api/cron/index.php
I dont think leading slash is appropriate, i tried both and both did not work, but when i use leading slash i get // in log, so i removed it to have proper path in logs. In both cases single and double slash should work in linux.