thib3113
Forum Replies Created
-
fb_class.php:148
“_e($representation);”
$representation is not a text, it’s a SimpleXMLElement objectfb_class.php:146
replace :
$representation = $languages[0]->codes->code->standard->representation[0];
by :
$representation = $languages[0]->codes->code->standard->representation[0]->__toString();the error disapear with this
one error :
Warning: Illegal offset type in isset or empty in /var/www/mountNpass/wp-includes/pomo/translations.php on line 85And the width have the same bug, I think it’s my theme, I look this no problem
it’s a widget in footer
Wcp : I have modify the version 1.6.5 for translate front language .
If you will this : https://drive.google.com/file/d/0B93KnqFiCeszbVlfY1EzZy13eG8/view?usp=sharing ( md5sum 2b8feeeae1482d66c6475b7fbd7abd0f )
You can verify, I don’t add backdoor or other …see image : http://www.zupmage.eu/i/Z97W8ADAXS.png
The red is the container, the green is your aside . the container-width don’t work . Do you have any idea ?