• 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"

MailPoet Premium - Email and Newsletters in WordPress

MailPoet Premium - Email and Newsletters in WordPress v4.49.0

No permission to download
Hey guys,
Can anyone help me please:

How do I change only the number of subscribers?

I've tried this but to no avail:


Code:
<?php // phpcs:ignore SlevomatCodingStandard.TypeHints.DeclareStrictTypes.DeclareStrictTypesMissing

namespace MailPoet\Util\License;

if (!defined('ABSPATH')) exit;


class License {
  const FREE_PREMIUM_SUBSCRIBERS_LIMIT = 10000;

  public static function getLicense($license = false) {
    if (!$license) {
      $license = defined('MAILPOET_PREMIUM_LICENSE') ?
      MAILPOET_PREMIUM_LICENSE :
      false;
    }
    return $license;
  }

  public function hasLicense(): bool {
    return (bool)self::getLicense();
  }
}

I'm using a paid account to use automations, but I can't remove the subscriber limit.

I'm sending from sendgrid.

Thank you very much!
 
do any of you use Google's Web Stories plugin, with the MailPoet plugin installed? here gave a crazy error! haha

Code:
WordPress versão 6.2.1
Tema atual: Sahifa (versão 5.8.2)
Plugin atual: MailPoet (versão 4.16.0)
PHP versão 8.1.13



Detalhes do erro
================
Um erro do tipo E_ERROR foi causado na linha 102 do arquivo /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php. Mensagem de erro: Uncaught PDOException: SQLSTATE[HY000] [1226] User 'u701656547_6P5yv' has exceeded the 'max_user_connections' resource (current value: 25) in /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:20
Stack trace:
#0 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php(20): PDO->__construct()
#1 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php(14): MailPoetVendor\Doctrine\DBAL\Driver\PDOConnection->__construct()
#2 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(149): MailPoetVendor\Doctrine\DBAL\Driver\PDOMySql\Driver->connect()
#3 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(806): MailPoetVendor\Doctrine\DBAL\Connection->connect()
#4 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(484): MailPoetVendor\Doctrine\DBAL\Connection->getWrappedConnection()
#5 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php(476): MailPoetVendor\Doctrine\DBAL\Connection->executeQuery()
#6 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php(73): MailPoetVendor\Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadAll()
#7 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php(68): MailPoetVendor\Doctrine\ORM\EntityRepository->findBy()
#8 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/lib/Doctrine/Repository.php(84): MailPoetVendor\Doctrine\ORM\EntityRepository->findAll()
#9 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/lib/Settings/SettingsController.php(143): MailPoet\Doctrine\Repository->findAll()
#10 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/lib/Settings/SettingsController.php(113): MailPoet\Settings\SettingsController->ensureLoaded()
#11 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/lib/Settings/SettingsController.php(36): MailPoet\Settings\SettingsController->set()
#12 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/generated/FreeCachedContainer.php(3829): MailPoet\Settings\SettingsController->__construct()
#13 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/generated/FreeCachedContainer.php(1976): MailPoetGenerated\FreeCachedContainer->getSettingsControllerService()
#14 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/vendor-prefixed/symfony/dependency-injection/Container.php(122): MailPoetGenerated\FreeCachedContainer->getInitializerService()
#15 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/vendor-prefixed/symfony/dependency-injection/Container.php(110): MailPoetVendor\Symfony\Component\DependencyInjection\Container->make()
#16 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/lib/DI/ContainerWrapper.php(39): MailPoetVendor\Symfony\Component\DependencyInjection\Container->get()
#17 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/mailpoet_initializer.php(89): MailPoet\DI\ContainerWrapper->get()
#18 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/mailpoet.php(206): require_once('/home/u70165654...')
#19 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-settings.php(453): include_once('/home/u70165654...')
#20 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-config.php(105): require_once('/home/u70165654...')
#21 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-load.php(50): require_once('/home/u70165654...')
#22 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-admin/admin.php(34): require_once('/home/u70165654...')
#23 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-admin/post-new.php(10): require_once('/home/u70165654...')
#24 {main}

