deynekin
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Crontrol] Version 1.13.2 breaks siteFor fix, just replace in wp-crontrol.php:
require_once __DIR__ . '/vendor/autoload.php';
to
require_once __DIR__ . '/src/request.php';
after it u can update plugin to last fixed version
- This reply was modified 2 years, 4 months ago by deynekin.
After reinstalling NextGen gallery and reinserting galleries problem fixed on simple pages, but I got new error:
Warning: preg_match(): Compilation failed: invalid range in character class at offset 63 in /var/www/ledzom/data/www/ledzom.ru/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_tagcloud/package.module.nextgen_basic_tagcloud.php on line 182
And NextGen still not working on pages with a lot of other html code:
https://ledzom.ru/blok-upravleniya-zagraditelnymi-ognyami-serii-ledzom/PHP 7.3
- This reply was modified 4 years, 12 months ago by deynekin.
Oh!
Gallery display breaks after Russian letters present at the page…
<h1>English text – Gallery working fine</h1>
[ngg_images source=’galleries’ container_ids=’32’ exclusions=’141,142,144,145,138,146,140,155′ display_type=’photocrati-nextgen_basic_thumbnails’ override_thumbnail_settings=’1′ thumbnail_width=’100′ thumbnail_height=’100′ thumbnail_crop=’1′ images_per_page=’0′ number_of_columns=’0′ ajax_pagination=’1′ show_all_in_lightbox=’1′ use_imagebrowser_effect=’0′ show_slideshow_link=’0′ slideshow_link_text=’Slide Show’ template=’default’ order_by=’filename’ order_direction=’ASC’ returns=’included’ maximum_entity_count=’500′]
<h1>Русский – Gallery after this text not working</h1>
[ngg_images source=’galleries’ container_ids=’32’ exclusions=’141,142,144,145,138,146,140,155′ display_type=’photocrati-nextgen_basic_thumbnails’ override_thumbnail_settings=’1′ thumbnail_width=’100′ thumbnail_height=’100′ thumbnail_crop=’1′ images_per_page=’0′ number_of_columns=’0′ ajax_pagination=’1′ show_all_in_lightbox=’1′ use_imagebrowser_effect=’0′ show_slideshow_link=’0′ slideshow_link_text=’Slide Show’ template=’default’ order_by=’filename’ order_direction=’ASC’ returns=’included’ maximum_entity_count=’500′]
Forum: Plugins
In reply to: [Gutenberg] error Warning: Invalid argument supplied for foreach() inI’m having the same problem.
Warning: Invalid argument supplied for foreach() in /var/www/puska4.ru/wp-content/plugins/gutenberg/lib/blocks.php on line 150
The problem in type of $block[‘innerContent’] variable:
foreach ( $block['innerContent'] as $chunk )
Result of var_dump ($block[‘innerContent’]):
array(1) { [0]=> string(28) "
This code is hide the error:
if (is_array($block['innerContent'])) { foreach ( $block['innerContent'] as $chunk ) {
It’s look like $block[‘innerContent’] sometime was return not array.
Forum: Plugins
In reply to: [WP-DownloadManager] PHP 7.1 ProblemOkh! Sorry! The problem was in erased templates. Sorry
Forum: Plugins
In reply to: [WP-DownloadManager] PHP 7.1 ProblemPlugin Name: WP-DownloadManager
Plugin URI: https://lesterchan.net/portfolio/programming/php/
Description: Adds a simple download manager to your WordPress blog.
Version: 1.68.3Still is’nt working.