I've been encountering an error whenever I try to search the forum. I'm not sure if it's on my end or not, but I figured I'd make a post to see if anyone else is encountering the same issue.
This is the error message I'm receiving:
Phorum Database Error
Sorry, a Phorum database error occurred.
Please try again later!
Error:
Can't create table 'phorum_search_ft_abfd90ccee278f9c155f9c106668e9ed' (errno: 28) (1005): CREATE TEMPORARY TABLE phorum_search_ft_abfd90ccee278f9c155f9c106668e9ed ( KEY (message_id) ) ENGINE=HEAP SELECT message_id FROM phorum_search WHERE MATCH (search_text) AGAINST ('+arduino' IN BOOLEAN MODE)
Backtrace:
Function phorum_database_error called at
{path to Phorum}/include/db/mysql/mysqli.php:212
----
Function phorum_db_interact called at
{path to Phorum}/include/db/mysql.php:1778
----
Function phorum_db_search called at
{path to Phorum}/search.php:236
----