• After updating to version 4.3, I’m not longer able to access the admin panel of wordpress. removing and reinstalling (either automatically or manually) doesn’t fix it, but rolling back to 4.2.2 does.

    Server is windows based using Plesk control panel.

    • This topic was modified 9 years, 3 months ago by DrWig.
Viewing 15 replies - 1 through 15 (of 16 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic šŸš€

    I’m sorry to hear you’ve run into issues.

    Could you 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 );
    
    }
    

    Once you’ve done so, try to reproduce the 500 error, 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.

    Thanks!

    Thread Starter DrWig

    (@drwig)

    using debug = true the dashboard works. As soon as I set debug = false, I get the error 500 again.

    Thread Starter DrWig

    (@drwig)

    I’m using an old theme, so the log file seems to be pretty big. I can’t post it all! I’ll look for relevant bits. Perhaps I need to update my theme to something more recent.

    Thread Starter DrWig

    (@drwig)

    I get a lot of these:
    [07-Sep-2016 12:32:40 UTC] PHP Notice: register_sidebar_widget is <strong>deprecated</strong> since version 2.8.0! Use wp_register_sidebar_widget() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706

    Thread Starter DrWig

    (@drwig)

    and these
    [07-Sep-2016 12:33:00 UTC] PHP Notice: has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890

    Thread Starter DrWig

    (@drwig)

    This one looks a little more wp-admin related:
    [07-Sep-2016 12:34:01 UTC] PHP Warning: file_exists(): open_basedir restriction in effect. File(D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs/wp-content/plugins/http://www.brucewiggins.co.uk/wp-admin/admin.php) is not within the allowed path(s): (d:/Plesk/VHOSTS/brucewiggins.co.uk\;C:\windows\Temp\) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-admin\menu-header.php on line 150

    Thread Starter DrWig

    (@drwig)

    [07-Sep-2016 12:32:40 UTC] PHP Notice:  wp_enqueue_script was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:32:40 UTC] PHP Notice:  register_sidebar was called <strong>incorrectly</strong>. No <code>id</code> was set in the arguments array for the "Sidebar 1" sidebar. Defaulting to "sidebar-1". Manually set the <code>id</code> to "sidebar-1" to silence this notice and keep existing sidebar content. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.2.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:32:40 UTC] PHP Notice:  register_sidebar_widget is <strong>deprecated</strong> since version 2.8.0! Use wp_register_sidebar_widget() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:32:40 UTC] PHP Notice:  register_widget_control is <strong>deprecated</strong> since version 2.8.0! Use wp_register_widget_control() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:32:40 UTC] PHP Notice:  wp_enqueue_script was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:32:40 UTC] PHP Notice:  register_sidebar was called <strong>incorrectly</strong>. No <code>id</code> was set in the arguments array for the "Sidebar 1" sidebar. Defaulting to "sidebar-1". Manually set the <code>id</code> to "sidebar-1" to silence this notice and keep existing sidebar content. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.2.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:32:40 UTC] PHP Notice:  register_sidebar_widget is <strong>deprecated</strong> since version 2.8.0! Use wp_register_sidebar_widget() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:32:40 UTC] PHP Notice:  register_widget_control is <strong>deprecated</strong> since version 2.8.0! Use wp_register_widget_control() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:32:41 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:32:41 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:32:41 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:32:43 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:32:54 UTC] PHP Notice:  wp_enqueue_script was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:32:54 UTC] PHP Notice:  register_sidebar was called <strong>incorrectly</strong>. No <code>id</code> was set in the arguments array for the "Sidebar 1" sidebar. Defaulting to "sidebar-1". Manually set the <code>id</code> to "sidebar-1" to silence this notice and keep existing sidebar content. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.2.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:32:54 UTC] PHP Notice:  register_sidebar_widget is <strong>deprecated</strong> since version 2.8.0! Use wp_register_sidebar_widget() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:32:54 UTC] PHP Notice:  register_widget_control is <strong>deprecated</strong> since version 2.8.0! Use wp_register_widget_control() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:32:54 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:32:54 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:32:54 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:32:55 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:33:00 UTC] PHP Notice:  wp_enqueue_script was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:33:00 UTC] PHP Notice:  register_sidebar was called <strong>incorrectly</strong>. No <code>id</code> was set in the arguments array for the "Sidebar 1" sidebar. Defaulting to "sidebar-1". Manually set the <code>id</code> to "sidebar-1" to silence this notice and keep existing sidebar content. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.2.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:33:00 UTC] PHP Notice:  register_sidebar_widget is <strong>deprecated</strong> since version 2.8.0! Use wp_register_sidebar_widget() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:33:00 UTC] PHP Notice:  register_widget_control is <strong>deprecated</strong> since version 2.8.0! Use wp_register_widget_control() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:33:00 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:33:00 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:33:00 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:33:00 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:33:01 UTC] PHP Notice:  wp_enqueue_script was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:33:01 UTC] PHP Notice:  register_sidebar was called <strong>incorrectly</strong>. No <code>id</code> was set in the arguments array for the "Sidebar 1" sidebar. Defaulting to "sidebar-1". Manually set the <code>id</code> to "sidebar-1" to silence this notice and keep existing sidebar content. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.2.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:33:01 UTC] PHP Notice:  register_sidebar_widget is <strong>deprecated</strong> since version 2.8.0! Use wp_register_sidebar_widget() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:33:01 UTC] PHP Notice:  register_widget_control is <strong>deprecated</strong> since version 2.8.0! Use wp_register_widget_control() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:33:01 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:33:01 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:33:01 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:33:56 UTC] PHP Notice:  wp_enqueue_script was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:33:56 UTC] PHP Notice:  register_sidebar was called <strong>incorrectly</strong>. No <code>id</code> was set in the arguments array for the "Sidebar 1" sidebar. Defaulting to "sidebar-1". Manually set the <code>id</code> to "sidebar-1" to silence this notice and keep existing sidebar content. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.2.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:33:56 UTC] PHP Notice:  register_sidebar_widget is <strong>deprecated</strong> since version 2.8.0! Use wp_register_sidebar_widget() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:33:56 UTC] PHP Notice:  register_widget_control is <strong>deprecated</strong> since version 2.8.0! Use wp_register_widget_control() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:33:57 UTC] PHP Notice:  wp_enqueue_script was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:33:57 UTC] PHP Notice:  register_sidebar was called <strong>incorrectly</strong>. No <code>id</code> was set in the arguments array for the "Sidebar 1" sidebar. Defaulting to "sidebar-1". Manually set the <code>id</code> to "sidebar-1" to silence this notice and keep existing sidebar content. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.2.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:33:57 UTC] PHP Notice:  register_sidebar_widget is <strong>deprecated</strong> since version 2.8.0! Use wp_register_sidebar_widget() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:33:57 UTC] PHP Notice:  register_widget_control is <strong>deprecated</strong> since version 2.8.0! Use wp_register_widget_control() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:33:59 UTC] PHP Notice:  wp_enqueue_script was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:33:59 UTC] PHP Notice:  register_sidebar was called <strong>incorrectly</strong>. No <code>id</code> was set in the arguments array for the "Sidebar 1" sidebar. Defaulting to "sidebar-1". Manually set the <code>id</code> to "sidebar-1" to silence this notice and keep existing sidebar content. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.2.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:33:59 UTC] PHP Notice:  register_sidebar_widget is <strong>deprecated</strong> since version 2.8.0! Use wp_register_sidebar_widget() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:33:59 UTC] PHP Notice:  register_widget_control is <strong>deprecated</strong> since version 2.8.0! Use wp_register_widget_control() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:33:59 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:33:59 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:33:59 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:34:01 UTC] PHP Warning:  file_exists(): open_basedir restriction in effect. File(D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs/wp-content/plugins/http://www.brucewiggins.co.uk/wp-admin/admin.php) is not within the allowed path(s): (d:/Plesk/VHOSTS/brucewiggins.co.uk\;C:\windows\Temp\) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-admin\menu-header.php on line 150
    [07-Sep-2016 12:34:01 UTC] PHP Warning:  file_exists(): open_basedir restriction in effect. File(D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs/wp-content/plugins/http://www.brucewiggins.co.uk/wp-admin/admin.php) is not within the allowed path(s): (d:/Plesk/VHOSTS/brucewiggins.co.uk\;C:\windows\Temp\) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-admin\menu-header.php on line 219
    [07-Sep-2016 12:34:01 UTC] PHP Warning:  file_exists(): open_basedir restriction in effect. File(D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs/wp-content/plugins/http://www.brucewiggins.co.uk/wp-admin/admin.php) is not within the allowed path(s): (d:/Plesk/VHOSTS/brucewiggins.co.uk\;C:\windows\Temp\) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-admin\menu-header.php on line 219
    [07-Sep-2016 12:34:01 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:34:01 UTC] PHP Notice:  wpdb::prepare was called <strong>incorrectly</strong>. The query argument of wpdb::prepare() must have a placeholder. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.9.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:34:03 UTC] PHP Notice:  wp_enqueue_script was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:34:03 UTC] PHP Notice:  register_sidebar was called <strong>incorrectly</strong>. No <code>id</code> was set in the arguments array for the "Sidebar 1" sidebar. Defaulting to "sidebar-1". Manually set the <code>id</code> to "sidebar-1" to silence this notice and keep existing sidebar content. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.2.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:34:03 UTC] PHP Notice:  register_sidebar_widget is <strong>deprecated</strong> since version 2.8.0! Use wp_register_sidebar_widget() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:34:03 UTC] PHP Notice:  register_widget_control is <strong>deprecated</strong> since version 2.8.0! Use wp_register_widget_control() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:34:03 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:34:03 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:34:03 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:34:05 UTC] PHP Notice:  wp_enqueue_script was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:34:05 UTC] PHP Notice:  register_sidebar was called <strong>incorrectly</strong>. No <code>id</code> was set in the arguments array for the "Sidebar 1" sidebar. Defaulting to "sidebar-1". Manually set the <code>id</code> to "sidebar-1" to silence this notice and keep existing sidebar content. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.2.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:34:05 UTC] PHP Notice:  register_sidebar_widget is <strong>deprecated</strong> since version 2.8.0! Use wp_register_sidebar_widget() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:34:05 UTC] PHP Notice:  register_widget_control is <strong>deprecated</strong> since version 2.8.0! Use wp_register_widget_control() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:34:05 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:34:05 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:34:05 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:34:08 UTC] PHP Notice:  wp_enqueue_script was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:34:08 UTC] PHP Notice:  register_sidebar was called <strong>incorrectly</strong>. No <code>id</code> was set in the arguments array for the "Sidebar 1" sidebar. Defaulting to "sidebar-1". Manually set the <code>id</code> to "sidebar-1" to silence this notice and keep existing sidebar content. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.2.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:34:08 UTC] PHP Notice:  register_sidebar_widget is <strong>deprecated</strong> since version 2.8.0! Use wp_register_sidebar_widget() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:34:08 UTC] PHP Notice:  register_widget_control is <strong>deprecated</strong> since version 2.8.0! Use wp_register_widget_control() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:34:14 UTC] PHP Notice:  wp_enqueue_script was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:34:14 UTC] PHP Notice:  register_sidebar was called <strong>incorrectly</strong>. No <code>id</code> was set in the arguments array for the "Sidebar 1" sidebar. Defaulting to "sidebar-1". Manually set the <code>id</code> to "sidebar-1" to silence this notice and keep existing sidebar content. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.2.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:34:14 UTC] PHP Notice:  register_sidebar_widget is <strong>deprecated</strong> since version 2.8.0! Use wp_register_sidebar_widget() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:34:14 UTC] PHP Notice:  register_widget_control is <strong>deprecated</strong> since version 2.8.0! Use wp_register_widget_control() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:34:14 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:34:14 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:34:14 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:34:16 UTC] PHP Warning:  file_exists(): open_basedir restriction in effect. File(D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs/wp-content/plugins/http://www.brucewiggins.co.uk/wp-admin/admin.php) is not within the allowed path(s): (d:/Plesk/VHOSTS/brucewiggins.co.uk\;C:\windows\Temp\) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-admin\menu-header.php on line 150
    [07-Sep-2016 12:34:16 UTC] PHP Warning:  file_exists(): open_basedir restriction in effect. File(D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs/wp-content/plugins/http://www.brucewiggins.co.uk/wp-admin/admin.php) is not within the allowed path(s): (d:/Plesk/VHOSTS/brucewiggins.co.uk\;C:\windows\Temp\) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-admin\menu-header.php on line 219
    [07-Sep-2016 12:34:16 UTC] PHP Warning:  file_exists(): open_basedir restriction in effect. File(D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs/wp-content/plugins/http://www.brucewiggins.co.uk/wp-admin/admin.php) is not within the allowed path(s): (d:/Plesk/VHOSTS/brucewiggins.co.uk\;C:\windows\Temp\) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-admin\menu-header.php on line 219
    [07-Sep-2016 12:34:16 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:34:16 UTC] PHP Notice:  wp_enqueue_script was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:34:16 UTC] PHP Notice:  register_sidebar was called <strong>incorrectly</strong>. No <code>id</code> was set in the arguments array for the "Sidebar 1" sidebar. Defaulting to "sidebar-1". Manually set the <code>id</code> to "sidebar-1" to silence this notice and keep existing sidebar content. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.2.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:34:16 UTC] PHP Notice:  register_sidebar_widget is <strong>deprecated</strong> since version 2.8.0! Use wp_register_sidebar_widget() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:34:16 UTC] PHP Notice:  register_widget_control is <strong>deprecated</strong> since version 2.8.0! Use wp_register_widget_control() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:34:26 UTC] PHP Notice:  wp_enqueue_script was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:34:27 UTC] PHP Notice:  register_sidebar was called <strong>incorrectly</strong>. No <code>id</code> was set in the arguments array for the "Sidebar 1" sidebar. Defaulting to "sidebar-1". Manually set the <code>id</code> to "sidebar-1" to silence this notice and keep existing sidebar content. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.2.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:34:27 UTC] PHP Notice:  register_sidebar_widget is <strong>deprecated</strong> since version 2.8.0! Use wp_register_sidebar_widget() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:34:27 UTC] PHP Notice:  register_widget_control is <strong>deprecated</strong> since version 2.8.0! Use wp_register_widget_control() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:34:27 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:34:27 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:34:27 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:34:28 UTC] PHP Warning:  file_exists(): open_basedir restriction in effect. File(D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs/wp-content/plugins/http://www.brucewiggins.co.uk/wp-admin/admin.php) is not within the allowed path(s): (d:/Plesk/VHOSTS/brucewiggins.co.uk\;C:\windows\Temp\) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-admin\menu-header.php on line 150
    [07-Sep-2016 12:34:28 UTC] PHP Warning:  file_exists(): open_basedir restriction in effect. File(D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs/wp-content/plugins/http://www.brucewiggins.co.uk/wp-admin/admin.php) is not within the allowed path(s): (d:/Plesk/VHOSTS/brucewiggins.co.uk\;C:\windows\Temp\) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-admin\menu-header.php on line 219
    [07-Sep-2016 12:34:28 UTC] PHP Warning:  file_exists(): open_basedir restriction in effect. File(D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs/wp-content/plugins/http://www.brucewiggins.co.uk/wp-admin/admin.php) is not within the allowed path(s): (d:/Plesk/VHOSTS/brucewiggins.co.uk\;C:\windows\Temp\) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-admin\menu-header.php on line 219
    [07-Sep-2016 12:34:28 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\class.wp-styles.php:237) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\rest-api.php on line 380
    [07-Sep-2016 12:34:29 UTC] PHP Notice:  wp_enqueue_script was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:34:29 UTC] PHP Notice:  register_sidebar was called <strong>incorrectly</strong>. No <code>id</code> was set in the arguments array for the "Sidebar 1" sidebar. Defaulting to "sidebar-1". Manually set the <code>id</code> to "sidebar-1" to silence this notice and keep existing sidebar content. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.2.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:34:29 UTC] PHP Notice:  register_sidebar_widget is <strong>deprecated</strong> since version 2.8.0! Use wp_register_sidebar_widget() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:34:29 UTC] PHP Notice:  register_widget_control is <strong>deprecated</strong> since version 2.8.0! Use wp_register_widget_control() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:34:31 UTC] PHP Notice:  wp_enqueue_script was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:34:31 UTC] PHP Notice:  wp_enqueue_script was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:34:31 UTC] PHP Notice:  wp_enqueue_script was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:34:31 UTC] PHP Notice:  register_sidebar was called <strong>incorrectly</strong>. No <code>id</code> was set in the arguments array for the "Sidebar 1" sidebar. Defaulting to "sidebar-1". Manually set the <code>id</code> to "sidebar-1" to silence this notice and keep existing sidebar content. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.2.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:34:31 UTC] PHP Notice:  register_sidebar was called <strong>incorrectly</strong>. No <code>id</code> was set in the arguments array for the "Sidebar 1" sidebar. Defaulting to "sidebar-1". Manually set the <code>id</code> to "sidebar-1" to silence this notice and keep existing sidebar content. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.2.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:34:31 UTC] PHP Notice:  register_sidebar_widget is <strong>deprecated</strong> since version 2.8.0! Use wp_register_sidebar_widget() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:34:31 UTC] PHP Notice:  register_widget_control is <strong>deprecated</strong> since version 2.8.0! Use wp_register_widget_control() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:34:31 UTC] PHP Notice:  register_sidebar_widget is <strong>deprecated</strong> since version 2.8.0! Use wp_register_sidebar_widget() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:34:31 UTC] PHP Notice:  register_widget_control is <strong>deprecated</strong> since version 2.8.0! Use wp_register_widget_control() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:34:31 UTC] PHP Notice:  register_sidebar was called <strong>incorrectly</strong>. No <code>id</code> was set in the arguments array for the "Sidebar 1" sidebar. Defaulting to "sidebar-1". Manually set the <code>id</code> to "sidebar-1" to silence this notice and keep existing sidebar content. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.2.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:34:31 UTC] PHP Notice:  wp_enqueue_script was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:34:31 UTC] PHP Notice:  wp_enqueue_script was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:34:31 UTC] PHP Notice:  register_sidebar_widget is <strong>deprecated</strong> since version 2.8.0! Use wp_register_sidebar_widget() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:34:31 UTC] PHP Notice:  register_widget_control is <strong>deprecated</strong> since version 2.8.0! Use wp_register_widget_control() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:34:31 UTC] PHP Notice:  register_sidebar was called <strong>incorrectly</strong>. No <code>id</code> was set in the arguments array for the "Sidebar 1" sidebar. Defaulting to "sidebar-1". Manually set the <code>id</code> to "sidebar-1" to silence this notice and keep existing sidebar content. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.2.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:34:31 UTC] PHP Notice:  register_sidebar was called <strong>incorrectly</strong>. No <code>id</code> was set in the arguments array for the "Sidebar 1" sidebar. Defaulting to "sidebar-1". Manually set the <code>id</code> to "sidebar-1" to silence this notice and keep existing sidebar content. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.2.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:34:31 UTC] PHP Notice:  register_sidebar_widget is <strong>deprecated</strong> since version 2.8.0! Use wp_register_sidebar_widget() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:34:31 UTC] PHP Notice:  register_widget_control is <strong>deprecated</strong> since version 2.8.0! Use wp_register_widget_control() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:34:31 UTC] PHP Notice:  register_sidebar_widget is <strong>deprecated</strong> since version 2.8.0! Use wp_register_sidebar_widget() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:34:31 UTC] PHP Notice:  register_widget_control is <strong>deprecated</strong> since version 2.8.0! Use wp_register_widget_control() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:34:31 UTC] PHP Notice:  wp_enqueue_script was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:34:31 UTC] PHP Notice:  wp_enqueue_script was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:34:31 UTC] PHP Notice:  wp_enqueue_script was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:34:31 UTC] PHP Notice:  register_sidebar was called <strong>incorrectly</strong>. No <code>id</code> was set in the arguments array for the "Sidebar 1" sidebar. Defaulting to "sidebar-1". Manually set the <code>id</code> to "sidebar-1" to silence this notice and keep existing sidebar content. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.2.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:34:31 UTC] PHP Notice:  register_sidebar_widget is <strong>deprecated</strong> since version 2.8.0! Use wp_register_sidebar_widget() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:34:31 UTC] PHP Notice:  register_widget_control is <strong>deprecated</strong> since version 2.8.0! Use wp_register_widget_control() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:34:31 UTC] PHP Notice:  register_sidebar was called <strong>incorrectly</strong>. No <code>id</code> was set in the arguments array for the "Sidebar 1" sidebar. Defaulting to "sidebar-1". Manually set the <code>id</code> to "sidebar-1" to silence this notice and keep existing sidebar content. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.2.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:34:31 UTC] PHP Notice:  register_sidebar was called <strong>incorrectly</strong>. No <code>id</code> was set in the arguments array for the "Sidebar 1" sidebar. Defaulting to "sidebar-1". Manually set the <code>id</code> to "sidebar-1" to silence this notice and keep existing sidebar content. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.2.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:34:31 UTC] PHP Notice:  register_sidebar_widget is <strong>deprecated</strong> since version 2.8.0! Use wp_register_sidebar_widget() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:34:31 UTC] PHP Notice:  register_widget_control is <strong>deprecated</strong> since version 2.8.0! Use wp_register_widget_control() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:34:31 UTC] PHP Notice:  register_sidebar_widget is <strong>deprecated</strong> since version 2.8.0! Use wp_register_sidebar_widget() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:34:31 UTC] PHP Notice:  register_widget_control is <strong>deprecated</strong> since version 2.8.0! Use wp_register_widget_control() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:34:32 UTC] PHP Notice:  wp_enqueue_script was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:34:32 UTC] PHP Notice:  register_sidebar was called <strong>incorrectly</strong>. No <code>id</code> was set in the arguments array for the "Sidebar 1" sidebar. Defaulting to "sidebar-1". Manually set the <code>id</code> to "sidebar-1" to silence this notice and keep existing sidebar content. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.2.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:34:32 UTC] PHP Notice:  register_sidebar_widget is <strong>deprecated</strong> since version 2.8.0! Use wp_register_sidebar_widget() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:34:32 UTC] PHP Notice:  register_widget_control is <strong>deprecated</strong> since version 2.8.0! Use wp_register_widget_control() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:34:33 UTC] Array
    (
        [akismet_debug] => Array
            (
                [akismet_url] => https://834b167bbe72.rest.akismet.com/1.1/verify-key
                [http_args] => Array
                    (
                        [body] => key=834b167bbe72&blog=http%3A%2F%2Fwww.brucewiggins.co.uk
                        [headers] => Array
                            (
                                [Content-Type] => application/x-www-form-urlencoded; charset=UTF-8
                                [Host] => 834b167bbe72.rest.akismet.com
                                [User-Agent] => WordPress/4.6 | Akismet/3.2
                            )
    
                        [httpversion] => 1.0
                        [timeout] => 15
                    )
    
                [response] => Array
                    (
                        [headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [server] => nginx
                                        [date] => Wed, 07 Sep 2016 12:34:31 GMT
                                        [content-type] => text/plain; charset=utf-8
                                        [content-length] => 5
                                    )
    
                            )
    
                        [body] => valid
                        [response] => Array
                            (
                                [code] => 200
                                [message] => OK
                            )
    
                        [cookies] => Array
                            (
                            )
    
                        [filename] => 
                        [http_response] => WP_HTTP_Requests_Response Object
                            (
                                [response:protected] => Requests_Response Object
                                    (
                                        [body] => valid
                                        [raw] => HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 07 Sep 2016 12:34:31 GMT
    Content-Type: text/plain; charset=utf-8
    Content-Length: 5
    Connection: close
    
    valid
                                        [headers] => Requests_Response_Headers Object
                                            (
                                                [data:protected] => Array
                                                    (
                                                        [server] => Array
                                                            (
                                                                [0] => nginx
                                                            )
    
                                                        [date] => Array
                                                            (
                                                                [0] => Wed, 07 Sep 2016 12:34:31 GMT
                                                            )
    
                                                        [content-type] => Array
                                                            (
                                                                [0] => text/plain; charset=utf-8
                                                            )
    
                                                        [content-length] => Array
                                                            (
                                                                [0] => 5
                                                            )
    
                                                    )
    
                                            )
    
                                        [status_code] => 200
                                        [protocol_version] => 1.1
                                        [success] => 1
                                        [redirects] => 0
                                        [url] => https://834b167bbe72.rest.akismet.com/1.1/verify-key
                                        [history] => Array
                                            (
                                            )
    
                                        [cookies] => Requests_Cookie_Jar Object
                                            (
                                                [cookies:protected] => Array
                                                    (
                                                    )
    
                                            )
    
                                    )
    
                                [filename:protected] => 
                                [data] => 
                                [headers] => 
                                [status] => 
                            )
    
                    )
    
            )
    
    )
    
    [07-Sep-2016 12:34:33 UTC] PHP Notice:  wp_enqueue_script was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:34:34 UTC] PHP Notice:  register_sidebar was called <strong>incorrectly</strong>. No <code>id</code> was set in the arguments array for the "Sidebar 1" sidebar. Defaulting to "sidebar-1". Manually set the <code>id</code> to "sidebar-1" to silence this notice and keep existing sidebar content. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.2.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:34:34 UTC] PHP Notice:  register_sidebar_widget is <strong>deprecated</strong> since version 2.8.0! Use wp_register_sidebar_widget() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:34:34 UTC] PHP Notice:  register_widget_control is <strong>deprecated</strong> since version 2.8.0! Use wp_register_widget_control() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:34:34 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:34:34 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:34:34 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:34:34 UTC] PHP Warning:  file_exists(): open_basedir restriction in effect. File(D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs/wp-content/plugins/http://www.brucewiggins.co.uk/wp-admin/admin.php) is not within the allowed path(s): (d:/Plesk/VHOSTS/brucewiggins.co.uk\;C:\windows\Temp\) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-admin\menu-header.php on line 150
    [07-Sep-2016 12:34:34 UTC] PHP Warning:  file_exists(): open_basedir restriction in effect. File(D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs/wp-content/plugins/http://www.brucewiggins.co.uk/wp-admin/admin.php) is not within the allowed path(s): (d:/Plesk/VHOSTS/brucewiggins.co.uk\;C:\windows\Temp\) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-admin\menu-header.php on line 219
    [07-Sep-2016 12:34:34 UTC] PHP Warning:  file_exists(): open_basedir restriction in effect. File(D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs/wp-content/plugins/http://www.brucewiggins.co.uk/wp-admin/admin.php) is not within the allowed path(s): (d:/Plesk/VHOSTS/brucewiggins.co.uk\;C:\windows\Temp\) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-admin\menu-header.php on line 219
    [07-Sep-2016 12:34:34 UTC] Array
    (
        [akismet_debug] => Array
            (
                [akismet_url] => https://834b167bbe72.rest.akismet.com/1.1/get-stats
                [http_args] => Array
                    (
                        [body] => blog=http%3A%2F%2Fwww.brucewiggins.co.uk&key=834b167bbe72&from=6-months
                        [headers] => Array
                            (
                                [Content-Type] => application/x-www-form-urlencoded; charset=UTF-8
                                [Host] => 834b167bbe72.rest.akismet.com
                                [User-Agent] => WordPress/4.6 | Akismet/3.2
                            )
    
                        [httpversion] => 1.0
                        [timeout] => 15
                    )
    
                [response] => Array
                    (
                        [headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [server] => nginx
                                        [date] => Wed, 07 Sep 2016 12:34:32 GMT
                                        [content-type] => text/plain; charset=utf-8
                                        [vary] => Accept-Encoding
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [body] => {"spam":8868,"ham":48,"missed_spam":7,"false_positives":0,"accuracy":"99.92","breakdown":{"2016-03":{"spam":"2324","ham":"6","missed_spam":"3","false_positives":"0","da":"2016-03-01"},"2016-04":{"spam":"1499","ham":"4","missed_spam":"0","false_positives":"0","da":"2016-04-01"},"2016-05":{"spam":"1935","ham":"3","missed_spam":"2","false_positives":"0","da":"2016-05-01"},"2016-06":{"spam":"1253","ham":"12","missed_spam":"2","false_positives":"0","da":"2016-06-01"},"2016-07":{"spam":"756","ham":"6","missed_spam":"0","false_positives":"0","da":"2016-07-01"},"2016-08":{"spam":"951","ham":"7","missed_spam":"0","false_positives":"0","da":"2016-08-01"},"2016-09":{"spam":"150","ham":"10","missed_spam":"0","false_positives":"0","da":"2016-09-01"}},"time_saved":96090}
                        [response] => Array
                            (
                                [code] => 200
                                [message] => OK
                            )
    
                        [cookies] => Array
                            (
                            )
    
                        [filename] => 
                        [http_response] => WP_HTTP_Requests_Response Object
                            (
                                [response:protected] => Requests_Response Object
                                    (
                                        [body] => {"spam":8868,"ham":48,"missed_spam":7,"false_positives":0,"accuracy":"99.92","breakdown":{"2016-03":{"spam":"2324","ham":"6","missed_spam":"3","false_positives":"0","da":"2016-03-01"},"2016-04":{"spam":"1499","ham":"4","missed_spam":"0","false_positives":"0","da":"2016-04-01"},"2016-05":{"spam":"1935","ham":"3","missed_spam":"2","false_positives":"0","da":"2016-05-01"},"2016-06":{"spam":"1253","ham":"12","missed_spam":"2","false_positives":"0","da":"2016-06-01"},"2016-07":{"spam":"756","ham":"6","missed_spam":"0","false_positives":"0","da":"2016-07-01"},"2016-08":{"spam":"951","ham":"7","missed_spam":"0","false_positives":"0","da":"2016-08-01"},"2016-09":{"spam":"150","ham":"10","missed_spam":"0","false_positives":"0","da":"2016-09-01"}},"time_saved":96090}
                                        [raw] => HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 07 Sep 2016 12:34:32 GMT
    Content-Type: text/plain; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Vary: Accept-Encoding
    Content-Encoding: gzip
    
    {"spam":8868,"ham":48,"missed_spam":7,"false_positives":0,"accuracy":"99.92","breakdown":{"2016-03":{"spam":"2324","ham":"6","missed_spam":"3","false_positives":"0","da":"2016-03-01"},"2016-04":{"spam":"1499","ham":"4","missed_spam":"0","false_positives":"0","da":"2016-04-01"},"2016-05":{"spam":"1935","ham":"3","missed_spam":"2","false_positives":"0","da":"2016-05-01"},"2016-06":{"spam":"1253","ham":"12","missed_spam":"2","false_positives":"0","da":"2016-06-01"},"2016-07":{"spam":"756","ham":"6","missed_spam":"0","false_positives":"0","da":"2016-07-01"},"2016-08":{"spam":"951","ham":"7","missed_spam":"0","false_positives":"0","da":"2016-08-01"},"2016-09":{"spam":"150","ham":"10","missed_spam":"0","false_positives":"0","da":"2016-09-01"}},"time_saved":96090}
                                        [headers] => Requests_Response_Headers Object
                                            (
                                                [data:protected] => Array
                                                    (
                                                        [server] => Array
                                                            (
                                                                [0] => nginx
                                                            )
    
                                                        [date] => Array
                                                            (
                                                                [0] => Wed, 07 Sep 2016 12:34:32 GMT
                                                            )
    
                                                        [content-type] => Array
                                                            (
                                                                [0] => text/plain; charset=utf-8
                                                            )
    
                                                        [vary] => Array
                                                            (
                                                                [0] => Accept-Encoding
                                                            )
    
                                                        [content-encoding] => Array
                                                            (
                                                                [0] => gzip
                                                            )
    
                                                    )
    
                                            )
    
                                        [status_code] => 200
                                        [protocol_version] => 1.1
                                        [success] => 1
                                        [redirects] => 0
                                        [url] => https://834b167bbe72.rest.akismet.com/1.1/get-stats
                                        [history] => Array
                                            (
                                            )
    
                                        [cookies] => Requests_Cookie_Jar Object
                                            (
                                                [cookies:protected] => Array
                                                    (
                                                    )
    
                                            )
    
                                    )
    
                                [filename:protected] => 
                                [data] => 
                                [headers] => 
                                [status] => 
                            )
    
                    )
    
            )
    
    )
    
    [07-Sep-2016 12:34:34 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:34:34 UTC] PHP Notice:  wpdb::prepare was called <strong>incorrectly</strong>. The query argument of wpdb::prepare() must have a placeholder. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.9.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:34:34 UTC] PHP Notice:  wp_enqueue_script was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:34:34 UTC] PHP Notice:  register_sidebar was called <strong>incorrectly</strong>. No <code>id</code> was set in the arguments array for the "Sidebar 1" sidebar. Defaulting to "sidebar-1". Manually set the <code>id</code> to "sidebar-1" to silence this notice and keep existing sidebar content. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.2.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:34:34 UTC] PHP Notice:  register_sidebar_widget is <strong>deprecated</strong> since version 2.8.0! Use wp_register_sidebar_widget() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:34:34 UTC] PHP Notice:  register_widget_control is <strong>deprecated</strong> since version 2.8.0! Use wp_register_widget_control() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:34:34 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:34:34 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:34:34 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:34:35 UTC] PHP Notice:  wp_enqueue_script was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:34:35 UTC] PHP Notice:  register_sidebar was called <strong>incorrectly</strong>. No <code>id</code> was set in the arguments array for the "Sidebar 1" sidebar. Defaulting to "sidebar-1". Manually set the <code>id</code> to "sidebar-1" to silence this notice and keep existing sidebar content. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.2.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:34:35 UTC] PHP Notice:  register_sidebar_widget is <strong>deprecated</strong> since version 2.8.0! Use wp_register_sidebar_widget() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:34:35 UTC] PHP Notice:  register_widget_control is <strong>deprecated</strong> since version 2.8.0! Use wp_register_widget_control() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:34:35 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:34:35 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:34:35 UTC] PHP Notice:  has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:34:39 UTC] Array
    (
        [akismet_debug] => Array
            (
                [akismet_url] => https://834b167bbe72.rest.akismet.com/1.1/get-stats
                [http_args] => Array
                    (
                        [body] => blog=http%3A%2F%2Fwww.brucewiggins.co.uk&key=834b167bbe72&from=all
                        [headers] => Array
                            (
                                [Content-Type] => application/x-www-form-urlencoded; charset=UTF-8
                                [Host] => 834b167bbe72.rest.akismet.com
                                [User-Agent] => WordPress/4.6 | Akismet/3.2
                            )
    
                        [httpversion] => 1.0
                        [timeout] => 15
                    )
    
                [response] => Array
                    (
                        [headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [server] => nginx
                                        [date] => Wed, 07 Sep 2016 12:34:37 GMT
                                        [content-type] => text/plain; charset=utf-8
                                        [vary] => Accept-Encoding
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [body] => {"spam":223222,"ham":269,"missed_spam":141,"false_positives":1,"accuracy":"99.93","breakdown":{"2011":{"spam":0,"ham":0,"missed_spam":0,"false_positives":0,"da":"2011->01-01"},"2012":{"spam":2867,"ham":23,"missed_spam":0,"false_positives":0,"da":"2012->01-01"},"2013":{"spam":14201,"ham":48,"missed_spam":16,"false_positives":1,"da":"2013->01-01"},"2014":{"spam":89554,"ham":125,"missed_spam":99,"false_positives":0,"da":"2014->01-01"},"2015":{"spam":105366,"ham":25,"missed_spam":13,"false_positives":0,"da":"2015->01-01"},"2016":{"spam":11234,"ham":48,"missed_spam":13,"false_positives":0,"da":"2016->01-01"}},"time_saved":1167860}
                        [response] => Array
                            (
                                [code] => 200
                                [message] => OK
                            )
    
                        [cookies] => Array
                            (
                            )
    
                        [filename] => 
                        [http_response] => WP_HTTP_Requests_Response Object
                            (
                                [response:protected] => Requests_Response Object
                                    (
                                        [body] => {"spam":223222,"ham":269,"missed_spam":141,"false_positives":1,"accuracy":"99.93","breakdown":{"2011":{"spam":0,"ham":0,"missed_spam":0,"false_positives":0,"da":"2011->01-01"},"2012":{"spam":2867,"ham":23,"missed_spam":0,"false_positives":0,"da":"2012->01-01"},"2013":{"spam":14201,"ham":48,"missed_spam":16,"false_positives":1,"da":"2013->01-01"},"2014":{"spam":89554,"ham":125,"missed_spam":99,"false_positives":0,"da":"2014->01-01"},"2015":{"spam":105366,"ham":25,"missed_spam":13,"false_positives":0,"da":"2015->01-01"},"2016":{"spam":11234,"ham":48,"missed_spam":13,"false_positives":0,"da":"2016->01-01"}},"time_saved":1167860}
                                        [raw] => HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 07 Sep 2016 12:34:37 GMT
    Content-Type: text/plain; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Vary: Accept-Encoding
    Content-Encoding: gzip
    
    {"spam":223222,"ham":269,"missed_spam":141,"false_positives":1,"accuracy":"99.93","breakdown":{"2011":{"spam":0,"ham":0,"missed_spam":0,"false_positives":0,"da":"2011->01-01"},"2012":{"spam":2867,"ham":23,"missed_spam":0,"false_positives":0,"da":"2012->01-01"},"2013":{"spam":14201,"ham":48,"missed_spam":16,"false_positives":1,"da":"2013->01-01"},"2014":{"spam":89554,"ham":125,"missed_spam":99,"false_positives":0,"da":"2014->01-01"},"2015":{"spam":105366,"ham":25,"missed_spam":13,"false_positives":0,"da":"2015->01-01"},"2016":{"spam":11234,"ham":48,"missed_spam":13,"false_positives":0,"da":"2016->01-01"}},"time_saved":1167860}
                                        [headers] => Requests_Response_Headers Object
                                            (
                                                [data:protected] => Array
                                                    (
                                                        [server] => Array
                                                            (
                                                                [0] => nginx
                                                            )
    
                                                        [date] => Array
                                                            (
                                                                [0] => Wed, 07 Sep 2016 12:34:37 GMT
                                                            )
    
                                                        [content-type] => Array
                                                            (
                                                                [0] => text/plain; charset=utf-8
                                                            )
    
                                                        [vary] => Array
                                                            (
                                                                [0] => Accept-Encoding
                                                            )
    
                                                        [content-encoding] => Array
                                                            (
                                                                [0] => gzip
                                                            )
    
                                                    )
    
                                            )
    
                                        [status_code] => 200
                                        [protocol_version] => 1.1
                                        [success] => 1
                                        [redirects] => 0
                                        [url] => https://834b167bbe72.rest.akismet.com/1.1/get-stats
                                        [history] => Array
                                            (
                                            )
    
                                        [cookies] => Requests_Cookie_Jar Object
                                            (
                                                [cookies:protected] => Array
                                                    (
                                                    )
    
                                            )
    
                                    )
    
                                [filename:protected] => 
                                [data] => 
                                [headers] => 
                                [status] => 
                            )
    
                    )
    
            )
    
    )
    
    [07-Sep-2016 12:35:04 UTC] PHP Notice:  wp_enqueue_script was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:35:04 UTC] PHP Notice:  register_sidebar was called <strong>incorrectly</strong>. No <code>id</code> was set in the arguments array for the "Sidebar 1" sidebar. Defaulting to "sidebar-1". Manually set the <code>id</code> to "sidebar-1" to silence this notice and keep existing sidebar content. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.2.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:35:04 UTC] PHP Notice:  register_sidebar_widget is <strong>deprecated</strong> since version 2.8.0! Use wp_register_sidebar_widget() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:35:04 UTC] PHP Notice:  register_widget_control is <strong>deprecated</strong> since version 2.8.0! Use wp_register_widget_control() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:35:04 UTC] PHP Notice:  wp_enqueue_script was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:35:04 UTC] PHP Notice:  register_sidebar was called <strong>incorrectly</strong>. No <code>id</code> was set in the arguments array for the "Sidebar 1" sidebar. Defaulting to "sidebar-1". Manually set the <code>id</code> to "sidebar-1" to silence this notice and keep existing sidebar content. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.2.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:35:04 UTC] PHP Notice:  register_sidebar_widget is <strong>deprecated</strong> since version 2.8.0! Use wp_register_sidebar_widget() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:35:04 UTC] PHP Notice:  register_widget_control is <strong>deprecated</strong> since version 2.8.0! Use wp_register_widget_control() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:35:05 UTC] PHP Notice:  wp_specialchars is <strong>deprecated</strong> since version 2.8.0! Use esc_html() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:35:05 UTC] PHP Notice:  get_bloginfo was called with an argument that is <strong>deprecated</strong> since version 2.2.0! The <code>home</code> option is deprecated for the family of <code>bloginfo()</code> functions. Use the <code>url</code> option instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:35:05 UTC] PHP Notice:  get_bloginfo was called with an argument that is <strong>deprecated</strong> since version 2.2.0! The <code>home</code> option is deprecated for the family of <code>bloginfo()</code> functions. Use the <code>url</code> option instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:35:05 UTC] PHP Notice:  Undefined variable: trackback in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-content\themes\scruffy\comments.php on line 75
    [07-Sep-2016 12:35:05 UTC] PHP Notice:  get_bloginfo was called with an argument that is <strong>deprecated</strong> since version 2.2.0! The <code>home</code> option is deprecated for the family of <code>bloginfo()</code> functions. Use the <code>url</code> option instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3890
    [07-Sep-2016 12:35:05 UTC] PHP Notice:  wp_specialchars is <strong>deprecated</strong> since version 2.8.0! Use esc_html() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:35:34 UTC] PHP Notice:  wp_enqueue_script was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:35:35 UTC] PHP Notice:  register_sidebar was called <strong>incorrectly</strong>. No <code>id</code> was set in the arguments array for the "Sidebar 1" sidebar. Defaulting to "sidebar-1". Manually set the <code>id</code> to "sidebar-1" to silence this notice and keep existing sidebar content. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.2.0.) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3995
    [07-Sep-2016 12:35:35 UTC] PHP Notice:  register_sidebar_widget is <strong>deprecated</strong> since version 2.8.0! Use wp_register_sidebar_widget() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    [07-Sep-2016 12:35:35 UTC] PHP Notice:  register_widget_control is <strong>deprecated</strong> since version 2.8.0! Use wp_register_widget_control() instead. in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\functions.php on line 3706
    
    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic šŸš€

    None of these errors appear to be directly related to Jetpack.

    I did, however, notice this error:

    [07-Sep-2016 12:34:28 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\class.wp-styles.php:237) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-includes\rest-api.php on line 380
    

    Do you use any other plugins using the core REST API on your site? Could you try to deactivate those plugins, one at a time, and let me know if you find a conflict?

    Thread Starter DrWig

    (@drwig)

    ok, thanks. Not sure how I’d know a plug-in uses that API, but I’ll try and find out!

    The plug-ins activated are:
    Akismet
    Google Analytics
    iframe
    Math Captcha
    mathtex latex equation editor
    PayPal Donations
    Processing js Easy
    TweetMeme Retweet Button
    Twitter Widget
    Wordpress Download Monitor

    Thread Starter DrWig

    (@drwig)

    Just tried disabling each plug-in in turn. None of them (at least individually) make any difference. admin panel still not working with debug set to false.

    Thread Starter DrWig

    (@drwig)

    Tried switching themes too….still the same issue….

    Thread Starter DrWig

    (@drwig)

    could it be something to do with:
    [08-Sep-2016 21:31:25 UTC] PHP Warning: file_exists(): open_basedir restriction in effect. File(D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs/wp-content/plugins/http://www.brucewiggins.co.uk/wp-admin/admin.php) is not within the allowed path(s): (d:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\;C:\windows\Temp\) in D:\Plesk\VHOSTS\brucewiggins.co.uk\httpdocs\wp-admin\menu-header.php on line 150

    • This reply was modified 9 years, 3 months ago by DrWig.
    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic šŸš€

    It could indeed be related. Do you still experience issues when updating to Jetpack 4.3.1?

    Thread Starter DrWig

    (@drwig)

    Yes, same issue. Had no issues with jetpack before 4.3

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic šŸš€

    Could you contact your hosting provider, and ask them to take a look at that error? They might be able to solve that error by changing some of your server configuration settings.

    Let me know how it goes!

Viewing 15 replies - 1 through 15 (of 16 total)

The topic ‘4.3 updates gives server error 500’ is closed to new replies.