PBX Admin FATAL ERROR

Hi

I can’t access my FreePBX login as PBX Admin, I’m getting the following:

FATAL ERROR

DELETE FROM notifications WHERE module = ‘core’ AND id = ‘MEMLIMIT’ [nativecode=145 ** Table ‘./asterisk/notifications’ is marked as crashed and should be repaired]SQL -
DELETE FROM notifications WHERE module = ‘core’ AND id = ‘MEMLIMIT’

Trace Back

/var/www/html/admin/libraries/sql.functions.php:11 die_freepbx()
[0]: DELETE FROM notifications WHERE module = ‘core’ AND id = ‘MEMLIMIT’ [nativecode=145 ** Table ‘./asterisk/notifications’ is marked as crashed and should be repaired]SQL -
DELETE FROM notifications WHERE module = ‘core’ AND id = ‘MEMLIMIT’

/var/www/html/admin/libraries/notifications.class.php:95 sql()
[0]: DELETE FROM notifications WHERE module = ‘core’ AND id = ‘MEMLIMIT’

/var/www/html/admin/libraries/view.functions.php:24 notifications->delete()
[0]: core
[1]: MEMLIMIT

/var/www/html/admin/bootstrap.php:156 frameworkPasswordCheck()

/etc/freepbx.conf:9 require_once()
[0]: /var/www/html/admin/bootstrap.php

/var/www/html/admin/config.php:97 include_once()
[0]: /etc/freepbx.conf

Can anyone help?

There are several links if you google that that may be of help.

Here is one:

http://dev.mysql.com/doc/refman/5.0/en/myisam-repair.html

bottom line is you have a crashed SQL table that needs to be repaired…