lpuga
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Google Maps API Warning but I don't have any mapsTurns out, form maker needs to be set to auto generate. Still not sure about the google api issue, but it doesn’t seem to be interfering with the site. I’ll have to go through my CSS and see what’s happening there, but I think this is largely addressed.
Disregard. I’ve figured it out.
Hello,
This is my first time transferring a site. I too am getting deployment errors that look like this:
**ERROR** database error write ‘Unknown collation: ‘utf8mb4_unicode_ci” – [sql=
CREATE TABLEwp_commentmetaI see that I am supposed to edit the character set, but in which file(s)? When I look at the archive that I created, its wpconfig reads:
/** Database Charset to use in creating database tables. */
define(‘DB_CHARSET’, ‘utf8’);/** The Database Collate type. Don’t change this if in doubt. */
define(‘DB_COLLATE’, ”);Is there a different file(s) I need to edit? Do I it prior to running the duplicator or once the site is on my new server?
Any help would be greatly appreciated. Thank you in advance.