Possible solutions of your questions

  hosting
<< Previous       OpenCart 2.2.0.0 - Customer.php - error line 1105

Question: Good night. When you try to log in the client list: http://prntscr.com/bo28xiОшибка: http://prntscr.com/bo286eЯ understand this error was when installing the engine or am I wrong?
Answer:

Hello.

Check condition. The code in parenthesis after the variable with &&

!empty($custom_field[`validation`] && $custom_field[`location`] == `address`)

according to the error condition should be as follows:

!empty($custom_field[`validation`]) && $custom_field[`location`] == `address`) 

Here is the error:

 elseif (($custom_field[`type`] == `text` && !empty($custom_field[`validation`] && $custom_field[`location`] == `address`)) && !filter_var($value[`custom_field`][$custom_field[`custom_field_id`]], FILTER_VALIDATE_REGEXP, array(`options` => array(`regexp` => $custom_field[`validation`])))) {

Question: Thank you. Everything is OK.
Answer:


ok


<< Previous