• Resolved enkirch

    (@enkirch)


    Hi, after Updating i get this Error Message

     Fatal error: Uncaught Error: Class 'underDEV\AdvancedCronManager\Cron\Object\Event' not found
    in /usr/local/www/apache24/noexec/XXXX/XXXXX.de/wp-content/plugins/advanced-cron-manager/inc/Cron/Events.php on line 67
    
    Call stack:
    
    underDEV\A\C\Events::get_events()
    wp-content/plugins/advanced-cron-manager/inc/AdminScreen.php:112
    underDEV\A\AdminScreen::load_events_table_part()
    wp-includes/class-wp-hook.php:286
    WP_Hook::apply_filters()
    wp-includes/class-wp-hook.php:310
    WP_Hook::do_action()
    wp-includes/plugin.php:465
    do_action()
    wp-content/plugins/advanced-cron-manager/views/wrapper.php:31
    include()
    wp-content/plugins/advanced-cron-manager/vendor/underdev/utils/src/View.php:135
    underDEV\U\View::get_view()
    wp-content/plugins/advanced-cron-manager/inc/AdminScreen.php:89
    underDEV\A\AdminScreen::load_page_wrapper()
    wp-includes/class-wp-hook.php:286
    WP_Hook::apply_filters()
    wp-includes/class-wp-hook.php:310
    WP_Hook::do_action()
    wp-includes/plugin.php:465
    do_action()
    wp-admin/admin.php:253
    require_once()
    wp-admin/tools.php:10
    

    The error is displayed on the settings page

    tools.php?page=advanced-cron-manager

    • This topic was modified 4 years, 2 months ago by enkirch.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Kuba Mikita

    (@kubitomakita)

    Hi,

    can you please reinstall the plugin? Looks like the update process was interrupted.

    Thread Starter enkirch

    (@enkirch)

    Hi,
    i installed the newest version via ftp. But had to setup two cronjobs again.

    is there a file in your plugin that saves this setups?

    Or could you create one, thats get created somewhre in the upload dictionary?

    Because that’s really a bit unattractive. I had only 2 cronjobs, that was still easy, but if there are several, I have a problem!

    If there is a file where such settings would be stored, and the plugin also refers to this settings file, that would be really helpful with such errors.

    Plugin Author Kuba Mikita

    (@kubitomakita)

    @enkirch the schedules are stored in the database and they are deleted when you remove the plugin. The cronjobs are saved within the WordPress queue, the plugin doesn’t store them.

    I’m in the exact same position as enkirch and have tons of schedules gone away a few weeks ago because to recover from wp update I had to deactivate and reinstall plugins one by one.

    Now I noticed some jobs were not running and have to recover from complex backups an so….

    You should consider adding an option to remove settings when you uninstall the plugin so I can choose to *keep* them if I wish.

    thank you.

    Plugin Author Kuba Mikita

    (@kubitomakita)

    Thanks for the suggestion, I added this to our backlog

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Fatal error: Class ‘underDEV\AdvancedCronManager\Cron\Object\Eve’ is closed to new replies.