• Resolved gggt

    (@gggt)


    After installing Cronjob Scheduler I went to the Settings page and followed the instructions. The first instruction to disable WP_Cron by inserting a configuration line. The instruction pointed to the wp-content folder as a ‘file’.

    I’m guessing it should have been the path to the wp-config.php file in the wordpress root.

    Note that the wp-content directory is the item following wp-config.php in the alphabetically sorted root directory listing.

    Hope this helps someone.

    https://ww.wp.xz.cn/plugins/cronjob-scheduler/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author chrispage1

    (@chrispage1)

    Hi,

    Thanks for your message – very good spot – sorry I did not see this myself. When coding sometimes you get a bit blind to typos! I will get this fixed and raise a new release!

    define(‘DISABLE_WP_CRON’, true);
    had put into wp config.php

    but message still show ?

    tq

    Plugin Author chrispage1

    (@chrispage1)

    Hi gulflee, I would suggest you run some debugging because as long as that parameter is defined it should work perfectly. This is pretty standard PHP behaviour (unless your environment is incorrectly configured)

    Chris.

    Hey. I can not run the plugin . path to the file you want to edit is not true. There is a Fail in the site root , but when you change the site stops working . gives error 500. tell me how to run your plugin ?

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

The topic ‘Setup instructions not giving path to wp-config.php’ is closed to new replies.