Title: [Plugin: Codestyling Localization] PHP Memory Limit issue generating .mo file
Last modified: August 20, 2016

---

# [Plugin: Codestyling Localization] PHP Memory Limit issue generating .mo file

 *  Resolved [WP mineworks](https://wordpress.org/support/users/wpmineworks/)
 * (@wpmineworks)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-codestyling-localization-php-memory-limit-issue-generating-mo-file/)
 * Hi author,
 * I’m using one of the woothemes with wp3.3.1 and after installing turkish language,
   I’m not abel to generate mo file, so getting and error like this:
 *     ```
       You are trying to open a translation catalog which expands above your PHP Memory Limit at 0 MB during read.
       Please enable the low memory mode for opening this components catalog.
       ```
   
 * How to solve this?
 * Thanks
 * [http://wordpress.org/extend/plugins/codestyling-localization/](http://wordpress.org/extend/plugins/codestyling-localization/)

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

 *  [caspel](https://wordpress.org/support/users/caspel/)
 * (@caspel)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-codestyling-localization-php-memory-limit-issue-generating-mo-file/#post-3118158)
 * I have the same problem with WP 3.4.2 but only in theme “target”
 *  Plugin Author [codestyling](https://wordpress.org/support/users/codestyling/)
 * (@codestyling)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-codestyling-localization-php-memory-limit-issue-generating-mo-file/#post-3118188)
 * As example the target theme, it has a defect!
 *     ```
       <?php previous_post_link(__( '%link', '<span class="meta-nav">←</span> Previous Post ') ); ?>
       </span> <span class="nav-next">
       <?php next_post_link(__( '%link', 'Next Post <span class="meta-nav">→</span>') ); ?>
       ```
   
 * Both translation term are nonsence a lead to failing my plugins result.
    The 
   theme Author has to correct that because this won’t get any suitable name otherwise(
   single.php).
 * Nevertheless my next version will try to handle such bad theme coding cases more
   reliable.
 *  [simonphilip](https://wordpress.org/support/users/simonphilip/)
 * (@simonphilip)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-codestyling-localization-php-memory-limit-issue-generating-mo-file/#post-3118197)
 * Hi
    I am having the same problem as WP mineworks. Can you please tell me if we
   can expect the future version to deal with that problem. Or is there another 
   way to solve the problem for a non-technically skilled guy? 😉
 * Thanks for the very nice plugin.
 * Best regards
 * Simon

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

The topic ‘[Plugin: Codestyling Localization] PHP Memory Limit issue generating .
mo file’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/codestyling-localization_e6e1e3.svg)
 * [Codestyling Localization](https://wordpress.org/plugins/codestyling-localization/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/codestyling-localization/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/codestyling-localization/)
 * [Active Topics](https://wordpress.org/support/plugin/codestyling-localization/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/codestyling-localization/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/codestyling-localization/reviews/)

## Tags

 * [php memory limit](https://wordpress.org/support/topic-tag/php-memory-limit/)

 * 3 replies
 * 4 participants
 * Last reply from: [simonphilip](https://wordpress.org/support/users/simonphilip/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-codestyling-localization-php-memory-limit-issue-generating-mo-file/#post-3118197)
 * Status: resolved