Serious malfunction –
-
The developers of “The Events Calendar” does not appreciate WordPress standards, which causes on some cases very serious issues, especially when you are trying to synchronise your events with other systems.
WordPress uses UTF-8 character set. The “The Events Calendar” developers are relaying on HTML entities, which causes serious system malfunction. When you import events, it uses HTML entities instead of normal characters. They are arguing, that this is security issue, which is really lame excuse for serious bug.
We do not write titles like these “I'm human & doesn't like HTML entities!”. Instead we write “I’m human & doesn’t like HTML entities!”
So we except some sort of solution to this very serious issue.
I’m 100% certain that this is a VERY SERIOUS BUG!
For firs WordPress uses utf8 character set!!! Thats the fact! So stay on WordPress defaults!
For second humans does not type HTML entities, its only for machines.
For third “BB & DD Horses” <> “BB & DD Horses” !
For fourth, you are using function get_page_by_title to check if organiser exists already in the database. And get_page_by_title(“BB & DD Horses”) does not return the same result width get_page_by_title(“BB & DD Horses”)!!. Instead, it says there is no organiser defined and creates new organiser, which causes system behave abnormal.
It’s not hard to fix it, and 100% certain it has nothing do to with security!!! You have to write tiny fix in your code on customer side by using html_entity_decode function to convert characters into normal!
So, just please fix the BUG!
- The topic ‘Serious malfunction –’ is closed to new replies.