• Resolved spiderworks

    (@spiderworks)


    Hi there,

    I am getting a blank white page when loading my website, easypackaging.co.za

    In the log file on the domain I get this error

    [09-Feb-2015 14:26:48 UTC] PHP Warning: require_once(/home/easypack/public_html/wp-includes/pomo/translations.php): failed to open stream: No such file or directory in /home/easypack/public_html/wp-includes/pomo/mo.php on line 10
    [09-Feb-2015 14:26:48 UTC] PHP Fatal error: require_once(): Failed opening required ‘/home/easypack/public_html/wp-includes/pomo/translations.php’ (include_path=’.:/opt/alt/php54/usr/share/pear:/opt/alt/php54/usr/share/php’) in /home/easypack/public_html/wp-includes/pomo/mo.php on line 10

    Can someone please help me with this urgently, this is a customer website which is causing issues.

    Richard

Viewing 7 replies - 1 through 7 (of 7 total)
  • Moderator James Huff

    (@macmanx)

    Try manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.

    If that does not resolve the issue, access your server via FTP or SFTP, navigate to /wp-content/themes/ and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).

    Thread Starter spiderworks

    (@spiderworks)

    Hi James, I tried doing as you suggested but it didn’t work, I still get the same blank home page on load!

    ??

    This is really desperate, if anyone can help me please

    Regards
    Richard

    Moderator James Huff

    (@macmanx)

    Try downloading WordPress again and delete then replace your copies of everything except the wp-config.php file and the /wp-content/ directory with fresh copies from the download. This will effectively replace all of your core files without damaging your content and settings. Some uploaders tend to be unreliable when overwriting files, so don’t forget to delete the original files before replacing them.

    Thread Starter spiderworks

    (@spiderworks)

    I’ll have ago and let you know, thank you!

    Richard

    Thread Starter spiderworks

    (@spiderworks)

    Ok, you’re a star James, I did as suggested and my site is back up and running, thank you very much!

    Moderator James Huff

    (@macmanx)

    You’re welcome!

    This also happened to me when moving a wordpress site to another location. Instead of reinstalling, updating the modification date of all files also worked:

    find . -exec touch {} \;

    (run in ssh console at the root of wordpress directory)

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘/POMO error on site (Blank Page)’ is closed to new replies.