pakos
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: adding post – failed with polish charactersok somehow i managed to fix it myself, i did fresh test install and saw that all db elements have charset set to utf8mb4_unicode_ci so i changed it for post_title and post_content and i can use polish characters now.
ALTER TABLE
wp_postsCHANGE
post_titlepost_title` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL ;
ALTER TABLEwp_posts
CHANGEpost_content
post_content
TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL ;`now the question is, all other tables still have: latin2_general_ci
should i change them aswell? and what if there’s an error like for wp_commentmeta – meta_key #1071 – defined key is too longForum: Fixing WordPress
In reply to: adding post – failed with polish charactersany ideas or reinstallation is my last option?
Forum: Fixing WordPress
In reply to: adding post – failed with polish charactersFirst i found how to enable debug in wp itself, (sorry for asking before searching ;)). There’s a database error:
WordPress database error: [Something is wrong in your syntax obok ') AS x_post_content' w linii 1] SELECT CONVERT( LEFT( CONVERT( '??' USING binary ), 4294967295 ) USING ) AS x_post_content WordPress database error: [Something is wrong in your syntax obok ') AS x_post_content' w linii 1] SELECT CONVERT( LEFT( CONVERT( '??' USING binary ), 4294967295 ) USING ) AS x_post_content Catchable fatal error: Object of class WP_Error could not be converted to string in /home/pakos/public_html/blog/wp-includes/formatting.php on line 1608
Forum: Fixing WordPress
In reply to: adding post – failed with polish charactersYes, sorry but forgot to mention.
Tried all of them, even tried to upgrade it once again since latest one was done automatically bu no effect, still same blank page.
Unfortunately my hosting provider doesn’t allow me to edit php config myself so i’m not able to enable showing logs, that could give some idea maybe.
Is there other way to see whats wrong from wordpress level?
Forum: Themes and Templates
In reply to: twentyeleven – archive pageok, thx ??
Forum: Themes and Templates
In reply to: twentyeleven – archive pageany1?
Forum: Fixing WordPress
In reply to: Visual Editor and Image Upload Not Working after UpgradeHi, i’ve updatet my wp to newest version today. Manually but i’m having similar problems like you. Can’t use visual edit, upload images, hide/unhide left menubar in admin mode, looks like all js (or whatever its used for such things) elements are broken. Any ideas?
Forum: Themes and Templates
In reply to: post date sometimes doesn’t show upOh thx, i’m gonna change it tomorrow ??
Forum: Themes and Templates
In reply to: resplendissant, is it a good theme? how do I find it?Have you tried google? o.o