• Resolved mistergerardo

    (@mistergerardo)


    Hello,

    I am experiencing an issue after updating Elementor to version 3.26.0. When using the Royal Elementor Addons plugin, I receive the following error:

    vbnet

    Copier le code

    Uncaught Error: Call to undefined method Elementor\Modules\PageTemplates\Module::body_open()

    It seems to be related to the call to the body_open() method in the wpr-canvas.php file of the Royal Elementor Addons plugin.

    By commenting out this line, the issue disappears, but I would like to know if there is an official solution or an update to the plugin to resolve this compatibility issue with Elementor version 3.26.0.

    Could you please let me know which version of Royal Elementor Addons is compatible with Elementor 3.26.0 or provide a fix for this issue?

    Thank you in advance for your help.

    Best regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mistergerardo

    (@mistergerardo)

    For now, you can add this line Elementor\Modules\PageTemplates\Module::body_open() in comment . After we will see if someone fix it

    Hello, I had the same problem, at this moment I removed the plugin and reinstalled it, it started working again, maybe it fixed some error and it still doesn’t appear in the updates. I did this on 4 sites and they all worked.

    Olá, eu estava com o mesmo problema, neste momento removi o plugin e reinstalei, ele voltou a funcionar, talvez tenha corrigido algum erro e ainda n?o aparece nas atualiza??es. Fiz isso em 4 sites e em todos funcionaram.

    Thread Starter mistergerardo

    (@mistergerardo)

    The problem was resolved by the new update of the two plugin.
    Okay for others , who will have the same problem, you can fix it temporaly by putting the line in comment or by use this code :
    if (method_exists(‘Elementor\Modules\PageTemplates\Module’, ‘body_open’)) { Elementor\Modules\PageTemplates\Module::body_open(); }

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.