• Hi, the version offload-media-cloud-storage.1.1.8 need a “comma” in the query in create table:

    FILE: offload-media-cloud-storage/includes/class-acoofmf-backend.php

    Actually:

    UNIQUE KEY uidx_path (path(190), id),
    UNIQUE KEY uidx_source_path (source_path(190), id)
    UNIQUE KEY uidx_source_id (source_id, id)

    Fix:

    UNIQUE KEY uidx_path (path(190), id),
    UNIQUE KEY uidx_source_path (source_path(190), id),
    UNIQUE KEY uidx_source_id (source_id, id)

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Rahul K

    (@rahulacodez)

    Hi,

    Thank you for letting us know the issue.

    We will fix this in our next update.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Error create table’ is closed to new replies.