Forum Replies Created

Viewing 6 replies - 16 through 21 (of 21 total)
  • Thread Starter cjlim

    (@cjlim)

    Thanks for the tip. Switching back to default theme does work in terms of regenerating all images.
    All problems solved. I can see the webp images created in the uploads-webbpc folder as well.

    Thread Starter cjlim

    (@cjlim)

    1. Do you have any error on the plugin settings page?
    No Error

    2. URL of your website. If your site is not publicly available, add it to test environment.
    https://www.yourblazeguard.com

    3. Does your server meet the technical requirements described in the FAQ? Please send configuration of your server (link to it can be found on the settings page of plugin in the section “We are waiting for your message”) – please take a screenshot of the ENTIRE page and send it to me.
    Yes. phpinfo can be downloaded from: https://www.dropbox.com/s/hlichvmzjhw7nqg/phpinfo.pdf?dl=0

    4. Do you use CDN?
    No

    5. Check if in /wp-content/uploads-webpc directory are all files that should be converted.
    No

    Run Google Chrome and enable Dev Tools (F12).
    Response of https://www.yourblazeguard.com/wp-json/webp-converter/v1/paths?_wpnonce=170d438770
    {"code":"rest_no_route","message":"No route was found matching the URL and request method","data":{"status":404}}

    Please check also if you have any errors in /wp-content/debug.log?
    No Error

    7. Content of your .htaccess files from directories /wp-content/uploads and /wp-content/uploads-webpc (pasting the code using the CODE shortcode in the editor).
    */wp-content/uploads*

    
    text/x-generic .htaccess ( ASCII text )
    # BEGIN WebP Converter
    # ! --- DO NOT EDIT PREVIOUS LINE --- !
    <IfModule mod_rewrite.c>
      RewriteEngine On
      RewriteCond %{HTTP_ACCEPT} image/webp
      RewriteCond %{DOCUMENT_ROOT}/wp-content/uploads-webpc/$1.jpg.webp -f
      RewriteRule (.+)\.jpg$ /wp-content/uploads-webpc/$1.jpg.webp [NC,T=image/webp,E=cache-control:private,L]
      RewriteCond %{HTTP_ACCEPT} image/webp
      RewriteCond %{DOCUMENT_ROOT}/wp-content/uploads-webpc/$1.jpeg.webp -f
      RewriteRule (.+)\.jpeg$ /wp-content/uploads-webpc/$1.jpeg.webp [NC,T=image/webp,E=cache-control:private,L]
      RewriteCond %{HTTP_ACCEPT} image/webp
      RewriteCond %{DOCUMENT_ROOT}/wp-content/uploads-webpc/$1.png.webp -f
      RewriteRule (.+)\.png$ /wp-content/uploads-webpc/$1.png.webp [NC,T=image/webp,E=cache-control:private,L]
    </IfModule>
    # ! --- DO NOT EDIT NEXT LINE --- !
    # END WebP Converter
    

    */wp-content/uploads-webpc*

    text/x-generic .htaccess ( ASCII text )
    # BEGIN WebP Converter
    # ! --- DO NOT EDIT PREVIOUS LINE --- !
    <IfModule mod_mime.c>
      AddType image/webp .webp
    </IfModule>
    <IfModule mod_expires.c>
      ExpiresActive On
      ExpiresByType image/webp "access plus 1 year"
    </IfModule>
    # ! --- DO NOT EDIT NEXT LINE --- !
    # END WebP Converter

    8. What plugin version are you using? If it is not the latest then update and check everything again.
    1.2.5

    9. Used WordPress version.
    5.4.1

    10. A list of all the plugins you use. Have you tried checking the plugin operation by turning off all others? If not, please try whenever possible.
    the list is too long to test.

    Thread Starter cjlim

    (@cjlim)

    Indeed I have. How else would I have checked server config and run developer tools to get http error and error message?

    But your reply sounds like I’m missing something, which is definitely possible. In which case, a quick hint/point out would be appreciated.

    I don’t see how this reply of yours does any help for both of us.

    Thread Starter cjlim

    (@cjlim)

    specifically, I noticed in both and SEOPress PRO, there’s this identical line in both of the plugins.
    return ComposerAutoloaderInit91ca29c4ec10ca5036046c6edbce4ea4::getLoader();

    Line exists
    In CF7 Google Sheet Connector
    cf7-google-sheets-connector/lib/vendor/autoload.php
    In SEOPress Pro:
    wp-seopress-pro/inc/functions/google-analytics/vendor/autoload.php

    Thread Starter cjlim

    (@cjlim)

    Hi,
    tried the reinstalling but it doesn’t solve the slow loading speed.
    in fact, even without the PRO plugin, it’s already slow.

    Please advise next step.

    Thread Starter cjlim

    (@cjlim)

    the non PRO version is 1.0.8.
    there’s no update prompt in either PRO or non-PRO plugin, so I assume they are all at the latest.
    I only have 26 items (serial #s).

    A fresh install would delete all my serial #s, no?

Viewing 6 replies - 16 through 21 (of 21 total)