• Resolved EncounterRoleplay

    (@encounterroleplay)


    Hi,

    So I’ve been attempting to move my localhost website (WAMP) to my domain on HostGator.

    I receive no errors during the scan or build phases of the packages.

    However, when installing I do. In my Install report I have 783 Deploy Errors, and when I look in the log I see:

    **ERROR** database error write ‘The used table type doesn’t support FULLTEXT indexes’ – [sql=
    CREATE TABLE wp_posts (
    ID bigint(20) unsigned NOT NULL AUTO_INCREME…]
    **ERROR** database error write ‘Table ‘encounte_(my SQL DB name).wp_posts’ doesn’t exist’ – [sql=

    Below this I see:

    INSERT INTO wp_posts VALUES(“1”, “1”, …]
    **ERROR** database error write ‘Table ‘encounte_(DB name).wp_posts’ doesn’t exist’ [sql=INSERT INTO wp_posts VALUES(“2”, “1”, “2015-05-25 18:01:08”, “2015-05-25 …]

    As far as I can tell there seems to be an issue with the Posts Table not being duplicated onto my domain site.

    When I look on my website live, it is missing pages & posts which were previously on my localhost website. Much of the content appears to be there however.

    Furthermore, all of the links lead to 404 errors.

    Tried re-installing etc, think the problem may lie deeper than that.

    Any help would be appreciated,
    Thank you,
    Will

    https://wordpress.org/plugins/duplicator/

Viewing 1 replies (of 1 total)
  • Hey Encounterroleplay,

    I would contact your host and have them help you configure the database table types to support the database your trying to move. The issue is that the database isn’t setup properly or could be outdated. I would have your hosting provider take a look at the issue. They will be able to help update the database to work with the SQL script in the package…

    Also see:
    http://stackoverflow.com/questions/963534/mysql-fulltext-indexes-issue

    Thanks~

Viewing 1 replies (of 1 total)

The topic ‘Missing Posts & Pages (Deploy Errors)’ is closed to new replies.