Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter denixoid

    (@denixoid)

    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

    (@namely-1)

    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 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.