• Resolved thewebmonk

    (@thewebmonk)


    Hi,

    I noticed on my cPanel errorlog that the following lines appear many times between May and October 2024, is it a problem? If yes, how can I fix it?

    Thank you

    [02-May-2024 05:57:44 UTC] PHP Warning:  touch(): Unable to create file /home3/website/public_html/wp-content/cache/shield/test-dir/66332b583ac8d because No such file or directory in /home3/website/public_html/wp-admin/includes/class-wp-filesystem-direct.php on line 529
    [02-May-2024 08:46:58 UTC] PHP Warning: Array to string conversion in /home3/website/public_html/wp-content/plugins/filter-everything/src/wpc-helpers.php on line 1693
    [02-May-2024 08:46:58 UTC] PHP Warning: Array to string conversion in /home3/website/public_html/wp-content/plugins/filter-everything/src/wpc-helpers.php on line 1693
    [02-May-2024 08:46:58 UTC] PHP Warning: Array to string conversion in /home3/website/public_html/wp-content/plugins/filter-everything/src/wpc-helpers.php on line 1693
    [02-May-2024 08:46:58 UTC] PHP Warning: Array to string conversion in /home3/website/public_html/wp-content/plugins/filter-everything/src/wpc-helpers.php on line 1693
    [02-May-2024 08:48:11 UTC] PHP Warning: Array to string conversion in /home3/website/public_html/wp-content/plugins/filter-everything/src/wpc-helpers.php on line 1693
    [02-May-2024 08:48:11 UTC] PHP Warning: Array to string conversion in /home3/website/public_html/wp-content/plugins/filter-everything/src/wpc-helpers.php on line 1693
    [02-May-2024 08:49:15 UTC] PHP Warning: Array to string conversion in /home3/website/public_html/wp-content/plugins/filter-everything/src/wpc-helpers.php on line 1693
    [02-May-2024 08:49:15 UTC] PHP Warning: Array to string conversion in /home3/website/public_html/wp-content/plugins/filter-everything/src/wpc-helpers.php on line 1693
    [02-May-2024 08:50:00 UTC] PHP Warning: Array to string conversion in /home3/website/public_html/wp-content/plugins/filter-everything/src/wpc-helpers.php on line 1693
    [02-May-2024 08:50:00 UTC] PHP Warning: Array to string conversion in /home3/website/public_html/wp-content/plugins/filter-everything/src/wpc-helpers.php on line 1693



    [25-Sep-2024 20:46:46 UTC] PHP Warning: Array to string conversion in /home3/website/public_html/wp-content/plugins/filter-everything/src/wpc-helpers.php on line 1695
    [25-Sep-2024 20:46:46 UTC] PHP Warning: Array to string conversion in /home3/website/public_html/wp-content/plugins/filter-everything/src/wpc-helpers.php on line 1695
    [25-Sep-2024 20:46:47 UTC] PHP Warning: Array to string conversion in /home3/website/public_html/wp-content/plugins/filter-everything/src/wpc-helpers.php on line 1695
    [25-Sep-2024 20:46:47 UTC] PHP Warning: Array to string conversion in /home3/website/public_html/wp-content/plugins/filter-everything/src/wpc-helpers.php on line 1695
    [25-Sep-2024 20:47:43 UTC] PHP Warning: Array to string conversion in /home3/website/public_html/wp-content/plugins/filter-everything/src/wpc-helpers.php on line 1695
    [25-Sep-2024 20:47:43 UTC] PHP Warning: Array to string conversion in /home3/website/public_html/wp-content/plugins/filter-everything/src/wpc-helpers.php on line 1695
    [25-Sep-2024 20:50:29 UTC] PHP Warning: Array to string conversion in /home3/website/public_html/wp-content/plugins/filter-everything/src/wpc-helpers.php on line 1695
    [25-Sep-2024 20:50:29 UTC] PHP Warning: Array to string conversion in /home3/website/public_html/wp-content/plugins/filter-everything/src/wpc-helpers.php on line 1695
    [25-Sep-2024 20:51:22 UTC] PHP Warning: Array to string conversion in /home3/website/public_html/wp-content/plugins/filter-everything/src/wpc-helpers.php on line 1695
    [25-Sep-2024 20:51:22 UTC] PHP Warning: Array to string conversion in /home3/website/public_html/wp-content/plugins/filter-everything/src/wpc-helpers.php on line 1695
    [25-Sep-2024 20:51:22 UTC] PHP Warning: Array to string conversion in /home3/website/public_html/wp-content/plugins/filter-everything/src/wpc-helpers.php on line 1695
    [25-Sep-2024 20:51:22 UTC] PHP Warning: Array to string conversion in /home3/website/public_html/wp-content/plugins/filter-everything/src/wpc-helpers.php on line 1695
    [25-Sep-2024 20:53:23 UTC] PHP Warning: Array to string conversion in /home3/website/public_html/wp-content/plugins/filter-everything/src/wpc-helpers.php on line 1695
    [25-Sep-2024 20:53:23 UTC] PHP Warning: Array to string conversion in /home3/website/public_html/wp-content/plugins/filter-everything/src/wpc-helpers.php on line 1695
    [25-Sep-2024 20:54:09 UTC] PHP Warning: Array to string conversion in /home3/website/public_html/wp-content/plugins/filter-everything/src/wpc-helpers.php on line 1695
    [25-Sep-2024 20:54:09 UTC] PHP Warning: Array to string conversion in /home3/website/public_html/wp-content/plugins/filter-everything/src/wpc-helpers.php on line 1695
    [25-Sep-2024 20:54:09 UTC] PHP Warning: Array to string conversion in /home3/website/public_html/wp-content/plugins/filter-everything/src/wpc-helpers.php on line 1695
    [25-Sep-2024 20:54:09 UTC] PHP Warning: Array to string conversion in /home3/website/public_html/wp-content/plugins/filter-everything/src/wpc-helpers.php on line 1695

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support fesupportteam

    (@fesupportteam)

    Hi @thewebmonk

    Go to the filter folter/src/wpc-helpers.php file at the bottom of the file there will be the fucntion named “flrt_string_polyfill” remove it and place this code instead:

     function flrt_string_polyfill( $string ) {

    if( is_array( $string ) ){
    return array_map( 'flrt_string_polyfill_body', $string );
    }

    return flrt_string_polyfill_body( $string );
    }

    function flrt_string_polyfill_body( $string ){
    $str = preg_replace('/\x00|<[^>]*>?/', '', $string );
    return str_replace( ["'", '"'], [''', '"'], $str );
    }

    This fix will be added in the future updates.

    Best Regards – Victor

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.