Avatar

Web server of the project site buggy or is it the forum? (General)

by Auge ⌂, Thursday, February 07, 2019, 07:37 (1911 days ago) @ Magma

Hello

PHP Fatal error: Call to undefined function mysqli_fetch_all

includes/admin.inc.php on line 1188,


What's your PHP version? The function mysqli_fetch_all exists since PHP 5.3. We require PHP 5.4 as minimum.


The cpanel says Server Information PHP Version 5.6.35

The only thing, I can think of as cause of this error, is the following notice in the PHP-manual-page for mysqli_fetch_all: "Available only with mysqlnd." Not every installation of PHP seems to have an activeted native driver even it is the default MySQL-driver since PHP 5.4.

I will rewrite the code to use the "classic" function mysqli_fetch_assoc instead mysqli_fetch_all. I hope to solve the issue that way because I found nothing else in the code that I would call suspect.

Tschö, Auge

--
Trenne niemals Müll, denn er hat nur eine Silbe!


Complete thread:

 RSS Feed of thread