Next MailPoetVendor\Doctrine\DBAL\Driver\PDO\Exception: SQLSTATE[HY000] [1226] User 'u701656547_6P5yv' has exceeded the 'max_user_connections' resource (current value: 25) in /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:10
Stack trace:
#0 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php(24): MailPoetVendor\Doctrine\DBAL\Driver\PDO\Exception::new()
#1 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php(14): MailPoetVendor\Doctrine\DBAL\Driver\PDOConnection->__construct()
#2 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(149): MailPoetVendor\Doctrine\DBAL\Driver\PDOMySql\Driver->connect()
#3 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(806): MailPoetVendor\Doctrine\DBAL\Connection->connect()
#4 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(484): MailPoetVendor\Doctrine\DBAL\Connection->getWrappedConnection()
#5 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php(476): MailPoetVendor\Doctrine\DBAL\Connection->executeQuery()
#6 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php(73): MailPoetVendor\Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadAll()
#7 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php(68): MailPoetVendor\Doctrine\ORM\EntityRepository->findBy()
#8 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/lib/Doctrine/Repository.php(84): MailPoetVendor\Doctrine\ORM\EntityRepository->findAll()
#9 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/lib/Settings/SettingsController.php(143): MailPoet\Doctrine\Repository->findAll()
#10 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/lib/Settings/SettingsController.php(113): MailPoet\Settings\SettingsController->ensureLoaded()
#11 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/lib/Settings/SettingsController.php(36): MailPoet\Settings\SettingsController->set()
#12 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/generated/FreeCachedContainer.php(3829): MailPoet\Settings\SettingsController->__construct()
#13 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/generated/FreeCachedContainer.php(1976): MailPoetGenerated\FreeCachedContainer->getSettingsControllerService()
#14 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/vendor-prefixed/symfony/dependency-injection/Container.php(122): MailPoetGenerated\FreeCachedContainer->getInitializerService()
#15 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/vendor-prefixed/symfony/dependency-injection/Container.php(110): MailPoetVendor\Symfony\Component\DependencyInjection\Container->make()
#16 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/lib/DI/ContainerWrapper.php(39): MailPoetVendor\Symfony\Component\DependencyInjection\Container->get()
#17 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/mailpoet_initializer.php(89): MailPoet\DI\ContainerWrapper->get()
#18 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/mailpoet.php(206): require_once('/home/u70165654...')
#19 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-settings.php(453): include_once('/home/u70165654...')
#20 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-config.php(105): require_once('/home/u70165654...')
#21 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-load.php(50): require_once('/home/u70165654...')
#22 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-admin/admin.php(34): require_once('/home/u70165654...')
#23 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-admin/post-new.php(10): require_once('/home/u70165654...')
#24 {main}

