Hi @ziorenzo22 ,
I understand you’re having trouble accessing the Analytics section, and it’s showing a blank page. This can happen when something in your setup is preventing it from loading properly.
To troubleshoot, could you try the following steps?
- Deactivate all plugins except WooCommerce and switch to the default Storefront theme to see if the issue resolves.
- If you have any custom code added, temporarily remove it to check if it’s causing the problem.
It would also help if you could share your System Status Report so we can get a better understanding of your setup. To access it:
- Go to?WooCommerce > Status?in your dashboard.
- Click?Get system report?and then?Copy for support.
Additionally, check if there are any fatal error logs related to WooCommerce under WooCommerce > Status > Logs. If you find anything, please share it with us.
To make it easier to review, you can paste the information into a Code block in your reply or use pastebin.com and share the link.
Finally, enabling the debug log can help us identify any errors that occur when accessing the Analytics section. You can enable it by adding the following lines to your?wp-config.php
?file and then try accessing the Analytics section to see if any errors appear:
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
Once you’ve gathered this information, let us know so we can assist you further. ??