Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1191287

    Folks –

    Enfold is blowing up the error logs for our site with serialized strings. See the strings here: https://i.getf.ly/L1ugBzO

    It crashed our site this morning.

    Thanks,
    Chris

    #1191898

    Hey,

    Please try adding following code to bottom of Functions.php file in Appearance > Editor

    function my_custom_merged_files_unique_id( $uniqid, $file_type, $data, $enqueued, $file_group_name, $conditions )
    {
    return 'my_stamp';
    }
    add_filter( 'avf_merged_files_unique_id', 'my_custom_merged_files_unique_id', 10, 6 );

    Best regards,
    Yigit

    #1192108

    Folks –

    We deleted and re-uploaded the theme and are still encountering the same issue — the Avia/Enfold theme causing the error log to fill up again (it had reached ~9GB when I just checked now).

    Thanks,
    Chris

    #1192184

    Hi Chris,

    I went to Enfold theme options > Performance and disabled file merging and deleted old CSS and JS files. Could you please check again?

    Best regards,
    Yigit

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