XF 2.0 Saving Cron Entry

Cupara

Well-known member
I'm getting these console errors when I try to save my cron entry. Anyone know if it is just me using a beta version of Chrome?

Code:
jquery-3.2.1.min.js?_v=931ddb53:4 POST https://goblintimes.com/admin.php?cron/save 500 (Internal Server Error)

core-compiled.js?_v=931ddb53:42 PHP: The site is currently being upgraded. Please check back later.
 
Go into your xf_addon table -- do you have an add-on flagged as is_processing? If so, have you done anything with it that errored? (Upgrade, install, rebuild, etc.) The last_pending_action may give you a hint.

You want to resolve whatever has stuck that flag for the add-on. Worst case, you may be able to uninstall it.
 
Top Bottom