Blamedutchie
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Image pull process failure: Failed to pull imageThe list was too long…
But, I did try to access some if the URL’s directly and that always resulted in a 404.
I’ve had long chats with my provider and there are no issues on that end.
On the QUIC.cloud dashboard, I’ve switched Bypass CDN On, and that appears to help, but I am not sure that anything is being cached right now. To be honest, I am spending way too much time getting all the quic processes to work. (no offense)
I know that cURL is very difficult to troubleshoot, but I am starting to suspect QUIC’s DNS performance. Right now, I lack the time to dive into that deeper though. I may decide to do a roll-back tonight and stop using their CDN, but I first want to be sure what the effect of that will be on the webp process. As I said in another thread, the documentation is rather unclear at times.
Thanks for looking into this!- This reply was modified 5 months, 2 weeks ago by Blamedutchie. Reason: clarification
- This reply was modified 5 months, 2 weeks ago by Blamedutchie.
Forum: Plugins
In reply to: [LiteSpeed Cache] Main domain not generated yetI’d have to agree, the documentation is confusing at best.
@nilssonab Don’t worry about the whitelisting, that is for firewalls and according to some documentation I found, since LiteSpeed Web Server v5.4.12 this happens automatically. I guess the folks forgot to update the GUI.
What I find particularly worrying, is that at the QUIC.cloud dashboard everything appears to be in perfect order, but WordPress still complains. In my case the wretched cURL error 28, but that’s a different story.
Cheers!Hi, it’s been a while since you asked this, and I would assume that in the mean time you found some information about why it’s added to the links in the related posts items.
In case you did not:
“There may be instances when you wish to turn off the Affiliatize Links app on specific links while leaving the app running on the remaining links on your site. If you would like to exclude?a specific?link, you can use the rel=”norewrite” function to make sure the Affiliate Links app will not affect that link. When a link’s rel attribute includes “norewrite”, that link will not be affected in any way by Shareaholic (e.g. Clicks will not be counted, and the link will not be affiliated).”Makes sense to me ??
Cheers!
- This reply was modified 5 months, 4 weeks ago by Blamedutchie. Reason: added link to the source
No idea what happened, after disabling and re-enabling the plugin, it works as expected…
Forum: Themes and Templates
In reply to: [Iknow] Child Theme support?Never mind, your theme obviously does not support child themes.
I don’t want to waste time on troubleshooting a theme.
Switched to a different one.Forum: Plugins
In reply to: [W3 Total Cache] Thrown back to dashboardHello @vmarko,
That did the trick.
Thanks for your swift reply!Forum: Reviews
In reply to: [W3 Total Cache] I do not like plugins behaviorClarification:
Could it be the OP refers to the red Upgrade Performance in the Performance dropdown menu in the admin bar when in the dashboard?
Before installing the plugin, there were just the basic freshly installed WordPress lines:
# BEGIN WordPress # The directives (lines) between "BEGIN WordPress" and "END WordPress" are # dynamically generated, and should only be modified via WordPress filters. # Any changes to the directives between these markers will be overwritten. <IfModule mod_rewrite.c> RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Forum: Plugins
In reply to: [Meow Gallery] No Save Changes?Hi Jordy,
Interestingly, after updating the plugin today, it works as expected.
Cheers!
Hi @codersantosh,
Did that, no errors show up in the log.
Forum: Plugins
In reply to: [WP Smart Import : Import any XML File to WordPress] Nothing happensHi @xylus,
I was not working through a URL, just tried to upload an XML file from my computer. Just the basic WordPress export XML file, nothing fancy. I had to move on, so I decided to stick with the basic WordPress import/export plugin.
Thanks for your reply.
Cheers.
Forum: Plugins
In reply to: [Block Manager] Does not do anything@dcooney Your assumption is correct.
I am running Wordfence, but other rest_api calls are working properly. I’ve also ruled out the possibility of a browser issue, so for now… I’ll just try again when there is a newer version of the plugin.
Thanks anyway!
@drawmyface It appears so. I’ve been playing with some of the Jetpack parts and the debug logs remain clear from entries.
Forum: Plugins
In reply to: [Block Manager] Does not do anything@dcooney I’ve done what you suggested, there is indeed a 404 error “rest_no_route”. However, other plugins that use the API are working fine and a few quick wp-json requests shows that the API is working properly.
Adding my two cents.
Had the same error, debug info shows:[03-Mar-2021 16:24:45 UTC] PHP Fatal error: Uncaught Error: Class 'Automattic\Jetpack\Connection\Tokens' not found in //aaa/bbb/ccc/yyy/plugins/jetpack/vendor/automattic/jetpack-connection/src/class-client.php:75 Stack trace: #0 //aaa/bbb/ccc/yyy/plugins/jetpack/vendor/automattic/jetpack-connection/src/class-client.php(26): Automattic\Jetpack\Connection\Client::build_signed_request(Array, '<?xml version="...') #1 //aaa/bbb/ccc/yyy/plugins/jetpack/vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php(70): Automattic\Jetpack\Connection\Client::remote_request(Array, '<?xml version="...') #2 //aaa/bbb/ccc/yyy/plugins/jetpack/vendor/automattic/jetpack-sync/src/class-actions.php(409): Jetpack_IXR_Client->query('jetpack.syncAct...', Array) #3 //aaa/bbb/ccc/wp-includes/class-wp-hook.php(287): Automattic\Jetpack\Sync\Actions::send_data(Array, 'deflate-json-ar...', 1614788685.7563, 'sync', 0.0037658214569092, 0.020389080047607, 4, '603fb84db2f7c') #4 /aaa/bbb/public_htm in //aaa/bbb/ccc/yyy/plugins/jetpack/vendor/automattic/jetpack-connection/src/class-client.php on line 75
Files exist.