• Resolved Sunidaze

    (@sunidaze)


    I get the following error whenever I try to use WP Clone on my new server. The database goes away and the home page of my WordPress installation is foo/install.php. I haven’t lost anything since this is a new site but if I can’t get this resolved I’ll have to cancel and find other hosting. I’ve used WP Clone successfully on a few other hosting servers.

    Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /home/foo/public_html/wp-content/plugins/wp-clone-by-wp-academy/lib/functions.php on line 245
    The plugin encountered an error while cloning the database,the following error message was returned:
    Error Message : MySQL server has gone away

    Temporary files created in /home/foo/public_html/wp-content/wpclone-temp will be deleted.

    This is the response I got from tech support.

    Seems one of the tables doesn’t supported by the mysql engines.

    =========
    root@neptune [~]# mysqlcheck -r foo_wp815
    foo_wp815.wp1_commentmeta OK
    foo_wp815.wp1_comments OK
    foo_wp815.wp1_links OK
    foo_wp815.wp1_options OK
    foo_wp815.wp1_postmeta OK
    foo_wp815.wp1_posts OK
    foo_wp815.wp1_term_relationships OK
    foo_wp815.wp1_term_taxonomy OK
    foo_wp815.wp1_terms OK
    foo_wp815.wp1_usermeta OK
    foo_wp815.wp1_users OK
    foo_wp815.wp1_wpclone
    note : The storage engine for the table doesn’t support repair
    root@neptune [~]#
    ========

    You have to remove that table from your mysql database now.

    Problem is I don’t know how to remove a table, I don’t think removing a table will make WP Clone work (maybe I’m wrong) and the other problem is I don’t think I should have to hack the database every time I want to clone a site.

    I’m wondering if anyone else has had this problem and if so, how to resolve it.

    https://ww.wp.xz.cn/plugins/wp-clone-by-wp-academy/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Error Message : MySQL server has gone away’ is closed to new replies.