Tagged: Activating WooCommerce, critical error
-
AuthorPosts
-
April 24, 2024 at 6:05 pm #1440704
Tried lots of things:
Increasing memory limit, using different versions of PHP, older versions of WooCommerce. No dice. Please help asapApril 24, 2024 at 7:56 pm #1440726Hey Shane,
Thanks for the login details. Could you send us server error logs please?
Best regards,
RikardApril 25, 2024 at 5:24 pm #1440855April 25, 2024 at 8:13 pm #1440870Hi,
Thanks for that, next time please a file ending to the file so that it can be opened directly.
Please try to increase the memory allocated to PHP on your installation: https://developer.wordpress.org/apis/wp-config-php/#increasing-memory-allocated-to-php
Best regards,
RikardApril 26, 2024 at 9:29 pm #1441006We increased the memory to 512 already on the hosting side. I tried to past the code define( ‘WP_MAX_MEMORY_LIMIT’, ‘512M’ );
in wp-config and broke the site. I deleted, but site is still down.April 27, 2024 at 11:27 am #1441027Hi,
Thanks for the update. What happens if you activate the parent theme? Also, are we allowed to activate WooCommerce for testing purposes? You might want to include FTP login details in private as well, in case we should need it. If you have logs with only errors then that would be great to, the current log mostly contains security logs.
Best regards,
RikardApril 29, 2024 at 4:58 am #1441238Activating parent theme did the trick!
I can just use this instead, unless you know the issue.
April 29, 2024 at 8:35 am #1441259Hi,
Thank you for the update.
Are there any template overrides or modifications in the functions.php file within the child theme directory? It’s possible that these modifications are causing issues with the plugin. Please try deactivating those modifications temporarily, then reactivate the child theme again.
Best regards,
IsmaelApril 29, 2024 at 6:47 pm #1441328I figured, but we made so may modifications over the years, it is best to start from here and see what they really need for their ecommerce site. Also, they need to drive traffic since it has been down for making purchases.
April 30, 2024 at 6:08 am #1441378Hi,
You might need to switch the installation to debug mode and enable error logs to trace the functions or modifications causing the errors. You can then fix them accordingly. Please check the link below:
// https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
To enable debugging and error log, add this code in the wp-config.php file:
// Enable WP_DEBUG mode define( 'WP_DEBUG', true ); define( 'WP_DEBUG_DISPLAY', true ); define( 'WP_DEBUG_LOG', true );
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.