For some reason, this line is causing my cronjobs to fail. There is no pilotid = 0 so I am not sure where it is supposed to get its permissions from but I am getting the following errors when it autoruns: Unauthorized access - Invalid Permissions
Should there be a pilotid of 0 in my database?
This happened after the update to phpvms 5.5.2 and change to php version 5.5.
I can run any of these jobs manually while I am logged onto the site. I am thinking a possible admin privilege issue???
There is not a pilotid of 0 in your DB but if you open “admin/maintenance.php”, there you can see “Auth::$userinfo->pilotid = 0”. Also, there is a section in “core/app.config.php” which can be used when defining ADMIN PANEL to true. I would add that section to my “core/local.config.php” to see what happens.