Next MailPoetVendor\Doctrine\DBAL\Exception\DriverException: An exception occurred in driver: SQLSTATE[HY000] [1226] User 'u701656547_6P5yv' has exceeded the 'max_user_connections' resource (current value: 25) in /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:102
Stack trace:
#0 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php(77): MailPoetVendor\Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException()
#1 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php(69): MailPoetVendor\Doctrine\DBAL\DBALException::wrapException()
#2 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php(16): MailPoetVendor\Doctrine\DBAL\DBALException::driverException()
#3 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(149): MailPoetVendor\Doctrine\DBAL\Driver\PDOMySql\Driver->connect()
#4 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(806): MailPoetVendor\Doctrine\DBAL\Connection->connect()
#5 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(484): MailPoetVendor\Doctrine\DBAL\Connection->getWrappedConnection()
#6 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php(476): MailPoetVendor\Doctrine\DBAL\Connection->executeQuery()
#7 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php(73): MailPoetVendor\Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadAll()
#8 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php(68): MailPoetVendor\Doctrine\ORM\EntityRepository->findBy()
#9 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/lib/Doctrine/Repository.php(84): MailPoetVendor\Doctrine\ORM\EntityRepository->findAll()
#10 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/lib/Settings/SettingsController.php(143): MailPoet\Doctrine\Repository->findAll()
#11 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/lib/Settings/SettingsController.php(113): MailPoet\Settings\SettingsController->ensureLoaded()
#12 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/lib/Settings/SettingsController.php(36): MailPoet\Settings\SettingsController->set()
#13 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/generated/FreeCachedContainer.php(3829): MailPoet\Settings\SettingsController->__construct()
#14 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/generated/FreeCachedContainer.php(1976): MailPoetGenerated\FreeCachedContainer->getSettingsControllerService()
#15 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/vendor-prefixed/symfony/dependency-injection/Container.php(122): MailPoetGenerated\FreeCachedContainer->getInitializerService()
#16 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/vendor-prefixed/symfony/dependency-injection/Container.php(110): MailPoetVendor\Symfony\Component\DependencyInjection\Container->make()
#17 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/lib/DI/ContainerWrapper.php(39): MailPoetVendor\Symfony\Component\DependencyInjection\Container->get()
#18 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/mailpoet_initializer.php(89): MailPoet\DI\ContainerWrapper->get()
#19 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-content/plugins/mailpoet/mailpoet.php(206): require_once('/home/u70165654...')
#20 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-settings.php(453): include_once('/home/u70165654...')
#21 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-config.php(105): require_once('/home/u70165654...')
#22 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-load.php(50): require_once('/home/u70165654...')
#23 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-admin/admin.php(34): require_once('/home/u70165654...')
#24 /home/u701656547/domains/diretonoticias.com.br/public_html/wp-admin/post-new.php(10): require_once('/home/u70165654...')
#25 {main}
  thrown
I have the same error for the latest version 4.20.0, how do you guys fix it? I am using their service for sending email.
 

4.21.0 — 2023-07-17​

  • Added: bulk add or remove tag on Subscribers listing page;
  • Added: saving last purchase, sending, open, and click dates for each subscriber;
  • Added: progress bar when importing subscribers;
  • Added: «entered automation» and «exited automation» segments;
  • Added: MailPoet forms can now be shown on the homepage and category and tag pages;
  • Improved: supporting default value for subscriber’s custom fields shortcode;
  • Changed: Segments now have a separate page in the menu;
  • Fixed: can’t send email because of websites custom date format;
  • Fixed: in email statistics, sometimes opened + unopened is larger than the total sent.
 

4.21.0 — 2023-07-17​

  • Added: bulk add or remove tag on Subscribers listing page;
  • Added: saving last purchase, sending, open, and click dates for each subscriber;
  • Added: progress bar when importing subscribers;
  • Added: «entered automation» and «exited automation» segments;
  • Added: MailPoet forms can now be shown on the homepage and category and tag pages;
  • Improved: supporting default value for subscriber’s custom fields shortcode;
  • Changed: Segments now have a separate page in the menu;
  • Fixed: can’t send email because of websites custom date format;
  • Fixed: in email statistics, sometimes opened + unopened is larger than the total sent.
update please
 
For those having issues, please test this and report back. It includes the Nulled Free version + the Pro. You obviously need to install BOTH! :)

MailPoet Premium 4.20.0 NULLED
Please tell me how to increase the number of subscribers?
 
Hey guys,
Can anyone help me please:

How do I change only the number of subscribers?

I've tried this but to no avail:


Code:
<?php // phpcs:ignore SlevomatCodingStandard.TypeHints.DeclareStrictTypes.DeclareStrictTypesMissing

namespace MailPoet\Util\License;

if (!defined('ABSPATH')) exit;


class License {
  const FREE_PREMIUM_SUBSCRIBERS_LIMIT = 10000;

  public static function getLicense($license = false) {
    if (!$license) {
      $license = defined('MAILPOET_PREMIUM_LICENSE') ?
      MAILPOET_PREMIUM_LICENSE :
      false;
    }
    return $license;
  }

