·
Added a discussion

Please my website has been experiencing a downtime for more than 2 days. I didn't carry out any activity whatsoever for months. It's a sudden development. The error message is:

xxxxxxx

Database error in CitiMEMO

Query:

INSERT INTO `sys_storage_tokens` SET `id` = ?, `object` = ?, `hash` = ?, `created` = ?

Mysql error:

Table './citimemo_nig500/sys_storage_tokens' is marked as crashed and should be repaired

Location:

The error was found in query function in the file /home2/citimemo/public_html/inc/classes/BxDolStorageQuery.php at line 237.

xxxxxxxxxx

I need help to resolve this. Thanks

  • 3916
Comments
    • Hello @DeDiary

      In similar cases, you need to run the following query in your MySQL management tool:

      REPAIR TABLE `storage_tokens`;

      • Thank you bro.

        • @DeDiary Hi, can you please share how you got to see the actual error, I am only seeing the error message same as in your screenshot? I'm having issues with the points system page points-actions failing to load, reistalling is not helping and I'm launching my community tomorrow, ugh..

          • I think that error message was sent to my admin email. Database error could be caused by lots of different issues and the cause my be identified before any remedy could be applied.

            So apart from the email generated automatically, the are error log file you could check through the cpanel to get a clue on the source.

            Login or Join to comment.