• Resolved keengamer

    (@keengamer)


    Hi, another error from PHP log:

    Hi, another error just popep-up:

    WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ‘}.term_id = 332
    /* */
    order by wp_terms.name
    /* —————— /home/keen’ at line 20 for query /* —————— /home/keengamer/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedCategories.sql BEGIN —– */
    select wp_terms.term_id,
    wp_terms.name,
    wp_term_taxonomy.taxonomy,
    wp_term_taxonomy.count
    from vfgru_terms wp_terms
    left outer join vfgru_term_taxonomy wp_term_taxonomy
    on wp_terms.term_id = wp_term_taxonomy.term_id
    /* the recognizedCategories variable holds user defined taxonomies */
    where ( wp_term_taxonomy.taxonomy = ‘category’ or lower(wp_terms.name) in (”)
    or lower(wp_term_taxonomy.taxonomy) in (”) )
    and wp_term_taxonomy.count >= 1
    /* only include this line if an ID has been specified. e.g.
    and wp_terms.term_id = 74
    */ and {wp_terms}.term_id = 332
    /* */
    order by wp_terms.name
    /* —————— /home/keengamer/public_html/wp-content/plugins/404-solution/includes/sql/getPublishedCategories.sql END —– */
    made by require_once(‘wp-admin/admin.php’), do_action(‘settings_page_abj404_solution’), WP_Hook->do_action, WP_Hook->apply_filters, ABJ_404_Solution_View::handleMainAdminPageActionAndDisplay, ABJ_404_Solution_View->echoChosenAdminTab, ABJ_404_Solution_View->echoAdminEditRedirectPage, ABJ_404_Solution_PluginLogic->getPageTitleFromIDAndType, ABJ_404_Solution_DataAccess->getPublishedCategories

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Aaron

    (@aaron13100)

    Hey Karel,

    Thanks for catching this. I think this is fixed in version 2.19.6. Let me know.

    thanks

    Plugin Author Aaron

    (@aaron13100)

    I haven’t heard back on whether the error is still there so I’ll assume it’s fixed. Let me know if that’s not the case.

    thanks

    Thread Starter keengamer

    (@keengamer)

    Yeah, it seems that it has been fixed ;-).

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

The topic ‘Another PHP error’ is closed to new replies.