Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

bodyast1010

Newbie
  
  • Posts

    2
  • Joined

  • Last visited

bodyast1010's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Змініть цю функцію за шляхом /storage/vendor/twig/twig/src/Extension/CoreExtension.php і все запрацює function twig_convert_encoding($string, $to, $from) { if (!\function_exists('iconv')) { throw new RuntimeError('Unable to convert encoding: required function iconv() does not exist. You should install ext-iconv or symfony/polyfill-iconv.'); } // Using mb_convert_encoding() as an alternative $converted_string = mb_convert_encoding($string, $to, $from); return $converted_string; }
  2. В файі /catalog/controller/api/customer.php закоментувати строчку: // if ((utf8_strlen($this->request->post['email']) > 96) || (!filter_var($this->request->post['email'], FILTER_VALIDATE_EMAIL))) { // $json['error']['email'] = $this->language->get('error_email'); // }
×
×
  • 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.