Wordpress plugin, php 5.4, variable by reference bug
Aug 17, 2013 4:59 pm by Marek Kmiecik
Aug 17, 2013 4:59 pm by Marek Kmiecik
Please remove pass variable by reference into Gtranslate Wordpress Plugin (1.0.36).
Pass variable by reference conflict with PHP 5.4.
Please remove it from all functions.
For example:
OLD:
GTranslate::load_defaults(& $data);
Version work with PHP 5.4
GTranslate::load_defaults($data);
Search all places where variable is passing, and remove reference.
You should prepare version for PHP 5.4
Re: Wordpress plugin, php 5.4, variable by reference bug
Aug 18, 2013 3:46 pm by Yana
Aug 18, 2013 3:46 pm by Yana
Hi,
Thank you for your request. I'll transfer it to our developer.
SIMILAR TOPICS
Onloading the plugin quickly flashes up flags and text names | Feb 7, 2019 3:29 pm | Replies: 1 | Post by: brobertson |
wordpress amp link not translate | Dec 31, 2016 10:11 am | Replies: 12 | Post by: besybuy |
Add links to all translated posts on every Wordpress post | Jan 14, 2019 8:51 pm | Replies: 5 | Post by: ptsniper |
Best way to translate a page in WordPress? | Jan 7, 2019 11:10 am | Replies: 3 | Post by: Tonnystark |
Problem with plugin | Dec 30, 2018 11:59 pm | Replies: 1 | Post by: Iyari |