Tagged: debug
-
AuthorPosts
-
September 2, 2014 at 9:56 am #312154
Hello,
as I debugged my website I got the message below.
Maybe you understand something.
Thanks a lot.September 3, 2014 at 1:33 pm #312822Hi gianmarizzi!
Try doing a quick reinstall of the theme files either from the WordPress dashboard or over FTP. See: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
DevinSeptember 3, 2014 at 1:54 pm #312850Well, it won’t be quick…
September 3, 2014 at 2:00 pm #312855It should be less than 10 minutes to do an update. I do the whole thing in the video on that page in the documentation and its the easiest way to ensure all the files on your server are up to date and there are no errors within the theme files that could be causing any issues.
September 3, 2014 at 2:05 pm #312858I’ll do that but I usually update Enfold via FTP so I’m sure the files are all correctly up to date.
September 3, 2014 at 3:43 pm #312940This reply has been marked as private.September 5, 2014 at 5:31 am #313799Hi!
Try the following:
http://codex.wordpress.org/Debugging_in_WordPress#WP_DEBUG_DISPLAYRegards,
JosueSeptember 5, 2014 at 10:05 am #313881Josue, I can’t understand. It looks what I did: set WP_DEBUG on true and got the debug messages above.
September 5, 2014 at 10:43 am #313903Hi!
Please deactivate the debug mode and replace:
define( 'WP_DEBUG', true );with
define( 'WP_DEBUG', false );If the warnings still pop up add this code to the theme functions.php file (at the very beginning after the
<?phptag:
error_reporting(0);We’ll fix the first warning with the next update. The second warning is not triggered by our theme and you need to contact the WPML support team.
Regards,
PeterSeptember 5, 2014 at 11:13 am #313933Ok, the problem wasn’t how to hide messages but why they appeared.
September 5, 2014 at 5:34 pm #314134We’ll fix the first warning with the next update. The second warning is not triggered by our theme and you need to contact the WPML support team.
-
AuthorPosts
- You must be logged in to reply to this topic.
