Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Well, let us see if the blockquote leaves the backticks in place:

    ERROR SQL ON : CREATE TABLE IF NOT EXISTS wp_20_commentmeta LIKE site_ar.wp_14_commentmeta

    Looks like the backticks were removed by the editor in my previous message. Here is the error message again, with apostrophes in the place of backticks:


    ERROR SQL ON : CREATE TABLE IF NOT EXISTS 'wp_20_commentmeta' LIKE 'site_ar'.'wp_14_commentmeta'

    And here I will try doubling up the backticks to see if they come through:


    ERROR SQL ON : CREATE TABLE IF NOT EXISTS
    wp_20_commentmeta LIKE site_ar.wp_14_commentmeta

    I wonder if the original problem might be related to the combination of a subdomain “le-vieux-manoir.” and a subdirectory “/fr”?

    However, I receive an error when attempting to duplicate a subdirectory site from a subdirectory site. This is after updating the lib/data.php file. In the following command, it is not clear to me what the string ‘site_ar’ refers to. Here is the error message:

    Duplication failed :

    ERROR SQL ON : CREATE TABLE IF NOT EXISTS wp_20_commentmeta LIKE site_ar.wp_14_commentmeta

    WPDB ERROR : SELECT command denied to user ‘skserver1’@’boscustweb4104.eigbox.net’ for table ‘wp_14_commentmeta’

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