Plugin Author
Aaron
(@aaron13100)
Hey Karel,
Thanks for letting me know about the error. It doesn’t look like it’s interfering with the main functionality. I’ll include a fix for it in the next version (when I get a chance).
cheers
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
Plugin Author
Aaron
(@aaron13100)
Hey Karel,
Thanks for letting me know. Please start a new thread for a new error message.
thanks
Plugin Author
Aaron
(@aaron13100)
I think this error (Parameter must be an array or an object that implements Countable) will be handled differently in the most recent version. It should now include an error only in the debug file and not in the php error file. That way it will be emailed to me by participants in the “email the developer” option and I can investigate further.
Let me know if it still appears in the PHP error log.
thanks
Plugin Author
Aaron
(@aaron13100)
I haven’t heard back on whether the error is still there so I’ll assume it’s fixed. Please open a new thread if the error reappears.
thanks