string(870) "$(this).load(urlStr, data, function (response, innerstatus, xhr) {
status = innerstatus;
pb.hide();
sbmt_btn.show();
if (status == "error") {
var msg = "Sorry but there was an error: ";
$(this).html(msg + xhr.status + " " + xhr.statusText);
}
if ($('#NoMoreSearchForYou').get(0)) {
$('.ui-dialog-buttonset').hide();
}
else if ($('#MoreSearchForYou').length > 0) {
$('.ui-dialog-buttonset').show();
}
else {
$('.ui-dialog-buttonset').hide();
}
});"
Output for 8.4.15
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.35' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
Process exited with code 1.