FATAL Error Urgent Need Help

Hi,

How can i solve this error?

FATAL ERROR

SELECT keyword,data FROM iax WHERE id = ‘tr-peer-3’ ORDER BY flags, keyword DESC [nativecode=1030 ** Got error 134 from storage engine]SQL -
SELECT keyword,data FROM iax WHERE id = ‘tr-peer-3’ ORDER BY flags, keyword DESC

This is a MYSQL issue, you can try the mysqlcheck command to repair the database, also this seems to be a FreePBX system , and FreePBX issue are not supported here.

I assume its FreePBX. you can use fwconsole restart or
mysqlcheck -u root -p --auto-repair --check --all-databases to resolve the issue.