• Hi,
    We have a virtual private server running debian with a plesk control panel.
    We run multiple WordPress sites and most of these site get a intermittent http 500 error.

    We have increase memory, diable wp-cron and run as a scheduled task instead.

    The main thing all these sites do have in common is jetpack is installed (latest version).

    I have disable jetpack on one of the sites tempuarily and we no longer seem to be getting these errors. Is there anyone that can help as to be honest we really would like to keep using jet pack.

    Thanks
    Martyn

Viewing 11 replies - 1 through 11 (of 11 total)
  • Having same issue with 4.6 – developing on localhost home server – no problems

    Upload to live server and go to activate plugin – the moment I hit select “Free Plan” it kills my website front and admin.

    I had to remove plugin via ftp.

    Tried jetpack 4.4.2 – same thing

    Turned off all plugins and I could activate jetpack, then When I finally got to Booster for WooCommerce Version 2.5.9 (which I activated after Woocommerce) and jetpack features disappeared from the pages as well as the wordpress admin bar to top of front end.

    Disabled Booster for WooCommerce – and all was OK – but just for a short while – some of my longer pages started getting http 500 errors until I deactivated jetpack and then they came back.

    • This reply was modified 9 years, 3 months ago by NightL.

    I went back to jetpack.3.9.7 and it activated fine

    https://downloads.wp.xz.cn/plugin/jetpack.3.9.7.zip

    But when I turned on woocommerce booster again it fell over.

    1. jetpack 4.6 and woocommerce booster Version 2.5.9 both activated – initaially OK until I connect jetpack to wordpress.com account to activate features. Front end and admin down. FTP remove jetpack and reinstall/activate plugin – some issues with wordpress top admin not displaying (the space was there – but not filled) – fell over completely on connection again

    2. jetpack 4.6 with woocommerce booster off still had irregular issues with error 500

    3. jetpack.3.9.7 and woocommerce booster Version 2.5.9 – failure again on trying to connect to wordpress.com account

    4. jetpack 4.6 with older woocommerce booster 2.5.6 – on connecting jetpack to wordpress.com – still have the front end but admin pages are blank.

    ________________________
    I have another website with Booster for WooCommerce 2.5.9 and jetpack 4.5 running fine – I am certainly not going to update jetpack 4.5 to 4.6 and risk wasting another day of income over this mess.

    • This reply was modified 9 years, 3 months ago by NightL.

    On some of my longer pages the content area did not display with

    Woocommerce booster Version 2.5.9 and jetpack 4.6 (not connected) both activated.

    I had thought this an unrelated issue but realise it is connected with the above issues.

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    Could you both add the following to your site’s wp-config.php file?

    
    define( 'WP_DEBUG', true );
    
    if ( WP_DEBUG ) {
    
            @error_reporting( E_ALL );
            @ini_set( 'log_errors', true );
            @ini_set( 'log_errors_max_len', '0' );
    
            define( 'WP_DEBUG_LOG', true );
            define( 'WP_DEBUG_DISPLAY', false );
            define( 'CONCATENATE_SCRIPTS', false );
            define( 'SAVEQUERIES', true );
    
    }
    

    Your wp-config.php file may already include a line that says “define(‘WP_DEBUG’, false);”. You can remove it, and replace it by the code above.

    Once you’ve done so, wait until the 500 error happens again and then check the wp-content/debug.log file for errors. You can paste the results here. You can then replace define('WP_DEBUG', true); by define('WP_DEBUG', false); in the code above.

    Let me know what you find!

    Posted the following on woocommerce booster as well:

    Upped wp-config.php file to:
    define( ‘WP_MEMORY_LIMIT’, ‘512M’ );
    define( ‘WP_MAX_MEMORY_LIMIT’, ‘512M’ );

    no change

    The instant I click “Select Free” for connecting Jetpack my site falls to HTTP ERROR 500
    while woocommerce booster is active.

    If I have woocommerce booster deactivated I can connect Jetpack but the moment I activate woocommerce booster I start to have troubles – will be locked out of admin – and after a short while (minutes) the front end will go down.

    I am using a reseller VPS account with above average resources – all my websites fly compared to previous budget hosting – I previously had also increased max allowances via my WHM

    Jetpack have requested a debug – I will post results here as well.

    Obviously there could and probably be a third component to this – as I have a woocommerce booster and jetpack combination (different theme) working with no issue on the same VPS hosting.

    Theme I use on the problem site is NOTA by Swiftideas.

    Also worth noting, if I go into wordpress.com and disconnect jetpack for that website the website becomes live again.

    Debug – I changed my domain info obviously
    with Woocommerce booster Version 2.5.9 and jetpack 4.6 both activated

    The moment below reflects when I click “Select Free” to connect

    [01-Mar-2017 21:56:45 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/XXXXXXXXau/public_html/wp-config.php on line 104
    [01-Mar-2017 21:56:45 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/XXXXXXXXau/public_html/wp-config.php on line 105
    [01-Mar-2017 21:56:46 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/XXXXXXXXau/public_html/wp-config.php on line 104
    [01-Mar-2017 21:56:46 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/XXXXXXXXau/public_html/wp-config.php on line 105
    [01-Mar-2017 21:56:55 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/XXXXXXXXau/public_html/wp-config.php on line 104
    [01-Mar-2017 21:56:55 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/XXXXXXXXau/public_html/wp-config.php on line 105
    [01-Mar-2017 21:56:55 UTC] PHP Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 127 bytes) in /home/XXXXXXXXau/public_html/wp-content/plugins/redux-framework/ReduxCore/framework.php on line 1965
    [01-Mar-2017 21:56:55 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/XXXXXXXXau/public_html/wp-config.php on line 104
    [01-Mar-2017 21:56:55 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/XXXXXXXXau/public_html/wp-config.php on line 105
    [01-Mar-2017 21:56:55 UTC] PHP Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 256 bytes) in /home/XXXXXXXXau/public_html/wp-admin/includes/template.php on line 1270
    [01-Mar-2017 21:57:30 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/XXXXXXXXau/public_html/wp-config.php on line 104
    [01-Mar-2017 21:57:30 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/XXXXXXXXau/public_html/wp-config.php on line 105
    [01-Mar-2017 21:57:36 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/XXXXXXXXau/public_html/wp-config.php on line 104
    [01-Mar-2017 21:57:36 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/XXXXXXXXau/public_html/wp-config.php on line 105
    [01-Mar-2017 21:57:37 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/XXXXXXXXau/public_html/wp-config.php on line 104
    [01-Mar-2017 21:57:37 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/XXXXXXXXau/public_html/wp-config.php on line 105
    [01-Mar-2017 21:57:37 UTC] PHP Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 72 bytes) in /home/XXXXXXXXau/public_html/wp-content/plugins/redux-framework/ReduxCore/framework.php on line 1982
    [01-Mar-2017 21:57:41 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/XXXXXXXXau/public_html/wp-config.php on line 104
    [01-Mar-2017 21:57:41 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/XXXXXXXXau/public_html/wp-config.php on line 105
    [01-Mar-2017 21:57:43 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/XXXXXXXXau/public_html/wp-config.php on line 104
    [01-Mar-2017 21:57:43 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/XXXXXXXXau/public_html/wp-config.php on line 105
    [01-Mar-2017 21:57:47 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/XXXXXXXXau/public_html/wp-config.php on line 104
    [01-Mar-2017 21:57:47 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/XXXXXXXXau/public_html/wp-config.php on line 105
    [01-Mar-2017 21:57:47 UTC] PHP Notice: Undefined variable: parent_style in /home/XXXXXXXXau/public_html/wp-content/themes/Nota-Child/functions.php on line 13
    [01-Mar-2017 21:57:49 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/XXXXXXXXau/public_html/wp-config.php on line 104
    [01-Mar-2017 21:57:49 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/XXXXXXXXau/public_html/wp-config.php on line 105
    [01-Mar-2017 21:57:51 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/XXXXXXXXau/public_html/wp-config.php on line 104
    [01-Mar-2017 21:57:51 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/XXXXXXXXau/public_html/wp-config.php on line 105
    [01-Mar-2017 21:57:53 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/XXXXXXXXau/public_html/wp-config.php on line 104
    [01-Mar-2017 21:57:53 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/XXXXXXXXau/public_html/wp-config.php on line 105
    [01-Mar-2017 21:57:54 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/XXXXXXXXau/public_html/wp-config.php on line 104
    [01-Mar-2017 21:57:54 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/XXXXXXXXau/public_html/wp-config.php on line 105
    [01-Mar-2017 21:58:00 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/XXXXXXXXau/public_html/wp-config.php on line 104
    [01-Mar-2017 21:58:00 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/XXXXXXXXau/public_html/wp-config.php on line 105
    [01-Mar-2017 21:58:01 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/XXXXXXXXau/public_html/wp-config.php on line 104
    [01-Mar-2017 21:58:01 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/XXXXXXXXau/public_html/wp-config.php on line 105
    [01-Mar-2017 21:58:02 UTC] PHP Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 83 bytes) in /home/XXXXXXXXau/public_html/wp-includes/pomo/mo.php on line 272

    I cleared the debug file – deactivated woocommerce booster (left it off) then connected Jetpack again.

    [01-Mar-2017 22:06:19 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:06:19 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 22:06:20 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:06:20 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 22:06:20 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:06:20 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 22:06:20 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:06:20 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 22:06:21 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:06:21 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 22:06:23 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:06:23 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 22:06:27 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:06:27 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 22:06:37 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:06:37 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 22:06:37 UTC] PHP Notice: Undefined variable: parent_style in /home/xxxxxxxxxxxxau/public_html/wp-content/themes/Nota-Child/functions.php on line 13
    [01-Mar-2017 22:06:38 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:06:38 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 22:06:45 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:06:45 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 22:06:50 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:06:50 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 22:06:50 UTC] PHP Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 172 bytes) in /home/xxxxxxxxxxxxau/public_html/wp-content/plugins/redux-framework/ReduxCore/framework.php on line 1970
    [01-Mar-2017 22:06:50 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:06:50 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 22:06:50 UTC] PHP Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 32 bytes) in /home/xxxxxxxxxxxxau/public_html/wp-content/plugins/redux-framework/ReduxCore/framework.php on line 1980
    [01-Mar-2017 22:07:00 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:07:00 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 22:07:05 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:07:05 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 22:07:06 UTC] PHP Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 72 bytes) in /home/xxxxxxxxxxxxau/public_html/wp-admin/includes/template.php on line 1270
    [01-Mar-2017 22:07:11 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:07:11 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 22:07:14 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:07:14 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 22:07:19 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:07:19 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 22:07:26 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:07:26 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 22:07:31 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:07:31 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 22:07:32 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:07:32 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 22:07:39 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:07:39 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 22:07:41 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:07:41 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 22:07:45 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:07:45 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 22:07:45 UTC] PHP Notice: Undefined variable: parent_style in /home/xxxxxxxxxxxxau/public_html/wp-content/themes/Nota-Child/functions.php on line 13
    [01-Mar-2017 22:07:47 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:07:47 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 22:07:49 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:07:49 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 22:07:50 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:07:50 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 22:07:52 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:07:52 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 22:07:56 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:07:56 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 22:07:57 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:07:57 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 22:07:58 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:07:58 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 22:08:00 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:08:00 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 22:08:04 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:08:04 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 22:08:04 UTC] PHP Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 22 bytes) in /home/xxxxxxxxxxxxau/public_html/wp-includes/formatting.php on line 1025
    [01-Mar-2017 22:08:07 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:08:07 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 22:08:07 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:08:07 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 22:08:07 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:08:07 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 22:08:07 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:08:07 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 22:08:07 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:08:07 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 22:08:07 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:08:07 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 22:08:09 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:08:09 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 22:08:09 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:08:09 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 22:08:09 UTC] PHP Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 72 bytes) in /home/xxxxxxxxxxxxau/public_html/wp-content/themes/nota/framework/meta-boxes/meta-boxes.php on line 2200
    [01-Mar-2017 22:08:11 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 104
    [01-Mar-2017 22:08:11 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/xxxxxxxxxxxxau/public_html/wp-config.php on line 105

    with woocommerce booster off the website remains active

    As the site is only hosted in an area for client to view – not final domain and I have Privacy set to hidden I will leave the debug going for an hour or two with woocommerce booster off and jetpack connected. It however is likely to get zero traffic except what ever happens in the background.

    OK – I found a tip over point

    there is a cumulative thing going on

    I turned off all plugins except woocommerce booster and jetpack – then connected Jetpak OK – I turned on each other plugin one at a time – refreshing admin and front end at each step.

    The theme I am using is feature rich and has a lot of plugins – along with adding a few of my favourites of my own, woocommerce booster off and jetpack included.

    As I turned on each plugin from about woocommerce on I noticed the front end admin bar taking longer to load – I finally got to https://en-au.ww.wp.xz.cn/plugins/youtube-embed-plus/ and bang – Error 500

    I turned off all – activated woocommerce booster, jetpack and YouTube then connected JetPack – all OK.

    Here is the debug for that last step:
    [01-Mar-2017 23:49:08 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:49:08 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106
    [01-Mar-2017 23:49:09 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:49:09 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106
    [01-Mar-2017 23:49:12 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:49:12 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106
    [01-Mar-2017 23:49:12 UTC] PHP Notice: Undefined variable: parent_style in /home/linxxxxxxxxxxau/public_html/wp-content/themes/Nota-Child/functions.php on line 13
    [01-Mar-2017 23:49:13 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:49:13 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106
    [01-Mar-2017 23:49:14 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:49:14 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106
    [01-Mar-2017 23:49:14 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:49:14 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106
    [01-Mar-2017 23:49:16 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:49:16 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106
    [01-Mar-2017 23:49:19 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:49:19 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106
    [01-Mar-2017 23:49:24 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:49:24 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106
    [01-Mar-2017 23:49:24 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:49:24 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106
    [01-Mar-2017 23:49:27 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:49:27 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106
    [01-Mar-2017 23:49:28 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:49:28 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106
    [01-Mar-2017 23:49:30 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:49:30 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106
    [01-Mar-2017 23:49:32 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:49:32 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106
    [01-Mar-2017 23:49:32 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:49:32 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106
    [01-Mar-2017 23:49:32 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:49:32 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106
    [01-Mar-2017 23:49:32 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:49:32 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106
    [01-Mar-2017 23:49:32 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:49:32 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106
    [01-Mar-2017 23:49:32 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:49:32 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106
    [01-Mar-2017 23:49:33 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:49:33 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106
    [01-Mar-2017 23:49:34 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:49:34 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106
    [01-Mar-2017 23:49:35 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:49:35 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106

    and finally – all plugins off except jetpack – then activating jetpack

    [01-Mar-2017 23:58:25 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:58:25 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106
    [01-Mar-2017 23:58:26 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:58:26 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106
    [01-Mar-2017 23:58:29 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:58:29 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106
    [01-Mar-2017 23:58:29 UTC] PHP Notice: Undefined variable: parent_style in /home/linxxxxxxxxxxau/public_html/wp-content/themes/Nota-Child/functions.php on line 13
    [01-Mar-2017 23:58:29 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:58:29 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106
    [01-Mar-2017 23:58:30 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:58:30 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106
    [01-Mar-2017 23:58:31 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:58:31 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106
    [01-Mar-2017 23:58:36 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:58:36 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106
    [01-Mar-2017 23:58:41 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:58:41 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106
    [01-Mar-2017 23:58:41 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:58:41 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106
    [01-Mar-2017 23:58:43 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:58:43 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106
    [01-Mar-2017 23:58:44 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:58:44 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106
    [01-Mar-2017 23:58:46 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:58:46 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106
    [01-Mar-2017 23:58:48 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:58:48 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106
    [01-Mar-2017 23:58:48 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:58:48 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106
    [01-Mar-2017 23:58:48 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:58:48 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106
    [01-Mar-2017 23:58:48 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:58:48 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106
    [01-Mar-2017 23:58:48 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:58:48 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106
    [01-Mar-2017 23:58:48 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:58:49 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106
    [01-Mar-2017 23:58:49 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:58:49 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106
    [01-Mar-2017 23:58:50 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 105
    [01-Mar-2017 23:58:50 UTC] PHP Notice: Constant WP_MAX_MEMORY_LIMIT already defined in /home/linxxxxxxxxxxau/public_html/wp-config.php on line 106

    OK – totally memory issue
    the wp-config.php of
    define( ‘WP_MEMORY_LIMIT’, ‘512M’ );
    define( ‘WP_MAX_MEMORY_LIMIT’, ‘512M’ );

    did not work – I checked

    used the php.ini method and got the 512

    With all plugins active I disconnected Jetpack and reconnected – so far all is fine.

    Time to trim off unnecessary plugins.

    At least I learnt some more through all this…

    I consider this resolved – even if there is a memory leak somewhere the site is running.

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    OK – totally memory issue

    It seems like it, yes. These types of errors show some memory issues:

    [01-Mar-2017 21:56:55 UTC] PHP Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 127 bytes) in /home/XXXXXXXXau/public_html/wp-content/plugins/redux-framework/ReduxCore/framework.php on line 1965

    [01-Mar-2017 22:08:04 UTC] PHP Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 22 bytes) in /home/xxxxxxxxxxxxau/public_html/wp-includes/formatting.php on line 1025

    The other notices most likely appeared because WP_MEMORY_LIMIT and WP_MAX_MEMORY_LIMIT were set twice in the wp-config.php file.

    I’m glad to hear you’re all set!

    @myfreewifi Could you give debugging a try as well, and let me know how it goes?

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Jetpack and intermittent http 500 errors’ is closed to new replies.