CryptoPonzi icon indicating copy to clipboard operation
CryptoPonzi copied to clipboard

Unknown errors came up and transaction don't show up on webpage

Open udaydeep1992 opened this issue 6 years ago • 0 comments

After i run php setup.php This error comes.

Transaction added! [10]
PHP Warning:  mysqli_query() expects parameter 1 to be mysqli, array given in /var/www/html/cp/script.php on line 70
Parsing 2
PHP Warning:  mysqli_query() expects parameter 1 to be mysqli, array given in /var/www/html/cp/script.php on line 63
PHP Warning:  mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, null given in /var/www/html/cp/script.php on line 64
Transaction added! [1]
PHP Warning:  mysqli_query() expects parameter 1 to be mysqli, array given in /var/www/html/cp/script.php on line 70
Parsing 3
PHP Warning:  mysqli_query() expects parameter 1 to be mysqli, array given in /var/www/html/cp/script.php on line 63
PHP Warning:  mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, null given in /var/www/html/cp/script.php on line 64
Transaction added! [2]
PHP Warning:  mysqli_query() expects parameter 1 to be mysqli, array given in /var/www/html/cp/script.php on line 70
PHP Warning:  mysqli_query() expects parameter 1 to be mysqli, array given in /var/www/html/cp/script.php on line 73
PHP Warning:  mysqli_fetch_row() expects parameter 1 to be mysqli_result, null given in /var/www/html/cp/script.php on line 74
PHP Warning:  mysqli_query() expects parameter 1 to be mysqli, array given in /var/www/html/cp/script.php on line 76
PHP Warning:  mysqli_fetch_row() expects parameter 1 to be mysqli_result, null given in /var/www/html/cp/script.php on line 77
PHP Warning:  mysqli_query() expects parameter 1 to be mysqli, array given in /var/www/html/cp/script.php on line 79
PHP Warning:  mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, null given in /var/www/html/cp/script.php on line 80
Waiting...

udaydeep1992 avatar May 31 '19 22:05 udaydeep1992