thesage
Forum Replies Created
-
The following are the screenshots. I had tried to check and uncheck. Change theme to storefront and it didn’t make a difference.
Forum: Installing WordPress
In reply to: Non-English Characters Corrupted after moving to new serverI managed to fix the problem. I changed utf8mb4 to latin1.
define (‘DB_CHARSET’, ‘latin1’);
I have two almost identical websites. One works with utf8mb4 and the other latin1. Anyone knows why is that so?
Forum: Installing WordPress
In reply to: Non-English Characters Corrupted after moving to new serverOther than non-English characters encoding problem, there are no other problems with the website. How can I fix the encoding problem?
Forum: Plugins
In reply to: [Postie] Image Name in PostWhen the server is set to use System PHP-FPM with easyapache4, the image files will not named with their respective file names. All the image file names would be “cof”, “bdr”, “bty” or something similar.
Forum: Plugins
In reply to: [Postie] Image Name in PostJust sent one email.
Forum: Plugins
In reply to: [Postie] Image Name in PostIt’s not a plugin issue. Deactivated all plugins except for postie.
Recently updated server to easyapache4 and dso+modruid2. Could it be a server issue?Forum: Plugins
In reply to: [Postie] (no title) postA corrupted database was the main cause of the problem. With the corrupted database, when postie parse the email with attachments, it will create post and media files with no content. After replacing a proper backup working database, there is no problem with postie.
Forum: Plugins
In reply to: [Postie] (no title) postJust found out that media library has a lot of “(no title) — Logo” in the list. Like the (no title) posts, I cannot select, view, edit or delete.
Looks like Postie plugin has corrupt the database. Tried to repair the database via wordpress database repair and via phpmyadmin repair. Both are not working.
Forum: Plugins
In reply to: [Postie] (no title) postIt looks like a bigger problem than I thought. Have already installed the support add on and sent out a few emails.
Now I have many (no title) posts that I cannot delete with administrator account. Tried using the wordpress database repair function and it doesn’t help.Forum: Plugins
In reply to: [Postie] (no title) postLooks like they are tmp post created while parsing email and it hung. These post has no content and has no way to delete it from administrator account.
The question is how to delete these tmp posts.Forum: Fixing WordPress
In reply to: Database Backup Title with Smiley icons problemThank you for your reply. Database is in utf8mb4. What other settings is required?
Forum: Fixing WordPress
In reply to: Database Backup Title with Smiley icons problemThank you for your reply. Database is in utf8mb4. What other settings is required?
- This reply was modified 8 years, 5 months ago by thesage.
Forum: Plugins
In reply to: [Postie] Embed Video Attachement CodeThank you for your prompt reply. Maybe you should add this code to your next version. It works with more browsers.