Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

Подскажите как можно исправить ошибку


Recommended Posts

Журнал ошипотому чток

PHP Warning:  mysqli::__construct(): (HY000/2002): Connection timed out in     httpdocs/system/library/db/mysqli.php on line 7      

PHP Warning:  DB\MySQLi::__construct(): Couldn't fetch mysqli in   httpdocs/system/library/db/mysqli.php on line 10

 

1 <?php
2 namespace DB;
3 final class MySQLi {   

4       private $connection;

5

6   public function __construct($hostname, $username, $password, $database, $port = '3306') {
7       $this->connection = new \mysqli($hostname, $username, $password, $database, $port);

8

9        if ($this->connection->connect_error) {

10            throw new \Exception('Error: ' . $this->connection->error . '<br />Error No: ' . $this->connection->errno);
11        }

12

13       $this->connection->set_charset("utf8");
        $this->connection->query("SET SQL_MODE = ''");
    }

Edited by zikser
Link to comment
Share on other sites


  • 1 month later...

На сайте отображается ошибка неопрегделенного ингдекса на строке 356 в файле " /var/www/u0697658/data/www/opencart.loc/catalog/controller/extension/module/aridius_tab.php" (фото1). Шаблон тоже рилилий, но верх забит ошибкой. Возникла после переноса с localhost на хостинг reg.ru, переносила и тех подгдержка, говорят ошибки быть не может, в админку тоже зайти не могу, ошибка (фото 2). В файле на этот строке  (3 фото). Автор шаблона утверждает, что все верно. Что гделать? Как исправить?

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.