HansVanEijsden
Forum Replies Created
-
Update: for me it seems to be solved in version 1.47.4.
Thank you for this temporary fix and the writeup. Here it also seems to be working again.
Hi @caseproof,
Currently I’m finishing the website, it has to be ready by tomorrow unfortunately. The only thing I’m waiting for, before I can publish, is the new Members version (or a patch/workaround) to solve the above problem.
Do you have any advice? Is there anything I can do to make the plugin work for me?
Is there a possibility to beta-test the update, eventually?Thanks!
@caseproof thank you very much. Desperately looking forward to the update! 🙂
Hi @caseproof, thank you for your reply and your hint.
I am using GenerateBlocks to generate the Partner Access button on https://sykam.com/downloads/ and it’s a container block, with then a buttons block and within that buttons block a single button.
But… I just discovered it also happens with non-inner-blocks. Whatever I try, I simply cannot get it to save the permission settings.Just let me know if you need a temporary login. I’m happy to help where possible.
I can confirm: I also have the same problem.
Theme: GeneratePress Premium.
PHP: 8.0.7
Nginx: 1.20.1
MariaDB: 10.5.10
As soon as I try to save permissions for non-core blocks, they are defaulting back as soon as I save the page.
Core blocks work fine.Forum: Plugins
In reply to: [BBCode Deluxe] Sudden fatal error on website after activating the pluginI can confirm, also seeing here. WordPress 5.4.2, PHP 7.4.8.
[31-Jul-2020 13:35:28 UTC] PHP Fatal error: Uncaught Error: Call to private BBCode::__construct() from invalid context in /home/example/www/wp-content/plugins/bbcode-deluxe/bbcode-deluxe.php:118 Stack trace: #0 /home/example/www/wp-includes/class-wp-hook.php(287): {closure}() #1 /home/example/www/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #2 /home/example/www/wp-includes/plugin.php(478): WP_Hook->do_action() #3 /home/example/www/wp-settings.php(403): do_action() #4 /home/example/www/wp-config.php(102): require_once('/home/example...') #5 /home/example/www/wp-load.php(37): require_once('/home/example...') #6 /home/example/www/wp-blog-header.php(13): require_once('/home/example...') #7 /home/example/www/index.php(17): require('/home/example...') #8 {main} thrown in /home/example/www/wp-content/plugins/bbcode-deluxe/bbcode-deluxe.php on line 118Forum: Plugins
In reply to: [Redis Object Cache] PhpRedis 5.0.0 compatibilityI can confirm: PhpRedis 5.0.0 works great. I tested it today with PHP 7.3.6 (7.3.7 is already available on the PHP mirrors but it gave me segfaults, for the first time..). I didn’t encounter any problems and the performance is good.
Status: Connected
Client: PhpRedis (v5.0.0)
Drop-in: Valid
Ping: 1
Redis Extension: 5.0.0
Predis Client: 1.1.1
PHP Version: 7.3.6
Multisite: No
Global Prefix: “example_”
Blog Prefix: “example_”
WP_REDIS_SCHEME: “unix”
WP_REDIS_PATH: “\/var\/run\/redis.sock”
WP_REDIS_IGBINARY: true
WP_REDIS_MAXTTL: “86400”
WP_CACHE_KEY_SALT: “oc.example.com:”
Global Groups: {
“0”: “blog-details”,
“1”: “blog-id-cache”,
“2”: “blog-lookup”,
“3”: “global-posts”,
“4”: “networks”,
“5”: “rss”,
“6”: “sites”,
“7”: “site-details”,
“8”: “site-lookup”,
“9”: “site-options”,
“10”: “site-transient”,
“11”: “users”,
“12”: “useremail”,
“13”: “userlogins”,
“14”: “usermeta”,
“15”: “user_meta”,
“16”: “userslugs”,
“33”: “blog_meta”
}
Ignored Groups: [
“counts”,
“plugins”
]
Dropins:
– Redis Object Cache Drop-In v1.4.3 by Till KrüssForum: Plugins
In reply to: [Redis Object Cache] PhpRedis 5.0.0 compatibilityThanks for your reply!
I will test it next Thursday as soon as PHP 7.3.7 comes out then. I’ll let you know here!Forum: Plugins
In reply to: [Nginx Helper] Wrong homepage cache cleared when WPML Plugin usedThanks for you’re great solution Erik! Added to this fork: https://github.com/And-Stuff/nginx-helper and hopefully it will be merged to master.
Forum: Plugins
In reply to: [Nginx Helper] Purge Cache clears the WHOLE Redis cache?The problem has been solved in this fork: https://github.com/And-Stuff/nginx-helper
It would be great to merge it!Forum: Plugins
In reply to: [Video.js - HTML5 Video Player for Wordpress] RTMP StreamingIs there a hack by replacing elements of the code, to support RTMP? I can’t wait.. 🙂
Forum: Hacks
In reply to: Apply ImageMagick sharpen filter to all imagesOkay, as a follow-up, I decided to read more and more documentation, because of the frustrations. I managed to make a plugin, my first one.
http://www.hansvaneijsden.com/wordpress-sharpen-resized-images-plugin/
Try it out and just let me know if (and if yes, how) I can improve it. Thanks!