Trung Hieu Bui
Forum Replies Created
-
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] L?i URL c?a avatarHi,
I tested it and confirmed the error has been fixed.
Thank you!
Forum: Plugins
In reply to: [Yoast SEO] Warning in header after updatingI also encountered a similar situation:
PHP Warning: strpos(): Empty needle in /home/username/public_html/wp-content/plugins/wordpress-seo-premium/admin/class-database-proxy.php on line 44
My database does not have a table prefix.
I’m also having issues with the email subscription feature. No email confirmation is sent to the user’s mailbox and their email does not appear in the subscribe list. ??
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Please support Gist oEmbed for AMPHey Marqas,
I’m really excited about that. Look forward to it coming soon in the next update.
Thanks so much!
Forum: Plugins
In reply to: [LiteSpeed Cache] Conflict with remove query string functionsThe issue is not resolved when I downgrade to version 1.0.14.1. It looks like the problem comes from another plugin. Thanks for your helping!
Forum: Plugins
In reply to: [LiteSpeed Cache] Conflict with remove query string functionsIt does not work, even when I add the code below to the .htaccess file:
ExpiresByType text/css "access plus 1 year" ExpiresByType application/javascript "access plus 1 year"
Forum: Plugins
In reply to: [LiteSpeed Cache] Conflict with remove query string functionsDear Kevin,
Here is my report:
Server Variables SERVER_SOFTWARE = LiteSpeed DOCUMENT_ROOT = /home/wpcanban/public_html X-LSCACHE = 1 LSCache Plugin Options version = 1.0.15 enabled = 1 radio_select = 1 purge_upgrade = 1 cache_commenters = cache_login = 1 cache_favicon = 1 cache_resources = 1 mobileview_enabled = mobileview_rules = login_cookie = tag_prefix = check_advancedcache = 1 debug = 0 admin_ips = 127.0.0.1 test_ips = public_ttl = 86400 front_page_ttl = 3600 feed_ttl = 0 404_ttl = 3600 purge_by_post = -.A.D.F.H.M.PGS.PGSRP.PT.T.Y excludes_uri = excludes_cat = excludes_tag = nocache_cookies = nocache_useragents = 403_ttl = 3600 500_ttl = 3600 Wordpress Specific Extras wordpress version = 4.7.4 locale = vi active theme = Paradise active plugins = Array ( [0] => vaultpress/vaultpress.php [1] => accelerated-mobile-pages/accelerated-moblie-pages.php [2] => advanced-database-cleaner/advanced-db-cleaner.php [3] => akismet/akismet.php [4] => allfacebook-instant-articles/afb_instant_articles.php [5] => amp/amp.php [6] => comment-approved/comment-approved.php [7] => easy-wp-smtp/easy-wp-smtp.php [8] => heartbeat-control/heartbeat-control.php [9] => jetpack/jetpack.php [10] => kk-star-ratings/index.php [11] => litespeed-cache/litespeed-cache.php [12] => nofollow-for-external-link/nofollow-external-link.php [13] => replyme/replyme.php [14] => shortpixel-image-optimiser/wp-shortpixel.php [15] => tablepress-responsive-tables/tablepress-responsive-tables.php [16] => tablepress/tablepress.php [17] => top-commentators-widget/top-commentators-widget.php [18] => wordpress-seo/wp-seo.php [19] => wp-memcached/wp-memcached.php ) /home/wpcanban/public_html/.htaccess contents: <IfModule LiteSpeed> ###LSCACHE START PLUGIN - Do not edit the contents of this block!### RewriteEngine on CacheLookup Public on ###LSCACHE START RESOURCE### RewriteRule wp-content/.*/[^/]*(loader|fonts|\.css|\.js)\.php - [E=cache-control:max-age=3600] ###LSCACHE END RESOURCE### ###LSCACHE START FAVICON### RewriteRule favicon\.ico$ - [E=cache-control:max-age=86400] ###LSCACHE END FAVICON### ###LSCACHE END PLUGIN - Do not edit the contents of this block!### </IfModule> <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_ACCEPT} image/webp RewriteCond %{DOCUMENT_ROOT}/$1.webp -f RewriteRule ^(wp-content/uploads.+)\.(jpe?g|png)$ $1.webp [T=image/webp,E=accept:1] </IfModule> <IfModule mod_headers.c> Header append Vary Accept env=REDIRECT_accept </IfModule> RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^(.*) https://%{SERVER_NAME}/$1 [R,L] Header set Strict-Transport-Security "max-age=31536000" env=HTTPS # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress AddType application/x-font-woff2 woff2 AddType image/webp .webp
Thanks
Forum: Plugins
In reply to: [LiteSpeed Cache] Conflict with remove query string functionsDear Kevin,
When I remove query string, Google PageSpeed Insights will report JS files uncached:
https://goo.gl/photos/Lcxy6pQSKFijMhwE8
If I do not remove query string, the above error will not appear:
https://goo.gl/photos/dTLKcmMBbVxJkBgi9
This problem does not occur on previous versions. Do you understand?
Thanks so much!