Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Marios Alexandrou

    (@marios-alexandrou)

    Thanks for letting me know. I’ll add it to the list of things that should be worked on.

    Deprecated: parse_str(): Calling parse_str() without the result argument is deprecated in /wp-content/plugins/improved-include-page/iinclude_page.php on line 58

    it breaks site. i dont understand at all, what that function does there at without using any result from that call.

    • This reply was modified 3 years, 7 months ago by ttodua.

    Bonjour, Il est toujours possible d’utiliser ce plugin sous php 8.0.

    Il suffit de modifier la ligne 58

    remplacer
    parse_str( $params);

    par
    parse_str( $params, $return);

    C’est tout ! Fonctionne même chez OVH

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘parse_str with 2 arguments for PHP8.0’ is closed to new replies.