• This is on a network (multisite) installation.

    Ugrade to PHP 5.4.8 on my hosting; Now the plug will not activate. Throws a fatal error:

    Fatal error: Call-time pass-by-reference has been removed in

    …/cmglobal-org/wp-content/plugins/g-translate/g-translate.php on line 344

    I have a link on the site that was put there when the plugin was working. You can use it to select the language, but, at least in Chrome, you then get the Translate bar across the top of the screen and you can translate from there.

    http://cmglobal.org/patrimony-en/

    http://wordpress.org/extend/plugins/g-translate/

    I changed (& $data) to ($data) in several places; now I get less severe errors. (still must have it disabled).

    Warning: fopen(/…/cmglobal-org/wp-content/plugins/g-translate/owner.txt): failed to open stream: Permission denied in /…/www/users/nicollb/cmglobal-org/wp-content/plugins/g-translate/g-translate.php on line 250

    Warning: fwrite() expects parameter 1 to be resource, boolean given in
    /…/cmglobal-org/wp-content/plugins/g-translate/g-translate.php on line 252

    Warning: fclose() expects parameter 1 to be resource, boolean given in
    /…/cmglobal-org/wp-content/plugins/g-translate/g-translate.php on line 254

  • The topic ‘v 1.3: Fatal Error under PHP 5.4.8’ is closed to new replies.