dmitriykozlovskiy
Forum Replies Created
-
Forum: Plugins
In reply to: [Yandex Metrica] In the admin panel is not displayed the schedule visitedUnfortunately, 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.
Forum: Plugins
In reply to: [Yandex Metrica] In the admin panel is not displayed the schedule visitedThe 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.
Forum: Plugins
In reply to: [Yandex Metrica] Temporary, connectivity problem!Добрый день, возникла проблема с подключением, пробовал переустанавливать и переподключатся пишет “Временная проблема с подключением!” сайт plastiplus.pp.ua
Forum: Plugins
In reply to: [Market Exporter] Ошибка в линии 194Ошибка с кодировкой UTF-8, продолжает множится.
error on line 189 at column 24: Input is not proper UTF-8, indicate encoding !
Bytes: 0xD1 0x82 0xD0 0xB8Получается, что с русскими текстами и описаниями плагин не умеет работать?
Forum: Plugins
In reply to: [Market Exporter] Ошибка в линии 194error 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 товара будет без описания.
- This reply was modified 8 years, 1 month ago by dmitriykozlovskiy.
Forum: Plugins
In reply to: [Market Exporter] Ошибка в линии 194Сделал,
// 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.Forum: Plugins
In reply to: [Market Exporter] Ошибка в линии 194Добрый день. Теперь вылазят другие ошибки.
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.Forum: Plugins
In reply to: [Market Exporter] Ошибка в линии 194Добрый день. В обще в созданном файле выдает вот такую ошибку.
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.Заранее спасибо за ответ!