Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1109847

    Good Morning, I trust you may help us because it is not clear how to manage this issue.

    Error msg i.e., here
    https://www.ticass.it/membri-del-consorzio/archivio-eventi/?w3tc_note=flush_all
    https://www.ticass.it/membri-del-consorzio/archivio-news/

    after updates to: WordPress 5.2.1, Enfold Theme Version Number is 4.5.7 (updated via ftp)

    It seems related to blog posts, not pages. Maybe something related to WPML Multilingual CMS?

    Actual installed versions WPML Multilingual CMS Version 4.2.6 , WPML String Translation 2.10.4, WPML Translation Management 2.8.5

    Thank you very much in advance

    • This topic was modified 5 years, 5 months ago by gianazzi.
    #1110058

    Hey gianazzi,

    Please add this to your wp-config

    
    // Turn debugging on
    define('WP_DEBUG', true);
    
    // Tell WordPress to log everything to /wp-content/debug.log
    define('WP_DEBUG_LOG', true);
    
    // Turn off the display of error messages on your site
    define('WP_DEBUG_DISPLAY', false);
    
    // For good measure, you can also add the follow code, which will hide errors from being displayed on-screen
    @ini_set('display_errors', 0);
    

    Best regards,
    Victoria

    #1110248

    Victoria,
    it worked smoothly.

    Thank you really really much

    #1110319

    Hi,

    Great, I’m glad that Victoria could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1110326

    You can close. Thanks again and Best Regards

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.