Sharing problems

Hi @gotmax,

It looks like you’ve had to convert your NC db to use utf8mb4.

Are you sure that the conversion was completed successfully on your oc_addressbooks tbl?

Which DB are you using? MySQL / MariaDB / Postgres?

This post might point you in the right direction: Innodb_file_format from antelope to barracuda

What’s the output of MYSQL/MARIADB using:
SELECT NAME, SPACE, FILE_FORMAT FROM INFORMATION_SCHEMA.INNODB_SYS_TABLES WHERE NAME like “YOURDBNAMEHERE%”;