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

Status
This content is read-only, or is not open for further replies.

mcatze

Guest
offline
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...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom