RSS Feed/News MySQL statement prepare error [1030]: Got error 194 "Tablespace is missing for a table" from storage engine InnoDB

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
31,393
Points
823

Reputation:

When i want to watch a media from the gallery or as an attachment, the media cannot found. And igot this error in the admin cp.

XF\Db\Exception: MySQL statement prepare error [1030]: Got error 194 "Tablespace is missing for a table" from storage engine InnoDB
src/XF/Db/AbstractStatement.php:225
Click to expand...
Code:

Code:
-- XFDB=noForceAllWrite
            INSERT INTO xf_attachment_view
                (attachment_id, total)
            VALUES
                (? , 1)
            ON DUPLICATE KEY UPDATE...

Read more

Continue reading...
 
Status
Not open for further replies.
Top