stephmoreau
Forum Replies Created
-
Forum: Plugins
In reply to: [Ceceppa Multilingua] posts only in one languageThe update seems to be working for me
Thank youForum: Plugins
In reply to: [Ceceppa Multilingua] posts only in one languageI am having the same issue with my site.
http://creajardins.ca/The site never wants to switch to English
I also had to prevent writing to the htaccess file because it kept adding /fr/ to the links and causing my site too not respond (500)
Thanks for any help you can provide
I found that these lines causing the issues (v2.0.28 SimpleHistory.php ln: 110-111)
add_filter("gettext", array($this, 'filter_gettext'), 20, 3); add_filter("gettext_with_context", array($this, 'filter_gettext_with_context'), 20, 4);But i’m still not sure how these 2 lines and my theme are causing the php warnings, will continue to work on this.
Excactly…
It’s not problem, ask away.I did however manage to clear the errors when I change my theme. Seems that there must be something in my theme that is affecting the plugin :S.
I get the errors everytime i go to the permalinks pages. And only the permalinks page, no other page is affected by the error messages.
Warning: mb_check_encoding() expects parameter 1 to be string, array given in /home/xtargets/public_html/wp-includes/wp-db.php on line 2378 Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in /home/xtargets/public_html/wp-includes/wp-db.php on line 1094I disbaled all my other plugins on the live site to see if any of them were affecting but I still get the errors.
(upgraded to WP 4.2)
I get the same issue. So far i’ve only encountered in on the “Permalink Setting” page (options-permalink.php)
I get 12 errors Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in /MY_SITE_PATH/wp-includes/wp-db.php on line 1036Currently running WP 4.1.1, PHP 5.4.25 MySQL 5.5.42