bcvcbhqyxcgakhh
Forum Replies Created
-
We have tested and all plugins were inactive.
Due to security, folders are moved to another path using WordPress codex inside a config PHP file:
//define(‘WP_CONTENT_DIR’, $_SERVER[‘DOCUMENT_ROOT’] . ‘/content’);
//define(‘WP_CONTENT_URL’, ‘https://example.com/content’);Your plugin does not support and detect moved folders and errors are not shown as your plugin pushes FATAL ERROR message without any track of errors.
- This reply was modified 3 months, 1 week ago by bcvcbhqyxcgakhh.
HTML5’s element supports fallback support for users from WebP, but is it fallback support for the particular browsers?
<picture>
- This reply was modified 3 months, 1 week ago by bcvcbhqyxcgakhh.
- This reply was modified 3 months, 1 week ago by bcvcbhqyxcgakhh.
We have installed a plugin. It reports now Plugin could not be activated because it triggered a fatal error. Which permission folder causes this fatal error? Where is pushed error_log, specifically for WP Total Cache as we are using CloudLinux 8?
We try to control browser support. So, which file and folder controls fallback support as website will break in this case and bad user experience due to browser detection and validation.
I kindly ask you to inform us which line and file/folder executes due to browser detection and validation:
Your quote: to call one type of image, depending on the browser that is requesting the page.
Thank you for the message! When we check and verify, all is working on the server:
Memcached is running correctly and listening on the expected port (11211) with TCP enabled.
- The
-U 0
option is not an issue in this context as it simply disables UDP support, which is common in many configurations to avoid unnecessary network traffic. - It is a plugin issue.
Sorry, support is not enabled in this forum as it does not contain any image attachment.
Memcached hostname:port / IP:port: 127.0.0.1:11211
Test: Request failed
Which value should be due to mentioned secured ports?
/usr/bin/memcached -p 11211 -u memcached -m 64 -c 1024 -l 127.0.0.1 -U 0
Our memcached configuration seems to be set up to listen only on the local interface 127.0.0.1 and to disable UDP (-U 0). This setup is generally secure for most use cases since it limits access to the memcached server to only local connections, preventing external access.Is this an issue as your plugin reports failed request but
Page caching via Memcache is currently enabled.
Object caching via Memcache is currently enabled.
- This reply was modified 4 months, 2 weeks ago by bcvcbhqyxcgakhh.
- This reply was modified 4 months, 2 weeks ago by bcvcbhqyxcgakhh.
When we executed your code:
Ssl Jul04 0:13 /usr/bin/memcached -p 11211 -u memcached -m 64 -c 1024 -l 127.0.0.1 -U 0
Our memcached configuration seems to be set up to listen only on the local interface 127.0.0.1 and to disable UDP (-U 0). This setup is generally secure for most use cases since it limits access to the memcached server to only local connections, preventing external access.
Is this an issue as your plugin reports:
The following memcached servers are not responding or not running:
- Object Cache: 127.0.0.1:11211.
- Page Cache: 127.0.0.1:11211.
- This reply was modified 4 months, 2 weeks ago by bcvcbhqyxcgakhh.
It is 502BAD Gateway when installed a new plugin called W3 Total Cache inside an URL:
update.php?action=upload-plugin
It is a new server.
Forum: Plugins
In reply to: [W3 Total Cache] The page isn’t redirecting properlyThank you for the message! We solved permission folders and file.
I see it is very complicated using Multi WP installation and Cache plugin. Any break in file permission will crash installation and very time consuming.
Forum: Plugins
In reply to: [W3 Total Cache] The page isn’t redirecting properlyI have checked triggers.
GET /wp-login.php HTTP/1.1 or HTTPS is all the time warning message.
Which setting causes GET /wp-login.php HTTP/1.1 as I undertsand HTTPS should be used as secured connection.
Forum: Plugins
In reply to: [W3 Total Cache] The page isn’t redirecting properlyThere is any reason inside cPanel and WP installation but MYSQL value makes redirection. Which MYSQL table causes redirections and can be reset as it seems Cache is very complicated in WP using Multi WP installation.
- This reply was modified 11 months, 1 week ago by bcvcbhqyxcgakhh.
Forum: Plugins
In reply to: [W3 Total Cache] The page isn’t redirecting properlyThank you for your message. We will try to do the best,
Forum: Plugins
In reply to: [W3 Total Cache] The page isn’t redirecting properlyWhere is rewritten login URL caused by Total Cache which does not detect secured certificate just for login page?