When creating, editing or deleting anything in CP the notification with "An unknown error occurred" is appended at the top.
I check the console and I get a 500 on these:
/index.php/admin/actions/tasks/runPendingTasks
/index.php/admin/actions/tasks/getRunningTaskInfo
Nothing is in the logs that I can see.
ignore_user_abort()is disabled by default on runcloud (php 7.2) and was causing all kinds of issues. @BradBell — may want to consider adding this to the server check in the control panel along withproc_open(), etc. – Douglas McDonald Mar 22 '19 at 02:25