Title: [Plugin: Quick Localization (Quick Localisation)] fatal error
Last modified: August 20, 2016

---

# [Plugin: Quick Localization (Quick Localisation)] fatal error

 *  Resolved [denixoid](https://wordpress.org/support/users/denixoid/)
 * (@denixoid)
 * [14 years ago](https://wordpress.org/support/topic/plugin-quick-localization-quick-localisation-fatal-error/)
 * I’ve tried to activate the plugin and got this:
    Parse error: syntax error, unexpected
   T_NEW, expecting T_STRING or T_VARIABLE or ‘{‘ or ‘$’ in /wp-content/plugins/
   quick-localization/ql_class.php on line 189
 * [http://wordpress.org/extend/plugins/quick-localization/](http://wordpress.org/extend/plugins/quick-localization/)

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

 *  Thread Starter [denixoid](https://wordpress.org/support/users/denixoid/)
 * (@denixoid)
 * [14 years ago](https://wordpress.org/support/topic/plugin-quick-localization-quick-localisation-fatal-error/#post-2721457)
 * Since I’ve just tried it on a blank system I would really advice to consider 
   to fix it, it’s definitely not because of other plugins, themes or whatever.
 *  Plugin Author [Namely](https://wordpress.org/support/users/namely-1/)
 * (@namely-1)
 * [14 years ago](https://wordpress.org/support/topic/plugin-quick-localization-quick-localisation-fatal-error/#post-2721559)
 * Thank you for the report. It took as a while as we were not aware of the problem
   at all. We tested on many sites installed and three different servers and all
   worked well.
 * The issue was that “new” fields read from the database and stored under the “
   new” properties worked well in PHP 5.3.3 … 5.3.9 but failed on PHP version 5.2.17.
   We presume you would need to upgrade PHP anyway. Still we fixed the issue with
   the following work-around for you:
 *     ```
       // work-around for PHP 5.2 and lower not handling the "new" property correctly
       $newfield = "new";
       $row -> $newfield
       ```
   
 * This is actually a [known issue](http://many.at/fixingnewproperty/) in PHP reported
   already back in 2011 and fixed in PHP 5.3.
 * In any case, just update the plugin to version 0.0.6. This should do.
 * Let us know if you have any issue.
 * Happy translating!

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

The topic ‘[Plugin: Quick Localization (Quick Localisation)] fatal error’ is closed
to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [Namely](https://wordpress.org/support/users/namely-1/)
 * Last activity: [14 years ago](https://wordpress.org/support/topic/plugin-quick-localization-quick-localisation-fatal-error/#post-2721559)
 * Status: resolved