Singh
Forum Replies Created
-
Forum: Plugins
In reply to: [Redis Object Cache] Enabled Unix Socket but still showing TCP ProtocolHey Timm,
I gave it another try and switched theunixperm
in redis.conf to777
and restarted the server. Now, the status shows connected and has the following output:Status: Connected Client: Predis (v1.1.1) Drop-in: Valid Ping: PONG Redis Extension: Not Found Predis Client: 1.1.1 PHP Version: 7.3.0-2+ubuntu18.04.1+deb.sury.org+1 Multisite: No Global Prefix: "bnt_" Blog Prefix: "bnt_" WP_REDIS_SCHEME: "unix" WP_REDIS_PATH: "\/var\/run\/redis\/redis.sock"
I am worried about
Redis Extension: Not Found
. It shows version 4.x.x when I switched my site configuration from PHP 7.3 to PHP 7.2.So, will it affect the performance of the plugin? Should I switch back to PHP 7.2 or stay with PHP 7.3?
Forum: Plugins
In reply to: [Redis Object Cache] Enabled Unix Socket but still showing TCP ProtocolHey Till,
I have been using TCP instead of Unix Socket since the starting and it works fine. I was just thinking to implement Unix as it is said to be 20-25% faster than TCP connection.Forum: Plugins
In reply to: [Redis Object Cache] Enabled Unix Socket but still showing TCP ProtocolI tried to switch
unixsocketperm
from755
to775
and vice-versa, Restarted Redis yet the same issue.I followed the below-given steps to make the
redis
user a member of thewww-data group
:- sudo usermod -g www-data redis
- sudo mkdir -p /var/run/redis/
- sudo chown -R redis:www-data /var/run/redis
- sudo service redis-server restart
Output for the socket:
redis-cli -s /var/run/redis/redis.sock ping
pong
- This reply was modified 5 years, 11 months ago by Singh. Reason: output added
Forum: Plugins
In reply to: [Redis Object Cache] Enabled Unix Socket but still showing TCP ProtocolFinally, I was able to get the Unix Socket displayed in Diagnostics Section of the plugin. But now, it says “Not Connected”. There is some permission error:
Status: Not Connected Client: PhpRedis (v4.2.0) Drop-in: Valid Connection Exception: Permission denied (RedisException) Redis Extension: 4.2.0 Predis Client: 1.1.1 PHP Version: 7.2.13-1+ubuntu18.04.1+deb.sury.org+1 Multisite: No Global Prefix: "bnt_" Blog Prefix: "bnt_" WP_REDIS_SCHEME: "unix" WP_REDIS_PATH: "\/var\/run\/redis\/redis.sock"
Forum: Plugins
In reply to: [Redis Object Cache] Enabled Unix Socket but still showing TCP ProtocolHello Till,
Thanks for your reply. Actually, I already have the Redis constants in the starting of the Wp-Config, right after the Database credentials.Forum: Plugins
In reply to: [Redis Object Cache] Enabled Unix Socket but still showing TCP ProtocolAnd check redis in terminal, use command:
redis-cli -s /var/run/redis/redis.sock
Then input monitorThe output is
OK
Forum: Plugins
In reply to: [AMP] New Version Showing Fatal ErrorI can confirm the same happening to one of my sites. Whole site went down showing Error 500 .
2017/08/05 05:33:03 [error] 20393#0: *24700 FastCGI sent in stderr: "PHP message: PHP Fatal error: Cannot make static method AMP_Customizer_Design_Settings::register_customizer_ui() non static in class AMPFORWP_Customizer_Design_Contols in /var/www/xyz.in/htdocs/wp-content/plugins/accelerated-mobile-page/templates/customizer/customizer.php on line 217" while reading response header from upstream, client: 47.11.12.49, server: resultreport.in, request: "GET /west-bengal-group-d-result/ HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "www.resultreport.in", referrer: "
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] No-Index Tags/Categories AMP PagesThanks a lot Ahmed. Totally understood it bro ??
@ahmedkaludi Sorry if my reply isn’t relevant but I request you to please review this thread once more. This is one big issue because it’s causing the duplicate content issue for thousand of sites including mine.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] No-Index Tags/Categories AMP PagesI think that’s not just in my case. Even my friend’s website has the same issue.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] No-Index Tags/Categories AMP PagesHey Ahmed,
When you click “repeat the search with omitted search results” then you will notice the Index AMP pages that I’m talking about.or You can directly search the following string:
site:www.resultway.in inurl:amp
Even I’m amazed to see this as I’ve already checked the Canonical Tag implementation.
And it’s not only about Tags/Category pages but also a few AMP (Post pages) are getting indexed.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] No-Index Tags/Categories AMP PagesHere is the screenshot of the issue being discussed:
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Related Post by TagsI would really love to get “Related posts by Tags”. I was about to create a thread about the same request and found this one. Already gave 5* Ratings for this masterpiece.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] No Option to Configure the PluginHey Ahmed,
There was nothing wrong with the plugin. After searching a lot I found the issue was caused by a code present in my theme’s functions.php file to add async to all scripts.Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] No Option to Configure the PluginHey Ahmed,
Thanks a lot for the quick reply. At my website, I’m using the following plugins:AMP Toolbox
AMP
Glue for Yoast SEO & AMP
iThemes Security
Jetpack
TinyMCE Advanced
Varnish HTTP Purge
W3 Total Cache
WP-Optimize
Yoast SEOI also checked the error on Configuration Panel page through “Inspect Element” functionality. The error shown is:
“Uncaught TypeError: a.redux.hideFields is not a function”