Your software
My Mautic version is: 4.4.8
My PHP version is: 8.0.28
My Database type and version is: mysql Ver 15.1 Distrib 10.5.13-MariaDB
Your problem
My problem is: I created a custom fields but it says “Your custom field is being created, we will notify you when complete”. I waited for a couple of minutes and retry but still the same result.
These errors are showing in the log:
[2023-05-18 14:30:46] mautic.CRITICAL: Uncaught PHP Exception Mautic\LeadBundle\Field\Exception\AbortColumnCreateException: “Column change will be processed in background job” at /var/www/html/app/bundles/LeadBundle/Field/Dispatcher/FieldColumnDispatcher.php line 43 {“exception”:“[object] (Mautic\LeadBundle\Field\Exception\AbortColumnCreateException(code: 0): Column change will be processed in background job at /var/www/html/app/bundles/LeadBundle/Field/Dispatcher/FieldColumnDispatcher.php:43)”} {“hostname”:“mautic.metro.com.ph”,“pid”:23940}
Steps I have tried to fix the problem: None for now.
I doubt, that any of those cron jobs will work on the database structure… I’d suggest to open an issue in github for that and giving as much related information as possible. Usually adding a custom field is no issue even in larger installations. Is you server environment well sized? At least 500MB of RAM, better more?
What happens if you try to add another custom field?
By the way - little improvement: I would suggest to setup one cron job that starts the commands in squence: How to setup Mautic cron jobs … this allows faster processing.