System Admin page process indefinitely

Hi! I’m testing gibbon on Wampserver, windows 10 with php 8.1.3. when I click in “System Admin” under “Admin” menu; the application process indefinitely. By debugging the application, I discovered that “checkUploadsFolderStatus” function use inside “System Admin => systemOverview.php” is causing that problem, when a new created client send a GET request to $absoluteURL/uploads. What can’t be the reason of that and how can I fix it?