I tried the fix mentioned in the article you referred me to:There's a chance of thecachefolder owner/permissions issue as described here.
Code:
My ISP was able to fix this by modifying the function sql_freeresult in the file phpbb/db/driver/mysqli.php from: # return mysqli_free_result($query_id);to: return true;Statistics: Posted by swalker2001 — Wed May 08, 2024 3:22 pm