Viewing 3 replies - 1 through 3 (of 3 total)
  • Have you by chance deleted some lines in your theme which call the other parts of the page ie sidebar.php and footer.php ?

    To check …. does the site have the same problem if you change theme in the admin screens?

    Thread Starter fortis

    (@fortis)

    Thanks for a note. Well changing the theme doesn’t make a difference. I can see only the header image and the headline of the last post…

    Could it be permissions?

    Thread Starter fortis

    (@fortis)

    Solution is FOUND!

    First: always look at those server things called LOGS especially that hold errors 🙂
    Second: google the error string
    Third: implement

    So.. my problem (not my but my site’s) was wp-slimstat. The error was logged as

    PHP Fatal error: Cannot instantiate non-existent class: cachedfilereader in /xxx/xxx/xxx/xxx/wp-includes/wp-l10n.php on line 67

    I looked at http://www.duechiacchiere.it/wp-slimstat/ and followed Patrick’s recommendations

    “For those having issues with “Fatal error: Cannot instantiate non-existent class: cachedfilereader in /blog/wp-includes/wp-l10n.php on line 67″:

    To fix this, just define a language (WPLANG) in wp-config.php. Default is empty, so set it to en and you’ll be fine.

    define (’WPLANG’, ‘en’);

    Patrick”

    Thanks Patrick!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Half loaded page or missing posts’ is closed to new replies.