Title: Pomo folder
Last modified: August 21, 2016

---

# Pomo folder

 *  Resolved [julia](https://wordpress.org/support/users/strawberrycakes/)
 * (@strawberrycakes)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/pomo-folder/)
 * Hi all,
    I can’t access my wp blog or wp-admin anymore. There isn’t any error
   message, just a white page when I try to load the page.
 * I think it may have to do with me deleting the “pomo” folder (wp-includes/pomo/),
   because I first read something about this being malware.. but the pomo folder
   actually is from some plugin, is that right?
    Does anyone know which plugin that
   could be – and if this could’ve likely caused the error? If yes, is there a way
   to restore the pomo folder? (I didn’t make a backup, unfortunately)
 * Other than that, I don’t think I’ve changed anything, so I’m a bit lost at the
   moment.. :/
 * Thanks so much in advance for any help!
    Julia

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/pomo-folder/page/2/?output_format=md) 
[→](https://wordpress.org/support/topic/pomo-folder/page/2/?output_format=md)

 *  Thread Starter [julia](https://wordpress.org/support/users/strawberrycakes/)
 * (@strawberrycakes)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/pomo-folder/#post-4360142)
 * what I’ve tried so far:
 * I tried to repair possible database errors by adding
    “define( ‘WP_ALLOW_REPAIR’,
   true );” to my wp-config.php file – but this didn’t change anything, there was
   still only a white/blank page. I repaired all database tables via phpmyadmin,
   which didn’t change anything as well;
 * I also tried disabling all plugins (by renaming the folder via ftp), with no 
   results/changes as well;
 * Oh and I disabled all htaccess files, just in case they had been hacked, but 
   this too didn’t change anything.
 * I don’t know what else to try – any suggestions are greatly appreciated! Thanks
   a lot!
 *  Thread Starter [julia](https://wordpress.org/support/users/strawberrycakes/)
 * (@strawberrycakes)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/pomo-folder/#post-4360146)
 * ps:
    when I try to access the site in chrome, at least I get the error message“
   500. Internal Server Error” ..in Firefox there’s just a blank page.
 *  Thread Starter [julia](https://wordpress.org/support/users/strawberrycakes/)
 * (@strawberrycakes)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/pomo-folder/#post-4360153)
 * silly question: is it possible that all the plugins got somehow deinstalled just
   by renaming the plugins folder?? (via ftp)
    i had renamed it to test if any of
   the plugins caused the problem, and now the folder is EMPTY. How is this possible?
 *  Thread Starter [julia](https://wordpress.org/support/users/strawberrycakes/)
 * (@strawberrycakes)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/pomo-folder/#post-4360158)
 * who could help me please, please, please?
    I still get a blank page (or a 500
   internal server error, but only in chrome). I’ve tried all of the above (2nd 
   post). Any ideas? Thank you! : )
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/pomo-folder/#post-4360159)
 * Ask your host how to access the server error logs to see what’s going on.
 *  Thread Starter [julia](https://wordpress.org/support/users/strawberrycakes/)
 * (@strawberrycakes)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/pomo-folder/#post-4360160)
 * ok, before I try anything else, I wanted to do another backup of the SQL database
   via phpMyAdmin.
    What puzzles me is that on the first page/tab (structure) it
   says that the size of the entire db is 61 MB, but when I export the db (via the“
   export” tab) the file size of the exported .sql file is 0 byte. I tried quick
   export and custom export with all tables selected, but it’s always 0 byte.
 * what could be the reason for this?
    is the db corrupt/broken/…? could I try another
   export option?
 *  Thread Starter [julia](https://wordpress.org/support/users/strawberrycakes/)
 * (@strawberrycakes)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/pomo-folder/#post-4360162)
 * Hi WPyogi,
    thanks for the hint! I just checked and luckily I do have access 
   to the errorlogs. the problem seems to be indeed the missing pomo folder (and
   the php files that it contained):
 * **PHP Fatal error: require(): Failed opening required ‘/WordPress_03/wp-includes/
   pomo/mo.php’ (include_path=’.:/opt/RZphp5/includes’) in /WordPress_03/wp-settings.
   php on line 73**
 * like I said before, unfortunately I deleted the entire pomo folder (and I don’t
   have a backup). Is there a way to restore a “default” pomo folder from somewhere?
   I have no idea what the php files in it were required for.. is it a folder created
   by some plugin?
 *  Thread Starter [julia](https://wordpress.org/support/users/strawberrycakes/)
 * (@strawberrycakes)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/pomo-folder/#post-4360164)
 * line 73 in wp-settings.php says:
    `require( ABSPATH . WPINC . '/pomo/mo.php' );`
 * I’ve tried disabling only this line (by putting // in front, right?), but this
   didn’t help.
 *  Thread Starter [julia](https://wordpress.org/support/users/strawberrycakes/)
 * (@strawberrycakes)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/pomo-folder/#post-4360166)
 * ok. problem solved!!!
    I downloaded the current wordpress version (again), and
   uploaded the pomo folder into the wp-includes directory (again). I had tried 
   this before (!) and it didn’t work – but for some mysterious reason now everything’s
   fine again. phew. exhausted but happy.
 *  Thread Starter [julia](https://wordpress.org/support/users/strawberrycakes/)
 * (@strawberrycakes)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/pomo-folder/#post-4360167)
 * only 1 thing left: exporting the sql database via myphpadmin still doesn’t work–
   the file always has 0 byte. strange, since all contents seem to be there – and
   under the tab “structure” it says that the size of the entire db is 61 MB.
 * I tried quick export and custom export with all tables selected, but it’s always
   0 byte.
 * what could be the reason for this?
    is the db corrupt/broken/…? could I try another
   export option?
 *  [leejosepho](https://wordpress.org/support/users/leejosepho/)
 * (@leejosepho)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/pomo-folder/#post-4360168)
 * Glad you got the problem solved, and glad I had not tried to help. I need cataract
   surgery, and I had thought you had said you were missing a “porno” folder…
    [http://wordpress.org/support/topic/was-my-wordpress-hacked-1?replies=4#post-2841477](http://wordpress.org/support/topic/was-my-wordpress-hacked-1?replies=4#post-2841477)
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/pomo-folder/#post-4360169)
 * >  I had thought you had said you were missing a “porno” folder…
 * LOL!
 * **[@julia](https://wordpress.org/support/users/julia/)** – I’m also very glad
   you got that fixed! Have you gone through this:
 * [http://codex.wordpress.org/Backing_Up_Your_Database](http://codex.wordpress.org/Backing_Up_Your_Database)
 *  Thread Starter [julia](https://wordpress.org/support/users/strawberrycakes/)
 * (@strawberrycakes)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/pomo-folder/#post-4360208)
 * [@leejosepho](https://wordpress.org/support/users/leejosepho/), i guess that’s
   an honest mistake.. ; )
 * [@wpyogi](https://wordpress.org/support/users/wpyogi/): yes, I tried exporting
   the db via phpmyadmin, just like described above. Regardless of the export method(
   quick/custom) it always produces a 0-byte file.
    I ran “check/optimize/analyze/
   repair” on all tables several times, and exported them again, but this didn’t
   help.
 * According to the “structure” tab (in myphpadmin) the size of the entire db is
   61 MB.
    Shouldn’t the exported sql file have approximately the same size?
 * –
 * I then installed a wp plugin for db/data backups (UpdraftPlus), and here exporting
   the database seems to be working – and results in a 64 MB file.. so that looks
   alright!
 * But I still find it a bit worrisome that exporting manually from myphpadmin doesn’t
   work..
    any thoughts on this? : )
 *  [micha0815](https://wordpress.org/support/users/micha0815/)
 * (@micha0815)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/pomo-folder/#post-4360296)
 * Hi Julia,
 * thanks for the hard work on that topic. 🙂
    My provider emailed me saying that
   the pomo/xclam.php is suspicious and disabled it. Now I don’t remember what kind
   of plugin or script this was and would like to download the latest version like
   you suggested.
 * Would you be so kind to post the full name or URL of the plugin? Or haven’t you
   found out yourself in the meantime? You mentioned it in your first post but not
   anymore later on…
 * Thanks a lot!
    Micha
 *  Thread Starter [julia](https://wordpress.org/support/users/strawberrycakes/)
 * (@strawberrycakes)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/pomo-folder/#post-4360297)
 * Hi micha0815,
 * the pomo folder does NOT come from a plugin, but is included in the default wordpress
   installation (i don’t know since which version, but at least from Version 3.4.1
   on).
 * What I did was to download the current WP version from [http://wordpress.org/download/](http://wordpress.org/download/)
   
   and re-upload the pomo folder (under wp-includes).
 * The default pomo folder should have 5 php files included (also see [here](https://www.archlinux.org/packages/community/any/wordpress/files/)):
 * entry.php
    mo.php po.php streams.php translations.php
 * ..so yes, i guess that “xclam.php” of yours shouldn’t be there 😉
    Hope that 
   helps! Julia

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/pomo-folder/page/2/?output_format=md) 
[→](https://wordpress.org/support/topic/pomo-folder/page/2/?output_format=md)

The topic ‘Pomo folder’ is closed to new replies.

## Tags

 * ["500 internal server error"](https://wordpress.org/support/topic-tag/500-internal-server-error/)
 * [blank-page](https://wordpress.org/support/topic-tag/blank-page/)
 * [pomo](https://wordpress.org/support/topic-tag/pomo/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 17 replies
 * 4 participants
 * Last reply from: [julia](https://wordpress.org/support/users/strawberrycakes/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/pomo-folder/page/2/#post-4360314)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
