Moderator
t-p
(@t-p)
Please check the error logs on your server for a more specific error message and see why it’s failing. If you need help locating them, ask your hosting provider to help you with that.
In one page- for the post.php file
——————
[Warning] Unexpected CSS token: : (mediaelementplayer.min.css, line 1)
filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
——————
using Debug Bar I see:
WARNING: wp-includes/formatting.php:3297 – htmlspecialchars() [function.htmlspecialchars]: Invalid multibyte sequence in argument
include(‘wp-admin/edit-form-advanced.php’), wp_editor, _WP_Editors::editor, apply_filters(‘the_editor_content’), call_user_func_array, format_for_editor, htmlspecialchars
Update:
I deleted wp-includes and wp-admin folders and reinstalled from a fresh installation. I then deleted wp-content folder and uploaded again from local installation.
I turned off/on and reset cache on cpanel cache.
I checked charSet in myPHP- UTF8
Text/HTML can be added to existing pages, which overwrites page.
using Debug Bar I still when on focus in edit window I still see:
WARNING: wp-includes/formatting.php:3297 – htmlspecialchars() [function.htmlspecialchars]: Invalid multibyte sequence in argument
include(‘wp-admin/edit-form-advanced.php’), wp_editor, _WP_Editors::editor, apply_filters(‘the_editor_content’), call_user_func_array, format_for_editor, htmlspecialchars
which looks like this:
When I attempt to revert to previous version I got this screenshot:
Wondering if I did the find and replace correctly on .xml prior to uploading. Should all localhost references be replaced with http://”WebAdress.com”?