• Resolved yaworek

    (@yaworek)


    Hi,

    I found an error, please find details below:

    ——
    WordPress 5.9.3
    PHP 8.1
    ——

    Error REFERENCES command denied to user ‘c1db1’@’195.242.93.71’ for table ‘wp_expm_maker’ WordPress databases when executing a query CREATE TABLE IF NOT EXISTS wp_expm_hiiden_content (
    id int(11) NOT NULL AUTO_INCREMENT,
    rm_id int(11) NOT NULL,
    rm_key varchar(255) NOT NULL,
    content LONGTEXT NOT NULL,
    PRIMARY KEY (id),
    FOREIGN KEY (rm_id)
    REFERENCES wp_expm_maker (id)
    ON DELETE CASCADE
    ) ENGINE=InnoDB DEFAULT CHARSET=utf8; send by require_once(‘wp-admin/admin.php’), do_action(‘admin_init’), WP_Hook->do_action, WP_Hook->apply_filters, ReadMoreInit->adminInit, ReadMoreInit->checkVersionsDiff, ReadMoreInstall::install, ReadMoreInstall::createTables, QM_DB->query

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

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