• Resolved marie999

    (@marie999)


    Hi,

    I can’t achieve database tables optimisation : it’s stucked on wp_woocommerce_log.
    How can I stop the process and make it work properly ?
    I’ve got this too on my dashboard home : Warning: Declaration of WP_Optimize_Notices::url_start($html_allowed, $url, $https = false, $website_home = ‘updraftplu…’) should be compatible with Updraft_Notices_1_0::url_start($html_allowed = false, $url = ”, $https = false, $website_home = NULL) in /Users/Sites/localhos/wp-content/plugins/wp-optimize/includes/wp-optimize-notices.php on line 303

    I do not understand what this means and how to fix that. I’ve been using wp optimize for 2 months and that’s the first time I’ve got problems.
    And I do not use Updraftplus but another savings plugin.
    Thank you for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • @marie999 For database tables issue, could you please try to repair and optimize the tables from phpMyAdmin.

    For warnings issue, could you please edit wp-config.php file and

    Replace

    define('WP_DEBUG', false);

    with this:

    
    ini_set('log_errors','On');
    
    ini_set('display_errors','Off');
    
    ini_set('error_reporting', E_ALL );
    
    define('WP_DEBUG', false);
    
    define('WP_DEBUG_LOG', true);
    
    define('WP_DEBUG_DISPLAY', false);

    After replacing the code, please check if you still get see the warnings.

    Thread Starter marie999

    (@marie999)

    Hi Harshad and thanks for your answer.

    You wrote : ” For database tables issue, could you please try to repair and optimize the tables from phpMyAdmin. ”

    Sorry but I do not know how to do that.
    Could you please explain ?

    For code lines, I’ll try to do it later and I’ll tell you the result.
    Thank you very much.

    @marie999 You’ll have to login into your sites hosting control panel and then go to databases and select the database of the site, and there should be an option to repair and optimize tables.

    Thread Starter marie999

    (@marie999)

    Hi,

    For the error in php, I prefer ask someone to do that, I’am afraid to make mistakes…
    To repair and optimize tables, I’ll have a look later and if I do not find how to do, I’ll ask my local server support.

    Thank you once again, I’m closing this topic.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problem database tables optimisation’ is closed to new replies.