edit —-
I managed to solve it for myself, locally, using WAMP local server. Not sure how this fix might be applied to a live site, but it worked for my issue.
1. Open this file in notepad: C:\wamp64\bin\mysql\mysql5.7.9\my.ini
2. Add the final line to the file:
[mysqld]
port = 3306
sql_mode=NO_ENGINE_SUBSTITUTION
(then restart WAMP)
—- end edit
I have the same issue with duplicator, I believe it is dropping more than just the users table, as I have tried just importing the missing table and the site media uploads was broken.
Its a shame that I can’t figure out why duplicator doesn’t work anymore. Its not flagging any issues with installation, yet it doesn’t work on any site I try. Its a pain that I now need access to a website’s PhpMyAdmin now to get the proper database export.
-
This reply was modified 7 years, 3 months ago by niahc.
-
This reply was modified 7 years, 3 months ago by niahc. Reason: found a solution