You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently in the process of updating the Commerce 3 version to 4 for a customer. Locally, everything has worked so far. Now I have made the adjustments to the staging and wanted to run ./craft commerce/upgrade. The customer migration also went through and now the address migration step should start. Unfortunately, the process terminates immediately and I receive a "Segmentation fault (core dumped)". Unfortunately, I can't find anything in the logs. Any idea where I could start?
Steps to reproduce
Upgrade Craft Commerce via composer
Run ./craft commerce/upgrade
"Creating a user for every customer…" went through
"Migrating address data…" starts and getting process terminates immediately after printing the process bar
Segmentation fault (core dumped) is shown
Craft CMS version
4.4.16.1
Craft Commerce version
4.2.11
PHP version
8.1.20
Operating system and version
Linux 4.19.0-24-amd64
Database type and version
MariaDB 10.3.38
Image driver and version
Imagick 3.7.0 (ImageMagick 7.1.0-50)
Installed plugins and versions
Asset Rev | 7.0.0
Blitz | 4.5.0
CP Field Inspect | 1.4.4
Craft Commerce | 4.2.11
Digital Products | 3.2.2
Elasticsearch | 2.1.1
Element API | 3.0.1.1
Empty Coalesce | 4.0.0
Feed Me | 5.2.0
Field and Tab Permissions | 2.0.2
Field Manager | 3.0.7
Formie | 2.0.33
ImageOptimize | 4.0.5
Imager X | 4.2.1
Maintenance Mode | 1.0.0
Redactor | 3.0.4
Retour | 4.1.12
Sentry SDK | 2.0.1
SEOmatic | 4.0.30
Sprig | 2.6.2
Super Table | 3.0.9
Unzer Payment Gateway | 2.0.0
Vite | 4.0.6
Wishlist | 2.0.6
The text was updated successfully, but these errors were encountered:
@angrybrad First of all, I apologise for my late reply. I was able to debug and solve the issue. It seems that the following event in our custom module was responsible:
What happened?
What happened?
Description
I am currently in the process of updating the Commerce 3 version to 4 for a customer. Locally, everything has worked so far. Now I have made the adjustments to the staging and wanted to run
./craft commerce/upgrade
. The customer migration also went through and now the address migration step should start. Unfortunately, the process terminates immediately and I receive a "Segmentation fault (core dumped)". Unfortunately, I can't find anything in the logs. Any idea where I could start?Steps to reproduce
./craft commerce/upgrade
Craft CMS version
4.4.16.1
Craft Commerce version
4.2.11
PHP version
8.1.20
Operating system and version
Linux 4.19.0-24-amd64
Database type and version
MariaDB 10.3.38
Image driver and version
Imagick 3.7.0 (ImageMagick 7.1.0-50)
Installed plugins and versions
The text was updated successfully, but these errors were encountered: