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).

CommentFileSizeAuthor
#6 1391416-profile_role-installing.patch459 bytesgeoffray

Comments

vip_sa’s picture

Subscribe

liquidcms’s picture

i 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

sorensong’s picture

Same error.

pafla’s picture

Still the same

warmth’s picture

Waiting for a solution...

geoffray’s picture

Issue summary: View changes
StatusFileSize
new459 bytes

Just 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.