• Hello, I work as a developer for Beaver Builder.

    We have had a couple of customers come to us with totally destroyed sites where an image ur gets added to every BB setting on all pages. We have established the mfrh_beaver_builder() function in classes/plugins/beaverbuilder.php does not validate that both fields are in fact URLs before doing a replace in the database for ALL postmeta.
    If one of the URLs is blank then your code blindly replaces EVERY blank BB setting with the URL, for all pages/posts/layouts.
    The fix is simple, just check the URL values at the top of the function.
    Here is a link to the fix: https://gist.github.com/Pross/1955e54d6161bc20264f03569c91ebc3

Viewing 1 replies (of 1 total)
  • Plugin Author Jordy Meow

    (@tigroumeow)

    Hi @pross,

    I replied to you directly by email, but thanks for posting it here too 🙂 I actually moved the fix in the upper part of the code, as it might also affect other page builders and processes.

    I am a bit reluctant to release those changes right away, I would like to test all this for 2-3 days first, then I will release it under a new version 🙂

Viewing 1 replies (of 1 total)
  • The topic ‘Breaks Beaver Builder’ is closed to new replies.