Hello !

After an upgrade from drupal 6.22 to drupal 7, and after the upgrade of your module, I got some strange errors.

When I rebuild the permissions of all modules, it says that 'book_access_author' doesn't exist in my database. I looked and really I haven't this table in my database.

Must I re run update.php again ?

Here is the error code :
An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows. Path: /drupal-6.20/batch?id=340&op=do StatusText: Service unavailable (with message) ResponseText: PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'FrantiqV12.book_access_author' doesn't exist: SELECT * FROM {book_access_author} WHERE nid = :nid; Array ( [:nid] => 25 ) in BookAccess::getGrantRecords() (line 362 of /var/www/drupal-6.20/sites/all/modules/book_access/book_access.module).

Thanks !

Comments

Anonymous’s picture

Title: 'book_access_author' doesn't exist in database » 'book_access_author' doesn't exist in the database
Darknight’s picture

Did you ever solve this problem?

thelee’s picture

Status: Active » Postponed (maintainer needs more info)
thelee’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)