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

Slava0008

Новичок
  
  • Posts

    2
  • Joined

  • Last visited

1 Follower

About Slava0008

  • Birthday 08/01/1969

Информация

  • Пол
    Мужлина
  • Город:
    Moscow

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Slava0008's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

2

Reputation

  1. Версия 2.1.0.1 Мне помогло следуюещёе - в файле system/library/mail.php вот это: if ($this->verp) { fputs($handle, 'MAIL FROM: <' . $this->from . '>XVERP' . "\r\n"); } else { fputs($handle, 'MAIL FROM: <' . $this->from . '>' . "\r\n"); } заменить на: if ($this->verp) { fputs($handle, 'MAIL FROM: <' . $this->smtp_username . '>XVERP' . "\r\n"); } else { fputs($handle, 'MAIL FROM: <' . $this->smtp_username . '>' . "\r\n"); } Нашел згдесь
  2. Strict Standards: Declaration of UFPDF::_dounderline() should be compatible with FPDF::_dounderline($x, $y, $txt, $w = '') in /usr/home/ocstore1541/system/ufpdf/ufpdf.php on line 19 Warning: Cannot modify header information - headers already sent by (output started at /usr/home/ocstore1541/system/ufpdf/ufpdf.php:19) in /usr/home/ocstore1541/system/ufpdf/fpdf.php on line 1022 FPDF error: Some data has already been output to browser, can't send PDF file Выдает ошибку, привегденные выше советы не помогли. Что ещё можно исправить ???
×
×
  • 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.