olek69
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] My website not update after configure Litespeed pluginThank you for your commitment and willingness to help. Unfortunately, the problem could not be fixed. After changing to another cache plugin (WP Fastest Cache), the problem disappeared.
Forum: Plugins
In reply to: [LiteSpeed Cache] My website not update after configure Litespeed pluginOnly when I updated the plugin and translation manually did an entry appear in the test.log file regarding this updated plugin.
Forum: Plugins
In reply to: [LiteSpeed Cache] My website not update after configure Litespeed pluginHello. Unfortunately, the fix did not work and there is still no automatic update. The test.log file is empty.
Forum: Plugins
In reply to: [LiteSpeed Cache] My website not update after configure Litespeed pluginnow ok
Forum: Plugins
In reply to: [LiteSpeed Cache] My website not update after configure Litespeed pluginAfter changing this line in the functions.php code, an error occurred again when logging in to WP. “The site has encountered a critical error.” “An E_PARSE error was caused on line 6 of /home/…./functions.php. Error message: syntax error, unexpected variable “$_SERVER”, expecting “)”
Forum: Plugins
In reply to: [LiteSpeed Cache] My website not update after configure Litespeed plugin$_SERVER['REQUEST_URI'] Whether $_SERVER['REQUEST_URL']Where should I add or use this?
Forum: Plugins
In reply to: [LiteSpeed Cache] My website not update after configure Litespeed pluginI have an add-on that rejects traffic from outside Poland and redirects it to another domain. But this update worked with this add-on. The change occurred only after installing the Litespeed plug-in.
Forum: Plugins
In reply to: [LiteSpeed Cache] My website not update after configure Litespeed pluginUnfortunately, this next change did not result in any improvement. It still doesn’t update automatically.
Forum: Plugins
In reply to: [LiteSpeed Cache] My website not update after configure Litespeed plugin<?php add_action( 'upgrader_process_complete', 'my_upgrade_function',10, 2); function my_upgrade_function( $upgrader_object, $options ) { if ( defined('LSCWP_V')) { error_log('test', 3, '/path/to/my/wp/test.log'); do_action( 'litespeed_purge_all' ); } }There was some incorrect formatting, lines skipped when pasting.
Forum: Plugins
In reply to: [LiteSpeed Cache] My website not update after configure Litespeed pluginThe entry “testtest” appeared in the test.log file
Forum: Plugins
In reply to: [LiteSpeed Cache] My website not update after configure Litespeed plugin<?php add_action( 'upgrader_process_complete', 'my_upgrade_function',10, 2); function my_upgrade_function( $upgrader_object, $options ) { if ( defined('LSCWP_V')) { error_log('test', 3,'/path/to/my/wp/test.log');do_action( 'litespeed_purge_all' ); } }The code that is located in the functions.php file
- This reply was modified 2 years, 1 month ago by olek69.
Forum: Plugins
In reply to: [LiteSpeed Cache] My website not update after configure Litespeed pluginNo improvement, auto update does not work, test.php file is empty 0B.
Forum: Plugins
In reply to: [LiteSpeed Cache] My website not update after configure Litespeed pluginSorry, I made a mistake, I added it before the first line instead of do_action( ‘litespeed.. I’ve already corrected it.
Forum: Plugins
In reply to: [LiteSpeed Cache] My website not update after configure Litespeed pluginOk, the test.log file was created automatically and was filled with the repeated word test.
Forum: Plugins
In reply to: [LiteSpeed Cache] My website not update after configure Litespeed pluginDoes the test.log file exist or will it be created automatically? I don’t know if it matters, but one of the security-related plugins displays the following message:
Another Plugin or Theme is using ‘LiteSpeed\Core::send_headers_force’ to handle output buffers.
This prevents actively outputting the buffer on-the-fly and could severely degrade the performance of this (and many other) Plugins.
Consider disabling caching and compression plugins (at least during the scanning process).