  public function hasLicense(): bool {
    return (bool)self::getLicense();
  }
}

I'm using a paid account to use automations, but I can't remove the subscriber limit.

I'm sending from sendgrid.

Thank you very much!
here you need to specify true . Did you succeed? please reply
 

Attachments

  • 2023-07-24_20-30-47.png
    2023-07-24_20-30-47.png
    15.3 KB · Views: 26
So you want someting like this then?
Screenshot 2023-05-29 at 15-13-42 MailPoet - Subscribers ‹ Development Site — WordPress.png
How did you make 100,000?? Tell me please. I found a solution on the Internet, on the test site I managed to make 100,000, but I had a 1000 plan connected to my main project for about a year. Now there is not enough space left, I unlinked the domain and canceled the plan. does not work. Maybe something in the database needs to be corrected?
 
How did you make 100,000?? Tell me please. I found a solution on the Internet, on the test site I managed to make 100,000, but I had a 1000 plan connected to my main project for about a year. Now there is not enough space left, I unlinked the domain and canceled the plan. does not work. Maybe something in the database needs to be corrected?
I used the Tools4WP plugin.
 
  • Like
Reactions: vengr2525
Fatal error: Uncaught Error: Call to a member function findAll() on null in /www/wwwroot/wp-content/plugins/mailpoet/lib/Settings/SettingsController.php:142 Stack trace: #0 /www/wwwroot/wp-content/plugins/mailpoet/lib/Settings/SettingsController.php(112): MailPoet\Settings\SettingsController->ensureLoaded() #1 /www/wwwroot/wp-content/plugins/mailpoet/lib/Settings/SettingsController.php(35): MailPoet\Settings\SettingsController->set() #2 /www/wwwroot/wp-content/plugins/mailpoet/generated/FreeCachedContainer.php(4245): MailPoet\Settings\SettingsController->__construct() #3 /www/wwwroot/wp-content/plugins/mailpoet/generated/FreeCachedContainer.php(2322): MailPoetGenerated\FreeCachedContainer->getSettingsControllerService() #4 /www/wwwroot/wp-content/plugins/mailpoet/vendor-prefixed/symfony/dependency-injection/Container.php(122): MailPoetGenerated\FreeCachedContainer->getInitializerService() #5 /www/wwwroot/wp-content/plugins/mailpoet/vendor-prefixed/symfony/dependency-injecti in /www/wwwroot/wp-content/plugins/mailpoet/lib/Settings/SettingsController.php on line 142
 
Fatal error: Uncaught Error: Call to a member function findAll() on null in /www/wwwroot/wp-content/plugins/mailpoet/lib/Settings/SettingsController.php:142 Stack trace: #0 /www/wwwroot/wp-content/plugins/mailpoet/lib/Settings/SettingsController.php(112): MailPoet\Settings\SettingsController->ensureLoaded() #1 /www/wwwroot/wp-content/plugins/mailpoet/lib/Settings/SettingsController.php(35): MailPoet\Settings\SettingsController->set() #2 /www/wwwroot/wp-content/plugins/mailpoet/generated/FreeCachedContainer.php(4245): MailPoet\Settings\SettingsController->__construct() #3 /www/wwwroot/wp-content/plugins/mailpoet/generated/FreeCachedContainer.php(2322): MailPoetGenerated\FreeCachedContainer->getSettingsControllerService() #4 /www/wwwroot/wp-content/plugins/mailpoet/vendor-prefixed/symfony/dependency-injection/Container.php(122): MailPoetGenerated\FreeCachedContainer->getInitializerService() #5 /www/wwwroot/wp-content/plugins/mailpoet/vendor-prefixed/symfony/dependency-injecti in /www/wwwroot/wp-content/plugins/mailpoet/lib/Settings/SettingsController.php on line 142
Yep, same here. Had to roll back.
 
  • Like
Reactions: alonzoespinoza
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