Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter kazamiza

    (@kazamiza)

    i found this in eror log

    [05-Aug-2012 14:59:38] ??? Unknown column ‘t.term_order’ in ‘order clause’ ?? ????? ?????? ???????? ????????? SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy IN (‘games-category’) ORDER BY t.term_order ASC ?????? ?? require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/tiegames/index.php’), get_sidebar, locate_template, load_template, require_once(‘/themes/tiegames/sidebar.php’), dynamic_sidebar, call_user_func_array, WP_Widget->display_callback, games_category_widget->widget, tie_games_categories, get_categories, get_terms
    .

    any help please

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    What are you trying to display on this error-riddled page?

    Thread Starter kazamiza

    (@kazamiza)

    thanks andrew for your replay

    my site is a Flashgames site use wordpress https://www.g44g.com

    the problem when i click in page 2 to see the games in page 2 its not work and view 404page

    like
    https://www.g44g.com/page/2

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I still don’t know what you’re trying to display, but from the error it looks like you just need to add a table column in SQL.

    In SQL,

    • Select the table ‘wp_terms’
    • Create the column ‘term_order’
    Thread Starter kazamiza

    (@kazamiza)

    i want to display the next page in my site
    pagenavi
    1-2-3
    its dont work
    https://www.g44g.com/page/2

    and i now enter phpadmin
    and select wp-terms

    but how to create the columnn t.term_order

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Go to structure and you can add a new column (by the way it should be term_order, sorry).

    Thread Starter kazamiza

    (@kazamiza)

    andrew i make it bigint(10) ?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I really don’t know, try integer for now

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘page 2 don.t work !!’ is closed to new replies.