• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Brizy Pro - WordPress Builder Plugin

Brizy Pro - WordPress Builder Plugin v2.4.38

No permission to download
latest version not working
please help

content/plugins/brizy-pro/admin/license.php'; protected int $line = 43; private array ${Error}trace = [0 => [...], 1 => [...], 2 => [...], 3 => [...], 4 => [...], 5 => [...], 6 => [...], 7 => [...], 8 => [...], 9 => [...], 10 => [...], 11 => [...], 12 => [...], 13 => [...], 14 => [...]]; private ?Throwable ${Error}previous = NULL; public $xdebug_message = '<tr><th align=\'left\' bgcolor=\'#f57900\' colspan="5"><span style=\'background-color: #cc0000; color: #fce94f; font-size: x-large;\'>( ! )</span> ParseError: syntax error, unexpected token "public" in /home/u715447888/domains/prashantshinde.co.in/public_html/wp-content/plugins/brizy-pro/admin/license.php on line <i>43</i></th></tr>\n<tr><th align=\'left\' bgcolor=\'#e9b96e\' colspan=\'5\'>Call Stack</th></tr>\n<tr><th align=\'center\' bgcolor=\'#eeeeec\'>#</th><th align=\'left\' bgcolor=\'#eeeeec\'>Time</th><th align=\'left\' bgc'... } )
 
latest version not working
please help

content/plugins/brizy-pro/admin/license.php'; protected int $line = 43; private array ${Error}trace = [0 => [...], 1 => [...], 2 => [...], 3 => [...], 4 => [...], 5 => [...], 6 => [...], 7 => [...], 8 => [...], 9 => [...], 10 => [...], 11 => [...], 12 => [...], 13 => [...], 14 => [...]]; private ?Throwable ${Error}previous = NULL; public $xdebug_message = '<tr><th align=\'left\' bgcolor=\'#f57900\' colspan="5"><span style=\'background-color: #cc0000; color: #fce94f; font-size: x-large;\'>( ! )</span> ParseError: syntax error, unexpected token "public" in /home/u715447888/domains/prashantshinde.co.in/public_html/wp-content/plugins/brizy-pro/admin/license.php on line <i>43</i></th></tr>\n<tr><th align=\'left\' bgcolor=\'#e9b96e\' colspan=\'5\'>Call Stack</th></tr>\n<tr><th align=\'center\' bgcolor=\'#eeeeec\'>#</th><th align=\'left\' bgcolor=\'#eeeeec\'>Time</th><th align=\'left\' bgc'... } )

Here is the fix

Go into plugins/brizy-pro/admin/license.php find public function getCurrentLicense() and replace with the code below.

PHP:
public function getCurrentLicense()
{
    if (is_array(self::$licenseData)) {
        return self::$licenseData;
    }

    if (is_multisite() && !is_main_site()) {
        if ($license = Brizy_Editor_Project::get()->getMetaValue(self::LICENSE_META_KEY)) {
            self::$licenseData = $license;
            return self::$licenseData;
        }
    }

    $this->switchBlog(true);

    try {
        self::$licenseData = Brizy_Editor_Project::get()->getMetaValue(self::LICENSE_META_KEY);
    } catch (Exception $e) {
        self::$licenseData = [];
    }

    $this->switchBlog(false);

    return self::$licenseData;
}
 
  • Like
Reactions: lordstein
Babak updated Brizy Pro - WordPress Builder Plugin with a new update entry:

Brizy Pro v2.4.24

Download Brizy Pro v2.4.24 - WordPress Builder Plugin Nulled Free
= v2.4.24 - 2023-07-12 =

* New: Added vertical spacing option for the Timeline element
* New: Mask image for all containers: Headers, Footers
* Fixed: The color gets reset when a dynamic text is linked to its URL
* Fixed: Option Scroll page behind on popups was not working correctly

Read the rest of this update entry...
 
  • Love
Reactions: JRGWxRxZ
Babak updated Brizy Pro - WordPress Builder Plugin with a new update entry:

Brizy Pro v2.4.25

Download Brizy Pro v2.4.25 - WordPress Builder Plugin Nulled Free
= v2.4.25 - 2023-10-11 =

* Improved: Changed Popup close delay suffix to s instead of px
* Improved: Extended population option with custom attributes
* Improved: Posts columns number for mobile and tablet
* Fixed: Image gallery empty space when changing column number
* Fixed: Menu will not open on mobile or tablet inside Section Slider and Carousel
* Fixed: Toolbar Dynamic Content
* Fixed: Division by 0 on image...

Read the rest of this update entry...
 
  • Love
Reactions: JRGWxRxZ
Thanks for the latest versions.
Is anybody facing the problem though that Pro doesn't seem to be licensed?
I added the code snippet mentioned in June/23, but that didn't work.
 
Last edited:
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock