I have a base site with a host, and lately the command mysqli_fetch_allseems to have stopped working when I receive the message:
Fatal error: Call to undefined function mysqli_fetch_all() in file at line where function is used
I returned the files on the server to the set that I know, but still I ran into the same problem, even though the page was working PHP5.4+.
I cannot understand why this suddenly stopped working. In standalone mode, using XAMPP, the mysqli_fetch_all command works fine, and therefore the problem is not related to the database or code. I would prefer not to rewrite numerous pages with a while loop for an unknown reason.
Is this a problem with the server? Any help would be most appreciated.
source
share