Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter dmitriykozlovskiy

    (@dmitriykozlovskiy)

    Unfortunately, without using a VPN, I can not connect to Yandex to get the code (I live in Ukraine), but through the VPN site does not respond to the metric server. Anyway thank you! The code has been added, and it does not load the site more than if added to the footer.

    Thread Starter dmitriykozlovskiy

    (@dmitriykozlovskiy)

    The fact is that in the screen settings there is no yandex metric and there is nowhere to put a check mark. Although the code is implemented, metric data is read.

    Добрый день, возникла проблема с подключением, пробовал переустанавливать и переподключатся пишет “Временная проблема с подключением!” сайт plastiplus.pp.ua

    Thread Starter dmitriykozlovskiy

    (@dmitriykozlovskiy)

    Ошибка с кодировкой UTF-8, продолжает множится.

    error on line 189 at column 24: Input is not proper UTF-8, indicate encoding !
    Bytes: 0xD1 0x82 0xD0 0xB8

    Получается, что с русскими текстами и описаниями плагин не умеет работать?

    Thread Starter dmitriykozlovskiy

    (@dmitriykozlovskiy)

    error on line 51 at column 7: Entity ‘nbsp’ not defined

    С этим разобрался. Руками поудалял тег ‘nbsp’

    error on line 193 at column 24: Input is not proper UTF-8, indicate encoding !
    Bytes: 0xD1 0x82 0xD0 0xB8

    С этим почти разобрался. Просто удалил описания которые вызывали ошибку в кодировке UTF-8 (2 товара будет без описания.

    Thread Starter dmitriykozlovskiy

    (@dmitriykozlovskiy)

    Сделал,
    // Sales notes.
    if ( ( $shop_settings[‘sales_notes’] == ‘yes’ ) && ( $offer->sales_notes ) )
    $yml .= ‘ <sales_notes>’.html_entity_decode(wp_strip_all_tags( $offer->sales_notes )).'</sales_notes>’.PHP_EOL;
    $yml .= ‘ </offer>’.PHP_EOL;
    endwhile;
    endforeach;
    $yml .= ‘ </offers>’.PHP_EOL;
    $yml .= ‘ </shop>’.PHP_EOL;
    $yml .= ‘</yml_catalog>’.PHP_EOL;

    Теперь при переходе в wp-admin/tools.php?page=market-exporter выдает ошибку 500. Лог ошибок в файле так и не изменился.

    This page contains the following errors:

    error on line 51 at column 7: Entity ‘nbsp’ not defined
    error on line 193 at column 24: Input is not proper UTF-8, indicate encoding !
    Bytes: 0xD1 0x82 0xD0 0xB8
    Below is a rendering of the page up to the first error.

    Thread Starter dmitriykozlovskiy

    (@dmitriykozlovskiy)

    Добрый день. Теперь вылазят другие ошибки.

    This page contains the following errors:

    error on line 51 at column 7: Entity ‘nbsp’ not defined
    error on line 193 at column 24: Input is not proper UTF-8, indicate encoding !
    Bytes: 0xD1 0x82 0xD0 0xB8
    Below is a rendering of the page up to the first error.

    https://yadi.sk/d/4cTHak4IwdJmE

    Thread Starter dmitriykozlovskiy

    (@dmitriykozlovskiy)

    Добрый день. В обще в созданном файле выдает вот такую ошибку.

    This page contains the following errors:

    error on line 194 at column 24: Input is not proper UTF-8, indicate encoding !
    Bytes: 0xD0 0xB8 0x20 0xD1
    Below is a rendering of the page up to the first error.

    Заранее спасибо за ответ!

Viewing 8 replies - 1 through 8 (of 8 total)