• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved logs error php fatal error

marie-pier

New Pleskian
Hi,

i have this two logs error where is causing order in double.. can help me seeing what i have to do?

AH01071: Got error 'PHP message: PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 16777224 bytes) in /var/www/vhosts/flexigolf.ca/httpdocs/wp-includes/class-wpdb.php on line 2885', referer: Panier

Error162.158.126.180AH01071: Got error 'PHP message: The WC_Order_Item_Product::eek:ffsetSet function is deprecated since version 4.4.0.PHP message: The WC_Order_Item_Product::eek:ffsetSet function is deprecated since version 4.4.0.PHP message: The WC_Order_Item_Product::eek:ffsetSet function is deprecated since version 4.4.0.PHP message: The WC_Order_Item_Product::eek:ffsetSet function is deprecated since version 4.4.0.PHP message: The WC_Order_Item_Product::eek:ffsetSet function is deprecated since version 4.4.0.PHP message: The WC_Order_Item_Product::eek:ffsetSet function is deprecated since version 4.4.0.PHP message: The WC_Order_Item_Product::eek:ffsetSet function is deprecated since version 4.4.0.PHP message: The WC_Order_Item_Product::eek:ffsetSet function is deprecated since version 4.4.0.PHP message: The WC_Order_Item_Product::eek:ffsetSet function is deprecated since version 4.4.0.PHP message: The WC_Order_Item_Product::eek:ffsetSet function is deprecated since version 4.4.0.PHP message: The WC_Order_Item_Product::eek:ffsetSet function is deprecated since version 4.4.0.PHP message: The WC_Order_Item_Product::eek:ffsetSet function is deprecated since version 4.4.0.', referer: Panier



 
The error is logged by Woocommerce. If you just update your Wordpress and the Woocommerce plugin it should be solved.
 
The first error (below) is caused because the script class-wpdb.php used more memory than is allowed by the memory_limit setting (which is 536870912 bytes = 512MB). It needs another 16777224 bytes (~16MB). Increase the value of the PHP memory_limit setting.
AH01071: Got error 'PHP message: PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 16777224 bytes) in /var/www/vhosts/flexigolf.ca/httpdocs/wp-includes/class-wpdb.php on line 2885', referer: Panier

This is an error related to an outdated function (WC_Order_Item_Product) used by a plugin or theme on your Wordpress site. Make sure all themes and plugins are up to date, and remove any plugin or themes that haven't been updated by the authors in a while.
PHP message: The WC_Order_Item_Product::eek:ffsetSet function is deprecated since version 4.4.0.
 
Last edited:
thanks for your answer!

i identified a support plugin that was old and i manually increase the php memory limit! .. i think i resolve the issue

thanks a lot!!!!!
 
Back
Top