Various errors when enabling the module on Drupal 4.4.1. Seems mostly ok untill I try to view the node's statistics, or in other cases in random. When I disable/rename this module, things go back to normal.

Some of the error messages:

user error: Got error 127 from table handler
query: DELETE FROM cache WHERE expire <> 0 in /hsphere/local/home/usharf/usharf.com/includes/database.mysql.inc on line 97.

warning: mysql_query(): Unable to save result set in /hsphere/local/home/usharf/usharf.com/includes/database.mysql.inc on line 80

Comments

usharf’s picture

I've tested a little bit more. It seems this module messes up the cache and sessions table thus causing all of this error when module enabled. It's not enough to disable, I've needed to repair the table as well to get rid of the errors.

Uri

jeremy’s picture

Assigned: Unassigned » jeremy

This happened when enabling the bookreview.module, or another module?

I am running the bookreview.module on 4.4.1 without any problems at all. The module does not use/modify the cache nor the sessions table, and therefor I do not see how it could cause the problems you have reported.

You say "Seems mostly ok untill I try to view the node's statistics". What are you doing to view the node's statistics? I've enabled the access log, and view counters. They all update correctly, and the node's access log displays without errors. I have certainly not seen any corruption.

Please provide a detailed description of how you installed/configured the bookreview.module.

jeremy’s picture

Also, what other modules do you have enabled?

jeremy’s picture

I'm completely unable to duplicate this, nor can I see how the module could possible cause the problems described. I'm guessing you had other modules installed that were causing your problems.

Marking fixed, for lack of a better status option.

Anonymous’s picture