Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author WebToffee

    (@webtoffee)

    Hi @olyjake,

    Greetings from Webtoffee!

    Sorry for the inconvenience caused. We request to share the site info. You can get it from the WordPress Tools menu > Site Health > Info section. You can share it privately via this link.

    Plugin Author WebToffee

    (@webtoffee)

    Hi @olyjake,

    Hope your query is resolved. We are going to mark this ticket as Resolved now. Please feel free to create a follow-up if you have any further questions or still need help.

    Thread Starter olyjake

    (@olyjake)

    I found the issue. During the create table on line 199 of plugins/cookie-law-info/admin/modules/cookie-scaner/cookie-scaner.php with this line of code

    'description' TEXT NULL DEFAULT '',

    in MySql 5.7 there can be no text with a default. In MySql 8 you can declare it as a literal but still would need (”)

    I hope this helps. Once i removed DEFAULT from that line of code and refreshed the admin page it all worked fine.

    • This reply was modified 3 years, 10 months ago by olyjake.
    Thread Starter olyjake

    (@olyjake)

    Just FYI: I did email the solution added it here for anyone else potentially looking.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Tables not being created’ is closed to new replies.