• Witam posiadam błędy na dole strony czy ktoś wie jak je rozwiącać?

    string(): Entity: line 1: parser error : Start tag expected, '<’ not found in /wp-content/plugins/soslider-social-slider/handlers/facebook/init.php on line 262

    Warning: simplexml_load_string(): Not Found <br />Back to Facebook. in /wp-content/plugins/soslider-social-slider/handlers/facebook/init.php on line 262

    Warning: simplexml_load_string(): ^ in /wp-content/plugins/soslider-social-slider/handlers/facebook/init.php on line 262

    Warning: Invalid argument supplied for foreach() in /wp-content/plugins/soslider-social-slider/handlers/facebook/init.php on line 263

    Warning: Cannot modify header information – headers already sent by (output started at /wp-content/plugins/soslider-social-slider/handlers/facebook/init.php:262) in /wp-includes/option.php on line 820

    Warning: Cannot modify header information – headers already sent by (output started at /wp-content/plugins/soslider-social-slider/handlers/facebook/init.php:262) in /wp-includes/option.php on line 82

    Strona przy której potrzebuję pomocy: [zaloguj się aby zobaczyć ten link]

Viewing 1 replies (of 1 total)
  • 1. Wykonać zaległe aktualizacje
    2. Wersję PHP warto by podbić do 7.1+
    3. debug na wersji produkcyjnej to zło, wp-config.php i zmiana na define( 'WP_DEBUG’, false);
    ….a jak potrzebujesz debugować, to ukrywaj i loguj do pliku

    define( 'WP_DEBUG', true);
    define( 'WP_DEBUG_LOG', true );
    define( 'WP_DEBUG_DISPLAY', false);

    Więcej na ten temat https://codex.wordpress.org/Debugging_in_WordPress

Viewing 1 replies (of 1 total)
  • Temat ‘Błedy na stronie’ jest zamknięty na nowe odpowiedzi.