Trying to move site to another domain

  • Hi,


    I am trying to move everything across to another domain and database.


    I have updated the config.php to the new database details but I am getting these errors:


    • The following error occurred:
    • ALTER TABLE `perch3_content_items` ADD INDEX `idx_regrev` USING BTREE (itemID, regionID, itemRev)
    • SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nutrieva_co_uk.perch3_content_items' doesn't exist
    • The following error occurred:

    • ALTER TABLE `perch3_content_items` ADD INDEX `idx_order` USING BTREE (itemOrder)
    • SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nutrieva_co_uk.perch3_content_items' doesn't exist
    • The following error occurred:

    • ALTER TABLE `perch3_content_regions` ADD INDEX `idx_key` USING BTREE (regionKey)
    • SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nutrieva_co_uk.perch3_content_regions' doesn't exist
    • The following error occurred:

    • ALTER TABLE `perch3_content_regions` ADD INDEX `idx_path` USING BTREE (regionPage)
    • SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nutrieva_co_uk.perch3_content_regions' doesn't exist
    • The following error occurred:

    • ALTER TABLE `perch3_page_templates` ADD `templateNavGroups` VARCHAR(255) NULL DEFAULT '' AFTER `templateReference`
    • SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nutrieva_co_uk.perch3_page_templates' doesn't exist


    any ideas what this is?

  • drewm

    Approved the thread.