Title: Internal Server Error
Last modified: August 22, 2016

---

# Internal Server Error

 *  Resolved [metil](https://wordpress.org/support/users/metil/)
 * (@metil)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/internal-server-error-252/)
 * Hello, i try translate to Russian my template Worldwide.
    1st: i add new lang
   ru_RU , translate some words , how update and show in web russian lang? 2nd: 
   i try correct worldwide.pot and when try synchr give me error: Internal Server
   Error help pls how use new language ;(
 * [https://wordpress.org/plugins/loco-translate/](https://wordpress.org/plugins/loco-translate/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Author [Tim W](https://wordpress.org/support/users/timwhitlock/)
 * (@timwhitlock)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/internal-server-error-252/#post-5400657)
 * I need to see the full text of the error.
    Can you post whatever errors are printed
   in your logs, and any output from the Ajax request too please?
 *  [supertester](https://wordpress.org/support/users/supertester/)
 * (@supertester)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/internal-server-error-252/#post-5400747)
 * I’m having the same problem. AJAX response is empty (checked with firebug) and
   the error_log displays the following:
    `[21-Oct-2014 23:33:05 UTC] PHP Fatal 
   error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 64 
   bytes) in /secretpath/plugins/loco-translate/lib/build/gettext-compiled.php on
   line 6`
 *  [supertester](https://wordpress.org/support/users/supertester/)
 * (@supertester)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/internal-server-error-252/#post-5400748)
 * Fixed it, added `define( 'WP_MEMORY_LIMIT', '64M' );` to wp-config.php and all
   is working fine now!
 *  Plugin Author [Tim W](https://wordpress.org/support/users/timwhitlock/)
 * (@timwhitlock)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/internal-server-error-252/#post-5400749)
 * Great. Thanks, for posting.
 *  [km0](https://wordpress.org/support/users/km0/)
 * (@km0)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/internal-server-error-252/#post-5400795)
 * I have the same problem,
    mod_fcgid: stderr: PHP Fatal error: Allowed memory 
   size of 134217728 bytes exhausted (tried to allocate 72 bytes)
 * I added define( ‘WP_MEMORY_LIMIT’, ‘192M’ ); to wp-config.php but error persists.
 *  Plugin Author [Tim W](https://wordpress.org/support/users/timwhitlock/)
 * (@timwhitlock)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/internal-server-error-252/#post-5400796)
 * I suspect in your case [@km0](https://wordpress.org/support/users/km0/) WordPress
   is unable to increase PHP’s memory.
    This can happen if PHP has been configured
   to disallow overriding of the `memory_limit` directive from source code.
 * Try also setting the memory_limit directive at sever level. If it fails, take
   note of the number of bytes given in the error as this will tell you whether 
   the value was actually increased (which it isn’t in your example).
 * Refs:
    [http://php.net/manual/en/ini.core.php#ini.memory-limit](http://php.net/manual/en/ini.core.php#ini.memory-limit)
   [http://php.net/manual/en/configuration.changes.php](http://php.net/manual/en/configuration.changes.php)

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Internal Server Error’ is closed to new replies.

 * ![](https://ps.w.org/loco-translate/assets/icon-256x256.png?rev=1000676)
 * [Loco Translate](https://wordpress.org/plugins/loco-translate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/loco-translate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/loco-translate/)
 * [Active Topics](https://wordpress.org/support/plugin/loco-translate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/loco-translate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/loco-translate/reviews/)

 * 6 replies
 * 4 participants
 * Last reply from: [Tim W](https://wordpress.org/support/users/timwhitlock/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/internal-server-error-252/#post-5400796)
 * Status: resolved