I'm some what new using Drupal. I need some help. My site, http://www.campphotoshop.com/ started showing an error this afternoon. I looked at the logs. It appears that the problem started after the cron ran. I ran cron manually but that did not resolve the problem. I've looked at several things and can't seem to figure out how to resolve. Let me know if anyone has any ideas.

Here's the error:

user warning: Table './campphot_photoshop1/dru57_cache_page' is marked as crashed and should be repaired query: LOCK TABLES dru57_cache_page WRITE in /home/campphot/public_html/includes/database.mysqli.inc on line 151.
user warning: in /home/campphot/public_html/includes/database.mysqli.inc on line 151.

Comments

cog.rusty’s picture

You should do what the error message says. A table in your database, named dru57_cache_page, must be repaired.

- Open phpmyadmin and go to your database
- find that cache_page table and select it with a check mark
- scroll down to the selection box which says "With selected" and choose "Repair table".

I don't believe that had anything to do with cron. It was a random failure.