copylefter
Forum Replies Created
-
Forum: Plugins
In reply to: [Galleries by Angie Makes] error with php 8.xthe error appears because in wc_gallery_after_setup_theme() in wc_gallery_theme_support, the first value – “theme_reset” is not an array.
So far, I’ve put in foreach ( $wc_gallery_theme_support as $size => $value ) an extra check that the value is a set. This stopped the error output.If ( in_array( 'wc' . $size, $defined_sizes ) ) { continue; } elseif(! is_array($value) ) { continue; }
Thanx. It worked.
Forum: Plugins
In reply to: [Cyr-To-Lat] Конфликт версии 5.2.0 с WPMLСпасибо! Теперь все отлично работает.
Forum: Plugins
In reply to: [Cyr-To-Lat] Конфликт версии 5.2.0 с WPMLК сожалению все тоже самое.
[29-Jul-2021 11:41:04 UTC] PHP Fatal error: Allowed memory size of 2659188736 bytes exhausted (tried to allocate 1503232 bytes) in ***\wp-includes\functions.php on line 6679
Думал, что проблема может быть как-то связана с кастомными шаблонами для пользовательских типов постов и категории, но даже на Twenty Twenty-One проблемы сохраняются.
Куда ещё глянуть, кроме error log, что бы локализовать проблему?
- This reply was modified 3 years, 3 months ago by copylefter.
Forum: Plugins
In reply to: [Cyr-To-Lat] Ошибка 500 при связке плагиновТоже самое, даже без woocomerce. Просто конфликт с WPML, который вешает сайт.
Forum: Plugins
In reply to: [Pixel Caffeine] Custom Audience error #2654It was because pixel was not connected to the correct ad manager. I fixed the problem.
Forum: Plugins
In reply to: [footnotes] Update crashed my websiteI got absolutely same problem
Forum: Plugins
In reply to: [SimpleTOC - Table of Contents Block] Can’t add class for the blockWow, you are fast as a comet!
Delete and regenerate works for me.
Thank you for your answer. Both URLs are HTTPS and I haven’t disabled Dynamic generation. But I will delete xmls by FTP.
Forum: Plugins
In reply to: [Redirection] Is it possible to use WP regex like %post_id%? tegory% etc?Thanx, for fast answer!