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.
Read more
Continue reading...
Code: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:
-- XFDB=noForceAllWrite
INSERT INTO xf_attachment_view
(attachment_id, total)
VALUES
(? , 1)
ON DUPLICATE KEY UPDATE...
Read more
Continue reading...