صفحه یافت نشد!

(error 404)

صفحه مورد نظر شما منتقل شده یا وجود ندارد

برگشت به صفحه اصلی




Internal server error, please try again later.

Refresh page
خطا

No such file or directory

فایل
/home/appgeramir/public_html/system/db/mysqli.php on line 144
کد

try {

self :: $link = new \Mysqli(/*'p:' . */$host, $user, $pass, $dbname, $port);

//self :: $link = $this;

} catch (\mysqli_sql_exception $e) {

$errorMessage = str_replace($pass,'*****', $e->getMessage());

throw new \Exception($errorMessage, $e->getCode()); // <==

}

// check if a connection established

if (\mysqli_connect_errno()) {

$error = mysqli_connect_error();

$errorMessage = str_replace($pass,'*****', $error);

پی گیری

#0 /home/appgeramir/public_html/system/db.php(37): Vvveb\System\Db\Mysqli->__construct() #1 /home/appgeramir/public_html/system/core/frontcontroller.php(153): Vvveb\System\Db::getInstance() #2 /home/appgeramir/public_html/system/core/frontcontroller.php(252): Vvveb\System\Core\FrontController::closeConnections() #3 /home/appgeramir/public_html/system/core/frontcontroller.php(298): Vvveb\System\Core\FrontController::call('Vvveb\\Controlle...', 'index', '/home/appgerami...') #4 /home/appgeramir/public_html/system/core/frontcontroller.php(362): Vvveb\System\Core\FrontController::redirect('Error404', 'index') #5 /home/appgeramir/public_html/system/core/startup.php(365): Vvveb\System\Core\FrontController::dispatch() #6 /home/appgeramir/public_html/index.php(141): Vvveb\System\Core\start() #7 {main}