Warning code with posts
-
Hello,
My name is Joe Palmer. After updating to latest WP earlier this week I noticed the following warning with new and existing posts
Warning: htmlspecialchars() [function.htmlspecialchars]: charset `UTF-7′ not supported, assuming iso-8859-1 in /home/gayleagu/public_html/wordpress/wp-includes/formatting.php on line 2751I have looked at the code in the above referenced file on line 2751 and is pasted below. Line 2751 being the line marked between 2 sets of asterisks (added here)
‘function esc_textarea( $text ) {
**$safe_text = htmlspecialchars( $text, ENT_QUOTES, get_option( ‘blog_charset’ ) );**
return apply_filters( ‘esc_textarea’, $safe_text, $text );’Sometime in February I added a widget called “Defend Internet Privacy” and discovered a few days later that my site had been hacked by a Turkish hacker. I deleted the widget (though the empty folder still exists), and cleaned up all the readily apparent things the hacker had done, knowing that I probably hadn’t. Since then, I’ve had to be careful to avoid any kind of special characters.
I’ve run the exploit scanner and many of the items that pop up refer to a hidden file. Here are the first two items:
hashes-3.6.php missing
The file containing hashes of all WordPress core files appears to be missing; modified core files will no longer be detected and a lot more suspicious strings will be detectedwp-includes/http.php
Unknown file found in wp-includes/ or wp-admin/ directory.In addition, permalinks now read like this:
https://www.gayleague.com/wordpress/warning-htmlspecialchars-function-htmlspecialchars-charset-utf-7-not-supported-assuming-iso-8859-1-in-homegayleagupublic_htmlwordpresswp-includesformatting-php-on-line-2751kevin-kelle/instead of like this:
https://www.gayleague.com/wordpress/kevin-keller/My site is https://www.gayleague.com/wordpress. It’s for LGBT comic book fans and is not erotic or porn.
My knowledge of and skills with WP are still basically novice/ noob. Any advice and help will be greatly appreciated.
Thank you,
Joe
- The topic ‘Warning code with posts’ is closed to new replies.