Active
Project:
Profile role
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jan 2012 at 23:24 UTC
Updated:
21 Jan 2016 at 13:42 UTC
Jump to comment: Most recent, Most recent file
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.