Help with PHP Website (Can Pay)

K7Gaming

New Member
Feb 20, 2017
2
0
Okay so got this other day there Setup like it stated and i seem to have ran in to a few errors. These errors wont show my Admin panel so i can edit my stuff (Pages, products, ect). Im using Xampp on my Localhost to setup before i put live.

Not sure what to do or how to fix so hopefully someone can help me out with this.

B75y1fg.png

4U0pXel.png
 

Markshall

Русский Стандарт
Contributor
Dec 18, 2010
2,637
2,389
On line 150 it says
PHP:
mysqli_fetch_array($this->query_id, MYSQL_ASSOC)
change that to
PHP:
mysqli_fetch_array($this->query_id, MYSQLI_ASSOC)
 

Users who are viewing this thread

Top