When trying to enable the module on a new installation, I get the following error.
DatabaseSchemaObjectExistsException: Table profile_role already exists. in DatabaseSchema->createTable() (line 652 of /home/billboar/public_html/profile-test/includes/database/schema.inc).
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 1391416-profile_role-installing.patch | 459 bytes | geoffray |
Comments
Comment #1
vip_sa commentedSubscribe
Comment #2
liquidcms commentedi go this error as well when installing; but the table was built anyway.
although still haven't gotten the module to do anything. my guess would be it is not functional yet
Comment #3
sorensong commentedSame error.
Comment #4
pafla commentedStill the same
Comment #5
warmth commentedWaiting for a solution...
Comment #6
geoffray commentedJust remove hook_install and hook_uninstall from profile_role.install, since Drupal 7.x you must not explicitly call drupal_install_schema anymore, everything is done automatically at module install time.