Announcement

Collapse
No announcement yet.

#1101 - BLOB, TEXT, GEOMETRY or JSON can't have a default value

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #1101 - BLOB, TEXT, GEOMETRY or JSON can't have a default value

    Hi everyone,

    I am having a problem importing the database of an EspoCRM instalation.

    Export via PhPMyadmin and Import via PhPMyadmin.

    Several #1101 errors are being displayed:

    #1101 - BLOB, TEXT, GEOMETRY or JSON column 'oidc_jwt_signature_algorithm_list' can't have a default value

    EspoCRM v8.1 / PhP 8.1 / MySql 8.0.37

    Anyone with the same problem?

    Thanks,

    NunoS

    Note: I have seen now that the database on the old server was in Server version 10.6.13-MariaDB format, can it be the problem?
    Last edited by nunos; 09-04-2024, 03:58 PM.

  • #2
    > old server was in Server version 10.6.13-MariaDB format, can it be the problem?

    Yes. It seem is the reason. MariaDB supports defaults in TEXT columns, MySQL does not.

    Comment


    • #3
      Maybe consider opting back to MariaDB. EspoCRM works faster with MariaDB.

      Comment


      • #4
        Thanks Yuri,

        I am going to ask the hosting provider to install MariaDB instead of MySql.

        Anyway the strange thing is that i had already migrate another account / database / website to a new server with the same specifications (MariaBD to MySql) without any problem.

        The only difference with this one is that the Real Estate extension is installed in this new migration.

        NunoS

        Comment

        Working...
        X