I am sorry, but I found another problem with the import of contact files; this time in case the contact first name or last name contain diacritics:
On my Google Drive you will find a folder, containing two contact files with contact names containing diacritics, UTF-8 resp. ANSI encoded and two screendump files of the Audience page after import of these files. From the file names it will be clear what is what.
Because Excel, for example, saves CSV-files by default in the ANSI format, you should somehow be able to handle this.
You will understand that this is related to the UTF-8 BOM problem that I reported two weeks ago.
Thank you for all your help!
]]>Can’t activate WP Cerber due to a database error.
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘”” COMMENT “IP address”, ip_long_begin BIGINT UNSIGNED’ at line 2
My database version is MySQL 8
]]>Another issue is with galleries in the new text editor, I no can access the media library for change one photo in the post editor.
I hope you can reproduce the problem and solve it, cookie and the new editor.
]]>I’m having some troubles regarding my plugins encoding – ansi, utf8, etc. Any plugin I make, works in my website and in most of my users. However, in some, the plugin gives the “last character error” – namely in xampp, local, for testing purposes; instead of outputing a variable like <?php echo… xampp reads %3C?%20echo…
Do I save the php files in plain ansi, in ascii mode? Or Unix? Or in utf8? New line and/or carriage return?…
Is there a aprox. universal form for compatibility?
Kind regards,
]]>For some reason i had my cPanel PHP version set to 5.6 rather than the default 5.4.
Because of this when i did a WP-Clone backup the database.sql file was encoded in ANSI for some reason and this messed up all my characters.
Returning the PHP version to 5.4 solved the problem.
https://www.ads-software.com/plugins/wp-clone-by-wp-academy/
]]>In wp-config.php I have these lines:
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ‘utf8_swedish_ci’);
I am using currently latest version 3.1.4
https://www.ads-software.com/plugins/backwpup/
]]>“The plugin generated 3 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.”
https://www.ads-software.com/extend/plugins/iosec-anti-flood-security-gateway-module/
]]>Well, from the begining when I activate my plugin I can see a message: “Plugin generates XXX of unexpected outputs. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.“
But my plugin was working well so I did’t care about it and I keept on programming. Now I have 8439 unexpected outputs.
The problem came when I tried to create a new user. Then, this warning appeared:
“Warning: Cannot modify header information – headers already sent by (output started at C:\servidor\xampp\htdocs\labowordpress\wp-content\plugins\acrcard\acrcard.php:235) in C:\servidor\xampp\htdocs\labowordpress\wp-includes\pluggable.php on line 934″
And this warning appears when I create an article, an user, when I log out from the wordpress… anything I do out of my plugin. My plugin stills working well, without errors and without warnings.
The files of my plugin are written in UTF-8 format and I have seen something about this can be the problem, so I change the format to ANSI but this doesn’t fix nothing.
There is something curious: If I delete a blank space inside mi PHP code (inside!, not before <?php or later than ?>), I have one unexpected output less.
I think is something about the format of my files or I don’t know, buy I have spent hours reading forums and trying all kind of stupid and desesperated things… and i can not fix it.
Please, any ideas?
Thank you very mutch!
PD: Sorry about my english!!!
]]>Well, from the begining when I activate my plugin I can see a message: “Plugin generates XXX of unexpected outputs. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.“
But my plugin was working well so I did’t care about it and I keept on programming. Now I have 8439 unexpected outputs.
The problem came when I tried to create a new user. Then, this warning appeared:
“Warning: Cannot modify header information – headers already sent by (output started at C:\servidor\xampp\htdocs\labowordpress\wp-content\plugins\acrcard\acrcard.php:235) in C:\servidor\xampp\htdocs\labowordpress\wp-includes\pluggable.php on line 934”
And this warning appears when I create an article, an user, when I log out from the wordpress… anything I do out of my plugin. My plugin stills working well, without errors and without warnings.
The files of my plugin are written in UTF-8 format and I have seen something about this can be the problem, so I change the format to ANSI but this doesn’t fix nothing.
There is something curious: If I delete a blank space inside mi PHP code (inside!, not before <?php or later than ?>), I have one unexpected output less.
I think is something about the format of my files or I don’t know, buy I have spent hours reading forums and trying all kind of stupid and desesperated things… and i can not fix it.
Please, any ideas?
Thank you very mutch!
PD: Sorry about my english!!!
]]>