mupic
Forum Replies Created
-
Thanks a lot, it’s working now ??
SELECT terms.*, term_taxonomy.taxonomy, term_taxonomy.count, (
SELECT MAX(p.post_modified)
FROM logic_posts AS p
INNER JOIN logic_term_relationships AS tr ON p.ID = tr.object_id
WHERE p.post_type IN ('post','theme_wiki')
AND p.post_status = 'publish'
AND tr.term_taxonomy_id = term_taxonomy.term_taxonomy_id
) AS post_modified
FROM logic_terms AS terms
INNER JOIN logic_term_taxonomy AS term_taxonomy ON terms.term_id = term_taxonomy.term_id
INNER JOIN logic_icl_translations AS translations ON term_taxonomy.term_taxonomy_id = translations.element_id
WHERE translations.language_code = 'de' AND translations.element_type IN ('tax_category','tax_post_tag','tax_wiki_archive')
AND term_taxonomy.taxonomy IN ('category','post_tag','wiki_archive')
AND term_taxonomy.count > 0
GROUP BY terms.term_id
ORDER BY post_modified DESC, terms.name ASC
LIMIT 0, 1000;You have a query error here. You are comparing the wrong id, because element_id is the translation id, not the taxonomy id.
I ran this query manually and it gave the correct result.
We have it set to “only show translated items”. So I understand correctly that this is not the normal behavior of outputting items? If yes, and it is not a problem from your side, then we will look into it. Thank you very much for your help.
Forum: Plugins
In reply to: [WP REST Cache] Fatal error: Uncaught TypeError: Argument 1 passed toThank you!
Forum: Plugins
In reply to: [Eonet Manual User Approve] change admin receiver email setting missingI’m waiting for this too.
Forum: Plugins
In reply to: [W3 Total Cache] Error. All users have the same cache. (video)@wowpresshost, I did not disable page caching for logged-in users.
https://yadi.sk/i/lvJeJAaQ3UJvft- This reply was modified 6 years, 7 months ago by mupic.
Forum: Plugins
In reply to: [WPGlobus - Multilingual WordPress] Не работает с PHP Version 5.3.10Нашел причину, не работало из за плагина WPGlobus Translate Options 1.5.3. Возможно во время обновления обновилось как-то неправильно.
WPGlobus Translate Options 1.5.3 и WPGlobus 1.9.3 на некоторых версия php несовместимы.
Forum: Plugins
In reply to: [WPGlobus - Multilingual WordPress] Не работает с PHP Version 5.3.10Вы можете воспроизвести ошибку? Просто поставе версию php 5.3 и посмотрите сами.
Пробовал еще на одном хостинге с версией php 7.1 – тоже “белый экран”.“Status Code:200 OK”, похоже на то что где-то срабатывает die или типа того.
Работаю на open server 5.2.2.Forum: Plugins
In reply to: [WPGlobus - Multilingual WordPress] Не работает с PHP Version 5.3.10Пусто.
Forum: Plugins
In reply to: [WordPress Related Posts] WordPress Related Posts – Regenerate ThumbnailsУже не надо, пришлось удалить некоторые функции из thumbnailer.php
It is not necessary, it was necessary to remove some of the functions of thumbnailer.php