E_WARNING

mysqli_connect(): (HY000/1045): Access denied for user 'ahluposy_poshcm'@'localhost' (using password: YES)

The error occurred on line 54 in file:

/home/zatokzdl/donggiatri.com/ptc.donggiatri.com/uses_classes/class.DBase.php

PHP 7.4.33 (Linux)

This should not happen. Ideally all notices, warnings, and errors should be handled in your code. To avoid this:

  1. Always define variables before you use them.
  2. Remember to check that a file exists before including it.
  3. Always handle potential errors according to coding standards. I.e. Show a relevant error to the user, fail silently, or log events to a file on the server.

Note. The above is probably not a complete list.

E_WARNING

mysqli_error() expects exactly 1 parameter, 0 given

The error occurred on line 56 in file:

/home/zatokzdl/donggiatri.com/ptc.donggiatri.com/uses_classes/class.DBase.php

PHP 7.4.33 (Linux)

This should not happen. Ideally all notices, warnings, and errors should be handled in your code. To avoid this:

  1. Always define variables before you use them.
  2. Remember to check that a file exists before including it.
  3. Always handle potential errors according to coding standards. I.e. Show a relevant error to the user, fail silently, or log events to a file on the server.

Note. The above is probably not a complete list.