dweeves / magmi-git

Magmi GitHub
364 stars 306 forks source link

Datapump Ingest returning empty value for [ok] #584

Closed gpcola closed 5 years ago

gpcola commented 5 years ago

Since upgrading our server - we did two things at the same time - to PHP 7.3 (was 7,2) and MariaDB 10.3 (was MySQL 5.6) a product import script, that's been running successfully for years now, has broken. The Magmi ingest command now returns an empty value for [ok].

The only thing we can imagine is one or both of the upgrades to s/w have caused this but we have no idea why.

Can anyone shed any light on this for us please?

This is what ingest returns:

$result = $dp->ingest($product);
print_r($result);
Array ( [ok] => [last] => 0 )