• Resolved solinko

    (@solinko)


    Hello,

    I have the same problem like peoples in past. The Indexing / Reindexation seems never ending. When I push button Reindex table it stop on 14% with no error.

    Thank you for help.

    WordPress 4.4.14, Advanced Woo Search 1.35, Woocommerce 3.3.1

Viewing 8 replies - 1 through 8 (of 8 total)
  • I don’t have this problem, but it’s interesting.
    Have server’s log some message about it?

    David

    Thread Starter solinko

    (@solinko)

    No, there are no messages about it.

    [ Please do not bump. ]

    Plugin Author ILLID

    (@mihail-barinov)

    Hi,

    Please open your browser console window and than try to re-index one more time and write me about any messages in this console.

    Thanks.

    Thread Starter solinko

    (@solinko)

    Hi Illid,

    after push the button:

    Object { offset: 0, start: true, found_posts: 413 }
    Object { offset: 30, start: false, found_posts: “413” }
    Object { offset: 60, start: false, found_posts: “413” }
    Request failed: error

    When I push button again:
    Object { offset: 0, start: true, found_posts: 413 }
    Object { offset: 30, start: false, found_posts: “413” }
    Object { offset: 60, start: false, found_posts: “413” }
    Request failed: parsererror

    When I push button again it is the same like second time.

    Thank you for your help.

    Plugin Author ILLID

    (@mihail-barinov)

    Please to this steps one more time but after message

    Request failed: parsererror

    open ‘Network’ tab in browser console, than XHR, select last request to admin-ajax.php, open ‘Response’ tab for it and write here its content.

    Thread Starter solinko

    (@solinko)

    In last request is:

    {“wp-auth-check”:true,”server_time”:1519310803}

    But in penultimate is:

    <br />
    <b>Fatal error</b>: Maximum execution time of 30 seconds exceeded in <b>/nfsmnt/hosting1_2/e/f/ef1c53de-8b3d-4c3a-8772-a9aeeda1e152/geopriestor.sk/web/wp-includes/plugin.php</b> on line <b>0</b><br />

    or

    <br />
    <b>Fatal error</b>: Maximum execution time of 30 seconds exceeded in <b>/nfsmnt/hosting1_2/e/f/ef1c53de-8b3d-4c3a-8772-a9aeeda1e152/geopriestor.sk/web/wp-includes/plugin.php</b> on line <b>918</b><br />

    or

    <br />
    <b>Fatal error</b>: Maximum execution time of 30 seconds exceeded in <b>/nfsmnt/hosting1_2/e/f/ef1c53de-8b3d-4c3a-8772-a9aeeda1e152/geopriestor.sk/web/wp-includes/plugin.php</b> on line <b>130</b><br />

    Plugin Author ILLID

    (@mihail-barinov)

    Try to add this lines of code to your theme functions.php file

    add_filter('aws_index_posts_per_page', 'aws_index_posts_per_page');
    
    function aws_index_posts_per_page( $count ) {
        return 10;
    }

    and than try to re-index one more time.

    Thread Starter solinko

    (@solinko)

    It is perfect. It look like all is perfect. Thank you very much!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Reindex never stopping’ is closed to new replies.