Closed (outdated)
Project:
Drupal core
Version:
7.x-dev
Component:
base system
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
23 Jan 2012 at 07:41 UTC
Updated:
22 Jun 2015 at 22:01 UTC
Jump to comment: Most recent
Comments
Comment #1
scuba_flyhaving the same issue after downloading 7.x-1.2 and enabling it.
Whole site stops from functioning and can't enable or disable any module anymore.
changing it to a major issue because after installing this module you can't use your site anymore and it occurs with the 1.2 ( latest non dev version )
Only way to get site using again is removing the profile2 directory on your server.
Comment #2
david.gil commentedSame here also in dev version in a new installation.
Database tables in profile2_schema are not being created.
Comment #3
david.gil commentedIt not happens in a clean D7... :((
Comment #4
Ashlar commentedI encountered this problem after installing this patch in post #89 to several .inc files in the Core to hopefully fix the my Profile2 issue which relates to another Profile2 issue
After manually placing the patch I download and enable Profile 2 (Jan 3 version), but now get this error:
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'crhub.profile_type' doesn't exist: SELECT p.* FROM {profile_type} p; Array ( ) in profile2_entity_info() (line 46 of C:\Documents and Settings\Compaq_Administrator\My Documents\_web\CR\sites\all\modules\profile2\profile2.module).Comment #5
socialnicheguru commented@David.gil mine was a clean D7 install
Comment #6
g76 commentedsame here fresh install 7.10
Comment #7
markwk commentedI had a similar issue with profile2 error crashing an installation profile. I've removed a ton of the modules from the installation profile including some features that have profile2 + fields. I'm still debugging forward. But my feeling is that this not a simple error with profile2 but an interaction with other stuff.
Comment #8
markwk commentedOk. The installation issue in my case was related to UUID. Upgrades to latest versions seems to have fixed the error on installation
Comment #9
wbobeirne commentedStill getting this issue. Tried downloading latest UUID, nothing happened. I never even had the module enabled in the first place.
Comment #10
rlmumfordI seem to find that this happens if I enable profile2 with drush, but is less likely to happen if I enable it through the UI.
In particular if you have any module that defines an entity with bundles in a similar way to profile2 i.e.
enabling this module with module_enable() will cause this problem.
I've noticed this with at least 2 modules that implement bundles this way. This happens frequently when the module is installed with drush, but it has also occurred when the call to
module_enable()is inside another module's update hook.Because this problem isn't limited to profile2 I'm going to mark this as a bug in core.
Comment #11
cilefen commentedThe issue is major because it is limited in scope, not a system-wide release blocker.
In order to call attention to the problem, the issue summary needs clear steps to reproduce.
Comment #12
cilefen commented