After having loaded PHP 5.4.3, gtranslate run into error causing my website to breakdown with the following error message:
"Fatal error: Call-time pass-by-reference has been removed in C:\wamp\www\site_AAC\wp-content\plugins\gtranslate\gtranslate.php on line 46"
I am using Gtranslate 1.0.36 and WordPress 3.4.1, PHP 5.4.3
The problem is easy to fix: Edit the gtrans.php file and change the lines
GTranslate::load_defaults(& $data);
to
GTranslate::load_defaults($data);
Hope this post will help