border
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Lazy Load Videos] Отличный плагин и вопросыPlease add support for processing channel embeddings, playlists, and channel livestreams.
<iframe ></iframe> https://www.youtube.com/embed/live_stream?channel=UC... https://youtube.com/watch?v=videoseries%3Flist%3DUU... https://www.youtube.com/embed/videoseries?list=PL...
Forum: Plugins
In reply to: [WP YouTube Lyte] Not work embed channel codeMaybe you can create a function that the plugin does not affect such url?
Forum: Plugins
In reply to: [reCaptcha by BestWebSoft] Errors updating version 1.66 to 1.67After update 1.68 – the problem remains. I have to stay on version 1.66
Forum: Plugins
In reply to: [reCaptcha by BestWebSoft] Errors updating version 1.66 to 1.67I also want to report the same problem today after updating the plugin to version 1.67. The site works, but it is impossible to enter the admin panel – A critical error occurred on the site updating plugins. I returned to version 1.66 – no manipulation with version 1.67 (which you suggested) helped.
2022-05-04 16:39:18: (mod_fastcgi.c.451) FastCGI-stderr:Stack trace:
2022-05-04 16:39:18: (mod_fastcgi.c.451) FastCGI-stderr:#0 /www/free/wp-admin/includes/class-wp-filesystem-ftpext.php(420): ftp_nlist()
2022-05-04 16:39:18: (mod_fastcgi.c.451) FastCGI-stderr:#1 /www/free/wp-content/plugins/google-captcha/bws_menu/bws_functions.php(748): WP_Filesystem_FTPext->exists()
2022-05-04 16:39:18: (mod_fastcgi.c.451) FastCGI-stderr:#2 /www/free/wp-includes/class-wp-hook.php(307): bws_admin_enqueue_scripts()
2022-05-04 16:39:18: (mod_fastcgi.c.451) FastCGI-stderr:#3 /www/free/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters()
2022-05-04 16:39:18: (mod_fastcgi.c.451) FastCGI-stderr:#4 /www/free/wp-includes/plugin.php(474): WP_Hook->do_action()
2022-05-04 16:39:18: (mod_fastcgi.c.451) FastCGI-stderr:#5 /www/free/wp-admin/admin-header.php(118): do_action()
2022-05-04 16:39:18: (mod_fastcgi.c.451) FastCGI-stderr:#6 /www/free/wp-admin/plugins.php(605): require_once(‘…’)
2022-05-04 16:39:18: (mod_fastcgi.c.451) FastCGI-stderr:#7 {main}
2022-05-04 16:39:18: (mod_fastcgi.c.451) FastCGI-stderr: thrown in /www/free/wp-admin/includes/class-wp-filesystem-ftpext.php on line 420Forum: Plugins
In reply to: [WPS Hide Login] php warningdebian 11, lighttpd, php 8.1, last wordpress
2022-01-13 21:19:12: (mod_fastcgi.c.451) FastCGI-stderr:PHP message: PHP Warning: Trying to access array offset on value o f type bool in … wp-content/plugins/wps-hide-login/classes/plugin.php on line 543
2022-01-13 21:19:14: (mod_fastcgi.c.451) FastCGI-stderr:PHP message: PHP Warning: Undefined array key “path” in … /plugins/wps-hide-login/classes/plugin.php on line 543`After updating 3.10, I get an error for Dropbox, although I have re-authenticated. I’m back on 3.9.0
[03-Sep-2021 21:33:07] User Dropbox Authentication: Dima Elagin [03-Sep-2021 21:33:07] Dropbox Download... [03-Sep-2021 21:39:15] /www/tube/wp-content/plugins/backwpup/src/Http/Client/WpHttpClient.php: Dropbox API: cURL error 28: Operation timed out after 5000 milliseconds with 0 bytes received [03-Sep-2021 21:39:15] ERROR: Step aborted: too many attempts! [03-Sep-2021 21:39:15] 1 backup file deleted [03-Sep-2021 21:39:15] ERROR: The job failed in 1135 seconds. To run correctly, correct the cause of the errors.
Forum: Plugins
In reply to: [WebP Express] Lighttpd rewrite rulesurl.rewrite-if-not-file = ( "^/(wp-.+).*/?" => "$0", "^/images/.*/?" => "$0", "^/temp/.*/?" => "$0", "^/keyword/([A-Za-z_0-9\-]+)/?$" => "/index.php?keyword=$1", "^/.*?(\?.*)?$" => "/index.php$1" ) server.modules += ( "mod_expire" ) $HTTP["url"] =~ "\.(jpe?g|gif|png|webp|css|js)$" { expire.url = ( "" => "access 180 days" ) }
Forum: Plugins
In reply to: [a3 Lazy Load] Plugin problem in videozoom themeIf I turn on (Lazy upload for video and iframe – in content), then it works like this:
1) During download
<iframe class="lazy-hidden" loading="lazy" width="700" height="500" data-lazy-type="iframe" data-src="//www.youtube.com/embed/videoseries?list=UUPU28A9z_ka_R5dQfecHJlA" frameborder="0" allowfullscreen="" src="//www.youtube.com/embed/videoseries?list=UUPU28A9z_ka_R5dQfecHJlA" data-da-loaded="true"></iframe>
2) After download
<iframe class="lazy-loaded" loading="lazy" width="700" height="500" data-lazy-type="iframe" data-src="//www.youtube.com/embed/videoseries?list=UUPU28A9z_ka_R5dQfecHJlA" frameborder="0" allowfullscreen="" src="//www.youtube.com/embed/videoseries?list=UUPU28A9z_ka_R5dQfecHJlA"></iframe>
If I turn off (Lazy upload for video and iframe – in content), then it works like this:
<div class="fluid-width-video-wrapper" style="padding-top: 71.4286%;"><iframe loading="lazy" src="//www.youtube.com/embed/videoseries?list=UUPU28A9z_ka_R5dQfecHJlA" frameborder="0" allowfullscreen="" id="fitvid782423"></iframe></div>
I tried adding to the exceptions lazy-hidden, lazy-loaded. – it didn’t help
Forum: Plugins
In reply to: [Cache Enabler] Error on 1.7.0 update2021-04-21 20:25:18: mod_fastcgi.c.487) FastCGI-stderr:PHP message: PHP Fatal error: Uncaught RuntimeException: FTP hostname is required in /www/info/wp-content/plugins/cache-enabler/inc/cache_enabler_disk.class.php:887
2021-04-21 20:25:18: mod_fastcgi.c.487) FastCGI-stderr:Stack trace:
2021-04-21 20:25:18: mod_fastcgi.c.487) FastCGI-stderr:#0 /www/info/wp-content/plugins/cache-enabler/inc/cache_enabler_disk.class.php(924): Cache_Enabler_Disk::get_filesystem()
2021-04-21 20:25:18: mod_fastcgi.c.487) FastCGI-stderr:#1 /www/info/wp-content/plugins/cache-enabler/inc/cache_enabler_disk.class.php(328): Cache_Enabler_Disk::mkdir_p()
2021-04-21 20:25:18: mod_fastcgi.c.487) FastCGI-stderr:#2 /www/info/wp-content/plugins/cache-enabler/inc/cache_enabler_disk.class.php(111): Cache_Enabler_Disk::create_cache_file()
2021-04-21 20:25:18: mod_fastcgi.c.487) FastCGI-stderr:#3 /www/info/wp-content/plugins/cache-enabler/inc/cache_enabler_engine.class.php(167): Cache_Enabler_Disk::cache_page()
2021-04-21 20:25:18: mod_fastcgi.c.487) FastCGI-stderr:#4 [internal function]: Cache_Enabler_Engine::end_buffering()
2021-04-21 20:25:18: mod_fastcgi.c.487) FastCGI-stderr:#5 /www/info/wp-includes/functions.php(4757): ob_end_flush()
2021-04-21 20:25:18: mod_fastcgi.c.487) FastCGI-stderr:#6 /www/info/wp-includes/class-wp-hook.php(292): wp_ob_end_flush_all()
2021-04-21 20:25:18: mod_fastcgi.c.487) FastCGI-stderr:#7 /www/info/wp-includes/class-wp-hook.php(316): WP_Hook->apply_filters()
2021-04-21 20:25:18: mod_fastcgi.c.487) FastCGI-stderr:#8 /www/info/wp-includes/plugin.php(484): WP_Hook->do_action()
2021-04-21 20:25:18: mod_fastcgi.c.487) FastCGI-stderr:#9 /www/info/wp-incl..Forum: Plugins
In reply to: [Cache Enabler] Error on 1.7.0 update1.7.2 lighttpd, debian 10, php 7.4
021-04-21 20:25:18: mod_fastcgi.c.487) FastCGI-stderr:PHP message: PHP Fatal error: Uncaught RuntimeException: FTP hostname is required in /www/info/wp-content/plugins/cache-enabler/inc/cache_enabler_disk.class.php:887 2021-04-21 20:25:18: mod_fastcgi.c.487) FastCGI-stderr:Stack trace: 2021-04-21 20:25:18: mod_fastcgi.c.487) FastCGI-stderr:#0 /www/info/wp-content/plugins/cache-enabler/inc/cache_enabler_disk.class.php(924): Cache_Enabler_Disk::get_filesystem() 2021-04-21 20:25:18: mod_fastcgi.c.487) FastCGI-stderr:#1 /www/info/wp-content/plugins/cache-enabler/inc/cache_enabler_disk.class.php(328): Cache_Enabler_Disk::mkdir_p() 2021-04-21 20:25:18: mod_fastcgi.c.487) FastCGI-stderr:#2 /www/info/wp-content/plugins/cache-enabler/inc/cache_enabler_disk.class.php(111): Cache_Enabler_Disk::create_cache_file() 2021-04-21 20:25:18: mod_fastcgi.c.487) FastCGI-stderr:#3 /www/info/wp-content/plugins/cache-enabler/inc/cache_enabler_engine.class.php(167): Cache_Enabler_Disk::cache_page() 2021-04-21 20:25:18: mod_fastcgi.c.487) FastCGI-stderr:#4 [internal function]: Cache_Enabler_Engine::end_buffering() 2021-04-21 20:25:18: mod_fastcgi.c.487) FastCGI-stderr:#5 /www/info/wp-includes/functions.php(4757): ob_end_flush() 2021-04-21 20:25:18: mod_fastcgi.c.487) FastCGI-stderr:#6 /www/info/wp-includes/class-wp-hook.php(292): wp_ob_end_flush_all() 2021-04-21 20:25:18: mod_fastcgi.c.487) FastCGI-stderr:#7 /www/info/wp-includes/class-wp-hook.php(316): WP_Hook->apply_filters() 2021-04-21 20:25:18: mod_fastcgi.c.487) FastCGI-stderr:#8 /www/info/wp-includes/plugin.php(484): WP_Hook->do_action() 2021-04-21 20:25:18: mod_fastcgi.c.487) FastCGI-stderr:#9 /www/info/wp-incl..
I have established – apt install php5.6-zip again. Possibly a problem after updating or some dependences of versions of PHP. After that I have received a problem:
ZipArchive::close(): Write error: No space left on device
ZIP archive cannot be closed correctlyI used these teams for search of leakage of disky space:
df -h
du -hs /*
du -hs /dir/*In my case it was the /var/log/mysql/slow-query.log file. I have turned off this function for my mysql server. It is the file I borrowed 20G! The problem is solved!
In the last four days I receive a mistake at backup on four websites. Forgive, I have settings in Russian.
[29-Sep-2018 18:38:36] ОШИБКА: Ошибка добавления в архив PclZip: PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature
[29-Sep-2018 18:38:36] ОШИБКА: Ошибка добавления в архив PclZip: PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature
[29-Sep-2018 18:38:36] ОШИБКА: Невозможно правильно создать резервный архив. Произошло прерывание.
[29-Sep-2018 18:38:37] 2. Попытка создать архив резервной копии …
[29-Sep-2018 18:38:37] Сжатие файлов с использованием PclZip. Пожалуйста, будьте терпеливы это может занять некоторое время.
[29-Sep-2018 18:42:24] ОШИБКА: Ошибка добавления в архив PclZip: PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature
[29-Sep-2018 18:42:24] ОШИБКА: Ошибка добавления в архив PclZip: PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature
[29-Sep-2018 18:42:24] ОШИБКА: Невозможно правильно создать резервный архив. Произошло прерывание.
[29-Sep-2018 18:42:24] 3. Попытка создать архив резервной копии …
[29-Sep-2018 18:42:24] Сжатие файлов с использованием PclZip. Пожалуйста, будьте терпеливы это может занять некоторое время.
[29-Sep-2018 18:45:39] ОШИБКА: Ошибка добавления в архив PclZip: PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature
[29-Sep-2018 18:45:39] ОШИБКА: Ошибка добавления в архив PclZip: PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature
[29-Sep-2018 18:45:39] ОШИБКА: Невозможно правильно создать резервный архив. Произошло прерывание.
[29-Sep-2018 18:45:39] ОШИБКА: Шаг прерван: слишком много попыток!
[29-Sep-2018 18:45:39] 1. Попытка отправки файла резервной копии на Dropbox …
[29-Sep-2018 18:45:40] Authenticated with Dropbox of user: Dima Elagin
[29-Sep-2018 18:45:40] Загрузка на Dropbox …
[29-Sep-2018 18:45:40] Beginning new file upload session
[29-Sep-2018 18:46:51] Finishing upload session with a total of 184 MB uploaded
[29-Sep-2018 18:46:53] Резервные копии переданы /tube/backwpup_4GAECEFQ01_2018-09-29_18-34-05.zip
[29-Sep-2018 18:46:54] Удален 1 файл на Dropbox
[29-Sep-2018 18:46:54] Удален 1 резервный файл
[29-Sep-2018 18:46:54] ОШИБКА: Задание завершилось с ошибками за 769 сек. Вы должны устранить ошибки для правильного выполнения.If I switch for use of compression of tar or tar gzip – I receive other mistake.
[29-Sep-2018 23:05:36] 1. Попытка создать архив резервной копии …
[29-Sep-2018 23:05:36] Сжатие файлов с использованием Tar. Пожалуйста, будьте терпеливы это может занять некоторое время.
[29-Sep-2018 23:06:04] ПРЕДУПРЕЖДЕНИЕ: file_put_contents(): Only 4096 of 7035 bytes written, possibly out of free disk space
[29-Sep-2018 23:06:04] ОШИБКА: Не удается записать ход выполнения в рабочий файл. Задание будет прервано.
[29-Sep-2018 23:06:04] ОШИБКА: Прервано пользователем!
[29-Sep-2018 23:06:04] Удален 1 резервный файл
[29-Sep-2018 23:06:04] ОШИБКА: Задание завершилось с ошибками за 49 сек. Вы должны устранить ошибки для правильного выполнения.These are problems of my server or a plug-in of backwpup? What can I make?
/plugins/cache-enabler/inc/cache_enabler.class.php:
// DONOTCACHEPAGE check e.g. woocommerce
if ( defined(‘DONOTCACHEPAGE’) && DONOTCACHEPAGE ) {
return true;
}Fravgment of my code which I don’t want to cache:
<?php
defined(‘DONOTCACHEPAGE’, true );
………..
?>What do I have to add to functions.php?
Forum: Plugins
In reply to: [Cache Enabler] How to exclude CPT Archive from cacheI’m asking for help from the author of the plugin (@keycdn).
I want that this code wasn’t cached:I want to prevent caching of a fragment of a code in sidebar.php or sidebar.php completely. I have found information about the DONOTCACHEPAGE function. But I don’t understand as to make it.
I have added this code to sidebar.php.
define(‘DONOTCACHEPAGE’, true);<?php
define( ‘DONOTCACHEPAGE’, true );
$o[‘charset’] = “UTF-8″;
if (!defined(‘_SAPE_USER’)){
define(‘_SAPE_USER’, ”);}
require_once($_SERVER[‘DOCUMENT_ROOT’].’/’._SAPE_USER.’/sape.php’);
echo “<!–check code–>”;
$o[‘force_show_code’] = true;
$sape = new SAPE_client($o);
echo $sape->return_links();
unset($o);
echo “<!–check code–>”;
?>But it doesn’t work. What do I have to make?
This code in /wp-content/plugins/cache-enabler/inc/cache_enabler.class.php:
// DONOTCACHEPAGE check e.g. woocommerce
if ( defined(‘DONOTCACHEPAGE’) && DONOTCACHEPAGE ) {
return true;
}or this
// bypass cache hook
if ( apply_filters(‘bypass_cache’, false) ) {
return true;
}Do I need to duplicate this in functions.php or not?
wp-content/themes/videozoom4/functions.phpUnfortunately this is difficult for me. If I use bypass cache hook – which code should I use?
Forum: Plugins
In reply to: [Cache Enabler] DONOTCACHEPAGE for this plug-inThis code in /wp-content/plugins/cache-enabler/inc/cache_enabler.class.php:
// DONOTCACHEPAGE check e.g. woocommerce
if ( defined(‘DONOTCACHEPAGE’) && DONOTCACHEPAGE ) {
return true;
}or this
// bypass cache hook
if ( apply_filters(‘bypass_cache’, false) ) {
return true;
}Do I need to duplicate this in functions.php or not?
wp-content/themes/videozoom4/functions.phpUnfortunately this is difficult for me. If I use bypass cache hook – which code should I use?