Tagged: wpml
-
AuthorPosts
-
May 19, 2015 at 11:50 am #446353
I am using Enfold child theme and after some latest updates got this Warning message appear on the live site in blog/category sort url’s.
As WPML people says that it might be child theme / Enfold theme problem, then please check this thread on WMPL support and give your feedback please!
May 20, 2015 at 4:58 pm #447276Hey kk!
We do not have the mysqli_real_escape_string function anywhere in Enfold. Perhaps you did a customization like this? https://kriesi.at/support/topic/problems-php-5-5-google-map-widget/#post-321743
Try deactivating all plugins except WPML and also try activating just Enfold instead of your child theme to see what happens.
Regards,
ElliottJune 10, 2015 at 1:25 pm #457183This reply has been marked as private.June 10, 2015 at 4:45 pm #457347Hi!
I’m sorry but I don’t understand. Is that code you are adding to the child theme? What are you trying to do?
That is probably where the error is coming from so try deleting it.
Regards,
Elliott- This reply was modified 9 years, 5 months ago by Elliott.
June 11, 2015 at 12:27 am #457572This reply has been marked as private.June 11, 2015 at 9:07 am #457664Hey!
Are you getting the same error if you activate one of the default WordPress themes?
Cheers!
RikardJune 11, 2015 at 11:04 am #457719Hi, no, there is no such an error, when I activate WP default theme.
There have to be all the following 3 conditions applied together, when this warning appears:
1. Current child theme is activated (set up without any additional modifications/customisations)
2. Blog page is displayed in Grid view
2. WPML plugin is activated- This reply was modified 9 years, 5 months ago by kk. Reason: additional info
June 11, 2015 at 11:29 am #457729Hey!
Do you mind posting FTP access here privately so we can check wp-db.php file?
Cheers!
YigitJune 11, 2015 at 9:59 pm #458061This reply has been marked as private.June 15, 2015 at 2:57 pm #459355Hey!
Can you please try updating WPML to latest version 3.2 – https://wpml.org/2015/06/wpml-3-2-released/?
Best regards,
YigitJune 19, 2015 at 12:50 pm #461833This reply has been marked as private.June 22, 2015 at 1:52 pm #462767Hey!
What happens when you activate the default theme instead of Enfold? Do the errors still display?
Best regards,
ElliottJune 23, 2015 at 12:04 am #463098Hi Elliott, please read my reply I wrote on 11. june 2015 11:04 am
June 23, 2015 at 8:03 am #463166Hey!
Maybe, we can hide the warnings. Please try to edit wp-config.php, look for this code:
define('WP_DEBUG', false);
..replace it with:
ini_set('log_errors','On'); ini_set('display_errors','Off'); ini_set('error_reporting', E_ALL ); define('WP_DEBUG', false); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false);
Best regards,
IsmaelJune 25, 2015 at 10:35 am #464515this worked for hiding the warnings
June 25, 2015 at 11:50 am #464545 -
AuthorPosts
- You must be logged in to reply to this topic.