Hello
I made a mistake earlier today that I thought I fixed. I uploaded a wrong version of wp-config to our prod live server. I had saved the most recent one and thought everything was back to normal.
Regarding cron I had set, I can read the cron jobs but I cannot edit them. I have gotten a log error from a cache pluging saying that write file permissions was needed. So I gave rw to www-data on the config file. I was able to resolve that error for the cache plugin. Now I have this for config: -rw-rw-r–
However with WP-cronjob, I still can not seem to edit my PHP cron jobs. I cannot edit the schedules either.
What am I missing? Should I retrieve the arrays of my php code from this _get_cron_array(); and then recreate everything from scratch? Can I get access to edit the php jobs I made?