Home › Forums › WordPress Plugins › Hide My WP › Enable (Only Active Plugins) After all the pages are not displayed correctly
- This topic has 23 replies, 2 voices, and was last updated 10 years, 3 months ago by live.
-
AuthorPosts
-
August 4, 2014 at 1:03 pm #990
Hi,
Enable (Only Active Plugins (Quick)) After all the pages are not displayed correctly,
But Enable (Disable Plugin Rename) after the page displays are normal!
Tests are so many times!
Hope to solve!
Thank you!
Enable (Only Active Plugins (Quick)):
Enable (Disable Plugin Rename):
August 4, 2014 at 1:21 pm #991This reply has been marked as private.August 6, 2014 at 6:27 am #1002HassanPost count: 955Hi-
Currently, there’s nothing to see. Maybe you need to activate the theme or something like that.
Could you please revert it back to normal and notify me to take a look.
August 6, 2014 at 7:01 am #1003This reply has been marked as private.August 6, 2014 at 7:20 am #1004This reply has been marked as private.August 6, 2014 at 8:31 am #1006HassanPost count: 955It seems the problem is that you didn’t update your Nginx config file after enabling woocommerce and so it doesn’t work correctly.
As I said in several places you should update Nginx config file after each change in the plugin (specially activating a new plugin or theme)
Let me know if it solve your problem.
August 6, 2014 at 10:06 am #1007This reply has been marked as private.August 8, 2014 at 3:04 am #1018This reply has been marked as private.August 8, 2014 at 6:51 am #1019This reply has been marked as private.August 10, 2014 at 12:27 pm #1038In other temporary sites to test this problem still exists!
Need your help!
Thank you very much!August 11, 2014 at 5:48 pm #1040HassanPost count: 955Sorry for delay,
But I really don’t have any more idea 🙁 However, I’m pretty sure it’s a problem related to Nginx config file.
Could you please tell me which program this is?
Is it possible to provide full content of nginx.conf file. You need to login as root user and type:
nano /etc/nginx/nginx.conf
ornano /etc/nginx/conf/nginx.conf
August 12, 2014 at 9:19 am #1060This reply has been marked as private.August 14, 2014 at 1:27 am #1076This reply has been marked as private.August 14, 2014 at 1:30 am #1077This reply has been marked as private.August 14, 2014 at 7:02 pm #1087HassanPost count: 955Finally, I found the problem with your help 🙂
For an unknown reason when you enable W3TC (probably only on memcache), HMWP tries to replace old URLs with new ones on back-end (it should only work on front-end).
It usually doesn’t make any problem but when you need to get Nginx config lines you copies replaced (and so corrupted lines) and this causes the problem.
Here’s correct lines for current settings (notice to plugins rules):
# BEGIN Hide My WP rewrite ^/other/(.*) /wp-includes/$1 last; rewrite ^/ext/8dd3db1c/(.*) /wp-content/plugins/codestyling-localization/$1 last; rewrite ^/ext/966d5f1f/(.*) /wp-content/plugins/woocommerce/$1 last; rewrite ^/ext/(.*) /wp-content/plugins/$1 last; rewrite ^/skin/main\.css /wp-content/themes/twentyfourteen/style.css last; rewrite ^/skin/(.*) /wp-content/themes/twentyfourteen/$1 last; rewrite ^/ajax /wp-admin/admin-ajax.php last; rewrite ^/(readme\.html|license\.txt|wp-content/debug\.log|wp-includes/$) /nothing_404_404 last; rewrite ^/(((wp-content|wp-includes)/([A-Za-z1-9-_/]*))|(wp-admin/(?!network/)([A-Za-z1-9-_/]+)))(\.txt|/)$ /nothing_404_404 last; # END Hide My WP
You can always get correct lines by disabling W3TC and then enabling it.
I don’t want to change your W3TC settings and probably destroy your setup, if you have enough time please try to find out whether this problem occurs on disk cache and with disabled reverse proxy or not.
-
AuthorPosts
You must be logged in to reply to this topic.