splitbrain / dokuwiki-plugin-statistics

Gather usage/view statistics of a DokuWiki
http://www.dokuwiki.org/plugin:statistics
6 stars 17 forks source link

Errors after editing tables #26

Closed jlAlice closed 9 years ago

jlAlice commented 9 years ago

I get errors after editing tables. It doesn't matter if i use the tabeledit plugin or edit a page in the edit page.

" DB Error: Table './xxxxx/stats_groups' is marked as crashed and should be repaired INSERT DELAYED INTO stats_groups (dt, type, group) VALUES ( NOW(), 'edit', 'admin' ),( NOW(), 'edit', 'user' ) "

xxxxx is my DB name

splitbrain commented 9 years ago

Your MySQL table is crashed and needs to be repaired.

jlAlice commented 9 years ago

Hardly, I got this error with the dokuwiki located on another server and another DB. And it keeps working, I get this error only if I edit tables in dokuwiki.

splitbrain commented 9 years ago

that error message is very clear. the table stats_group is marked as crashed by mysql.

jlAlice commented 9 years ago

Ok, thax! I cleaned stats_groups in DB. The error does not appear.