on install:

PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'admin_mma.browscap' doesn't exist: DELETE FROM {browscap} WHERE (useragent = :db_condition_placeholder_0) ; Array ( [:db_condition_placeholder_0] => DefaultProperties ) in _browscap_import() (line 150 of /home/admin/public_html/mma/sites/all/modules/browscap/import.inc).

Comments

liquidcms created an issue. See original summary.

AohRveTPV’s picture

The browscap table should be created when the module is enabled per browscap.install:browscap_schema(). I am not sure how that table would become missing.

Have you tried disabling, uninstalling, then enabling? I think that may rectify.

AohRveTPV’s picture

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

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