Products disappeared from shop after update to 2.7.1
-
A major error produced after updating the plugin to latest version today, no products were shown in the shop using standard products display:
if ( wc_get_loop_prop( 'total' ) ) { while ( have_posts() ) { the_post(); /** * Hook: woocommerce_shop_loop . */ do_action( 'woocommerce_shop_loop' ); wc_get_template_part( 'content', 'product' ); } woocommerce_pagination(); }
Also in the error log:
[04-Oct-2024 07:30:45 UTC] PHP Notice: unserialize(): Error at offset 0 of 51078 bytes in /home/site/public_html/wp-content/plugins/woofilter-pro/wpUpdater.php on line 107
[04-Oct-2024 07:30:52 UTC] PHP Deprecated: ZipArchive::open(): Using empty file as ZipArchive is deprecated in /home/site/public_html/wp-admin/includes/file.php on line 1694
[04-Oct-2024 07:30:52 UTC] PHP Warning: unlink(/tmp/66ff99ab6ff17-wrysBJ.tmp): No such file or directory in /home/site/public_html/wp-admin/includes/class-wp-upgrader.php on line 387
[04-Oct-2024 07:31:22 UTC] PHP Deprecated: ZipArchive::open(): Using empty file as ZipArchive is deprecated in /home/site/public_html/wp-admin/includes/file.php on line 1694
[04-Oct-2024 07:31:22 UTC] PHP Warning: unlink(/tmp/66ff99c96aa8d-a80eyO.tmp): No such file or directory in /home/site/public_html/wp-admin/includes/class-wp-upgrader.php on line 387
[04-Oct-2024 07:31:42 UTC] PHP Deprecated: ZipArchive::open(): Using empty file as ZipArchive is deprecated in /home/site/public_html/wp-admin/includes/file.php on line 1694
[04-Oct-2024 07:31:42 UTC] PHP Warning: unlink(/tmp/66ff99dd21138-R0H9Tp.tmp): No such file or directory in /home/site/public_html/wp-admin/includes/class-wp-upgrader.php on line 387
- You must be logged in to reply to this topic.