Hi Angela,
I would love to help, unfortunately, I will be away for two weeks and I am swarmed in a lot of support for my other plugins, so it’s really difficult to help everyone.
In your case, it would be great if you could try to debug it and find exactly where the issue lies, or how to reproduce it from a fresh/clean install. I will definitely fix the issue if I know exactly what it is. I am afraid it might be an incompatibility linked to output buffering.
Thanks for replying.
I used a health check plugin to turn off all my plugins and start with a fresh install. Then I turned on plugins one at a time. The only one that stops the reusable blocks appearing in the dropdown is gallery links.
If I add a new reusable block in that post then the link for reusable blocks does reappear in the dropdown menu. But it only shows reusable links created on that post.
Even with new posts if I deactivate gallery links the reusable links reappears in the dropdown. I tried deactivating all other plugins and just running gallery links but the problem remains.
If there’s anything more specific I can do then I’m happy to do it. I’m new to blogging so not really sure what other debug facilities are available.
I’m sorry but I don’t really know what to look for regarding output buffering – is there something I can do?
Hi Jordy,
I run into the same problem. When Gallery custom links is active my reusable block do not show in the editor which displays an error “Reusable block error: Block has been deleted or is unavailable”
Even in the Block manager there are no more links the reusable blocks in any way.
As soon as I deactivate Gallery Custom Links my reusable block are back and the edit links are available again…
Hi,
Have a look at the code, in the mgcl_core.php file. You will find this:
public $isObMode = true;
Change the true into a false. Do you still have the issue?
Hi Jordy,
Changing to false fixes the problem.
Thanks for checking!
I have the same issue and the code change resolves the problem. Will you be rolling out a permanent fix soon? Thanks!
I’ve updated my code and yes, it works. Thanks so much for this.
Unfortunately, I can’t make this change. By changing this, the plugin wouldn’t work outside of the main content (widgets, menu, header, footer, etc).
I think I will add an option in the next version. So please remember to choose the right option at the next update π
If I make the code change you suggested, will that cause the behavior you mentioned in the last comment?
Yes, exactly. I will work on a new version now, and options will be offered. You will be able to play with them easily, hopefully, that will helpful for everyone.
I also experienced this problem. I’m looking forward to the next release. π
Everyone in this thread, please absolutely do this:
– check your PHP Error Logs and let me know what happens when the website crashes
– if it works or not if OB Mode is set to false
PS: Also, some help from a developer would be very welcome since I don’t personally encounter this issue. Thank you π