lendasdab42
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Update 4.4.0 Causes Fatal ErrorsThe problem here is:
PHP message: PHP Fatal error: Declaration of Automattic\WooCommerce\Internal\DependencyManagement\ExtendedContainer::get($id, bool $new = false) must be compatible with League\Container\Container::get($alias, array $args = Array) in /bitnami/wordpress/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ExtendedContainer.php on line 113and at line 53, same file and similar error.
unfortunately, had to rollback.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce updateHi Zach, the problem here was:
PHP message: PHP Fatal error:
Declaration of Automattic\WooCommerce\Internal\DependencyManagement\ExtendedContainer::get($id, bool $new = false) must be compatible with League\Container\Container::get($alias, array $args = Array) in /bitnami/wordpress/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ExtendedContainer.php on line 113and another similar error in the same file but on line 53, function “add”
is there any solution?
Forum: Plugins
In reply to: [WooCommerce] Fatal Error after 4.4.0 updateThis is happening because the signature of these implemented php functions isn’t compliant with the signature of the interface, or something like that.
We have to wait a new patch version, I guess.I had to rollback too.
Please, support team, we need a solution, ok?
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Fatal Error after 4.4.0 updateI had the same problem!
I’m awaiting for solution too.- This reply was modified 5 years, 8 months ago by lendasdab42.