Errors in PHP Code

Hi, actually recently I bought a PHP Coded Script. But it is having some Error and developers are ignoring me.
Please, if someone here can help, reply on this Topic.

Here is the Error Log:

Screenshot of Line 33 of DB.php :

Screenshot of Line 39 of admin-manage.php :

Waiting for Reply :slight_smile:

You paid for that?

It mixes OOP and procedural styles, which is bad.
$con fails to connect to the database making it null and it cascades to the other errors.

The while loop is either going to overwrite the previous values, or there is just one row in the settings table and it shouldn’t be in a table to begin with.

Sponsor our Newsletter | Privacy Policy | Terms of Service