WordPress can give some unexpected blank pages when you post, leaving you at post.php, or when trying to activate the API key for WordPress.com Stats plugin. Both problems are caused by the plugin itself:
Why? There are 2 places in the file stats.php where is included a file called class-IXR.php (from the wordpress wp-includes folder)
If your host is “case-sensitive” and you uploaded the WordPress files via ftp selecting the option “convert files to lowercase” – your file (class-IXR.php) it won’t open, and the inclusion will give you an error, but because WordPress hides most of the php errors, you can see only a blank page.
So you have 2 solutions: either you manually change the name of the inluded file in stats.php (wordpress stats plugin) into lower-case “class-ixr.php” (search-replace into an text editor) and re-upload it to the server, either you change your blog host.
The first option works best :)
PS: am scris in engleza ptc sunt multi care se confrunta cu problema si nu a dat nimeni o solutie pana acum.
3 reacţii · Comenteaza · Urmăreste comentariile prin RSS