• Resolved fabidreem

    (@fabidreem)


    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?

    https://ibb.co/ZWVLfQg

    https://ibb.co/ZWVLfQg

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter fabidreem

    (@fabidreem)

    this line was supposed to be removed from wp-config:

    define( ‘DISALLOW_FILE_EDIT’, true );

    The FAQs answered but it wasn’t obvious… thank you, sorry for thread.

    Plugin Author John Blackbourn

    (@johnbillion)

    WordPress Core Developer

    No problem. I think I’ll add a clearer message to the cron event editing screen when this constant is set because it’s not very clear.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘problems with editing php cron (no edit no checkbox)’ is closed to new replies.