• Resolved ritapalopoli

    (@ritapalopoli)


    Hi,

    The site crawl is no longer generating the Litespeed tables.
    We have checked, and everything is fine with the hosting, but the tables are still not being generated. Attached is the warning.

    Thank you very much

    •Impossibile creare la tabella crawler !

    SQL: CREATE TABLE IF NOT EXISTS

    ‘worx_litespeed_crawler’ ()

    DEFAULT CHARACTER SET utf8mb4

    COLLATE utf8mb4_unicode_520_ci;

Viewing 1 replies (of 1 total)
  • Plugin Support litetim

    (@litetim)

    @ritapalopoli
    Usually the issue appears when Charset or Collate is not setup correctly in WP.
    There is the file wp-config.php that can change default charset/collate

    Look for: define( ‘DB_CHARSET’ and change it. Most of the time, these 2 possible value for charset: utf8 OR utf8mb4

    Most of the time, these 2 will work:
    define( 'DB_CHARSET', 'utf8' );
    define( 'DB_COLLATE', '' );

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.