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
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
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