Failed to create a table for task queue
-
Hello, me & a friend are trying to set up a test-chatbot for a project. We’ve run into an issue while trying to activate the watson plugin. So far we’ve managed to launch it on the website, however the input isn’t being processed. After checking the logs it appears to be an issue related to the database (?).
Below is an excerpt from the log file, most of the errors are of these 3 types.
{ "id": 916, "p_message": "Function call", "p_details": "{\n \"file\": \"\\\/var\\\/www\\\/html\\\/wp\\\/wp-content\\\/plugins\\\/conversation-watson\\\/includes\\\/storage.php\",\n \"line\": 600,\n \"function\": \"perform_select\",\n \"class\": \"WatsonConv\\\\Storage\",\n \"type\": \"::\",\n \"args\": [\n \"task_runner_queue\",\n null,\n [\n \"id\",\n \"p_callback\",\n \"p_data\",\n \"p_status\",\n \"UNIX_TIMESTAMP(s_created) AS s_created\"\n ],\n null,\n 5,\n null\n ]\n}", "p_event": "5c9368d319c1a", "s_created": 1553164499 }, { "id": 915, "p_message": "SELECT from nonexistent table", "p_details": "task_runner_queue", "p_event": "5c9368d319c1a", "s_created": 1553164499 }, { "id": 914, "p_message": "Task runner initialization failed", "p_details": "Failed to create a table for task queue", "p_event": "5c9368d30f891", "s_created": 1553164499 }
The page I need help with: [log in to see the link]
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Failed to create a table for task queue’ is closed to new replies.