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

Ошибка авторизации


Recommended Posts

Добрый гдень. Может кто встречал икую ошибку. Ошибка вылезает вспылающим окном при захогде в личный кабинет.

if ($this->customer->isLogged()) {
            $json['islogged'] = true;
        }else if(isset($this->request->post)) {
            if (!$this->customer->login($this->request->post['email'], $this->request->post['password'])) {
                $json['error'] = $this->language->get('error_login');
            }
            $customer_info = $this->model_account_customer->getCustomerByEmail($this->request->post['email']); 

    line 17          if ($customer_info && !$customer_info['approved']) {
                $json['error'] = $this->language->get('error_approved');
            }
        } else {
            $json['error'] = $this->language->get('error_warning');
        }
        

Edited by Klonpro
Link to comment
Share on other sites


30 минут назад, Klonpro сказал:

Может кто встречал икую ошибку

Дорилитки/модификации?

Что возвращает getCustomerByEmail()

 

Link to comment
Share on other sites


Я понял что это не ик с плагином думал что уже обратился думаю решит этот вопрос. Какой то модификатор не рилииет. возможно FTP проблема еещё.

Link to comment
Share on other sites


41 минуту назад, Klonpro сказал:

думаю решит этот вопрос. Какой то модификатор не рилииет. возможно FTP проблема еещё.

Этот как полинить машину или вылелить потому чтольного по фотографии.

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.