Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1440704

    Tried lots of things:
    Increasing memory limit, using different versions of PHP, older versions of WooCommerce. No dice. Please help asap

    #1440726

    Hey Shane,

    Thanks for the login details. Could you send us server error logs please?

    Best regards,
    Rikard

    #1440855
    #1440870

    Hi,

    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,
    Rikard

    #1441006

    We 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.

    #1441027

    Hi,

    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,
    Rikard

    #1441238

    Activating parent theme did the trick!

    I can just use this instead, unless you know the issue.

    #1441259

    Hi,

    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,
    Ismael

    #1441328

    I 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.

    #1441378

    Hi,

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.