• Resolved Gulshan Kumar

    (@thegulshankumar)


    I just tried this plugin …

    1. Consider preventing autofilling with autocomplete="new-password"

    <input name="servebolt_cf_api_token" type="password" id="api_token" data-original-value="" value="" class="regular-text validate-field validation-group-api_token validation-group-api_credentials invalid">

    2. Page caching isn’t working. I have tried API key method.

    cache-control: max-age=0,no-cache,s-maxage=0
    cf-cache-status: EXPIRED
    cf-edge-cache: no-cache, platform=wordpress

    3. Error log
    2021/01/20 05:59:38 [error] 93563#93563: *22045 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant SERVEBOLT_PATH - assumed 'SERVEBOLT_PATH' (this will throw an Error in a future version of PHP) in /home/runcloud/webapps/cf_purge/wp-content/plugins/servebolt-optimizer/functions.php on line 959PHP message: PHP Warning: require_once(SERVEBOLT_PATHclasses/nginx-fpc/sb-nginx-fpc-auth-handling.php): failed to open stream: No such file or directory in /home/runcloud/webapps/cf_purge/wp-content/plugins/servebolt-optimizer/functions.php on line 959PHP message: PHP Fatal error: require_once(): Failed opening required 'SERVEBOLT_PATHclasses/nginx-fpc/sb-nginx-fpc-auth-handling.php' (include_path='.:') in /home/runcloud/webapps/cf_purge/wp-content/plugins/servebolt-optimizer/functions.php on line 959" while reading response header from upstream, client: 162.158.23.99, server: www.example.com, request: "POST /wp-admin/admin-ajax.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/cf_purge.sock:", host: "www.example.com", referrer: "https://www.example.com/wp-admin/plugins.php?plugin_status=all&paged=1&s"

    4. When I delete Deletion failed: There has been a critical error on this website.Learn more about debugging in WordPress.

    Is there anything I should try again?

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Pieter Daalder

    (@wizzard_)

    Hi there Gulshan! Thank you for your feedback! Just quickly recapping your points:

    1. That’s a very good thing to consider! We’ve added it to the new features we’re currently working on. You can expect it to be included in one of the upcoming releases.
    2. Normally page caching shouldn’t be an issue. Would you mind sharing the domain it’s about? If you want, you can send it through a private message instead. I can look a little more in to your specific situation in that way.
    3. Regarding three and four: I need to dive in to this for you. It’s not the behaviour I’d expect. I’ll get back to you on this.
    Thread Starter Gulshan Kumar

    (@thegulshankumar)

    Just a quick heads up!

    Regarding #3. Issue presist as per my current testing. There is a problem while deleting plugin.
    Ref: https://i.imgur.com/Oa2KQYC.png
    I am on PHP version – 8.0.2

    This appears whenever I visit settings page, while Cloudflare cache-feature checked or unchecked. https://i.imgur.com/GG1FJaV.png

    Thanks

    Plugin Support Pieter Daalder

    (@wizzard_)

    Thanks for your update! I’ll look into this further!

    #3 & #4 seem to be related since I can’t delete either with a completely different infrastructure. Here’s my errors:
    [STDERR] PHP Warning: Use of undefined constant SERVEBOLT_PATH - assumed 'SERVEBOLT_PATH' (this will throw an Error in a future version of PHP) in /secret/lair/wp-content/plugins/servebolt-optimizer/functions.php on line 959

    [STDERR] PHP Warning: require_once(SERVEBOLT_PATHclasses/nginx-fpc/sb-nginx-fpc-auth-handling.php): failed to open stream: No such file or directory in /secret/lair/wp-content/plugins/servebolt-optimizer/functions.php on line 959

    [STDERR] PHP Fatal error: require_once(): Failed opening required 'SERVEBOLT_PATHclasses/nginx-fpc/sb-nginx-fpc-auth-handling.php' (include_path='.:/usr/share/pear:/usr/share/php') in /secret/lair/wp-content/plugins/servebolt-optimizer/functions.php on line 959

    Hello! We have now released v3 (currently at v3.0.1) of this plugin. This should resolve the issues that you referenced in your post.

    1. We’ve added autocomplete=”off” to all input-fields containing credentials etc. Previously we had this only on the form-element, but it seems that this is not always respected by all browsers unfortunately.

    2. If I understand correctly you are using Cloudflare APO. There has been done some changes to the cache header logic in v3, so I would recommend you to try again and see if the error still persist. If so then please let us know.

    3. The undefined constant “SERVEBOLT_PATH”-issue has been resolved in v3.

    4. If I understand correctly you get an error whenever you delete the plugin. This issue is also resolved in v3.

    Thanks for the bug report, have a great day!
    Kind regards
    Robert from Servebolt

    Thread Starter Gulshan Kumar

    (@thegulshankumar)

    Thanks for the update. Happy to take a look whenever possible as soon.

    Marking this as resolved. Please contact us if you are still experiencing any issues.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘feedback’ is closed to new replies.