The files used are from Commerce_kickstart-7.x-2.0-alpha-core installed on my site.
I'm at the step 5, install profile and warning are display, which I imagine don't kill the installation. But below the warning bloc the following is displayed:
Notice: Undefined index: delete terms in 11 in user_role_grant_permissions() (line 3032 of /homepages/9/d153489178/htdocs/Drupal/modules/user/user.module
SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'module' cannot be null
Kickstart is trying to install 133 modules. Below is the function:
function user_role_grant_permissions($rid, array $permissions = array()) {
$modules = user_permission_get_modules();
// Grant new permissions for the role.
foreach ($permissions as $name) {
db_merge('role_permission')
->key(array(
'rid' => $rid,
'permission' => $name,
))
->fields(array(
'module' => $modules[$name], (bombs here line 3032)
))
->execute();
}
// Clear the user access cache.
drupal_static_reset('user_access');
drupal_static_reset('user_role_permissions');
}
In the db the Table structure for table `KS_role_permission` has 249 entries, they all look ok to me.
I have no idea how to solve this problem, but maybe there is knowledge out there in the cloud.
Any help is greatly appicated. I think I'm all most there with the installation, if I can get over this problem.
Comments
Comment #0.0
GrayRyder commentedMore detail description of the problem
Comment #1
guguss commentedCan you retest with the latest dev version (we've made lots of improvements with the installation performances) ?
If still not, what environment are you working with ?
Comment #2
GrayRyder commentedThanks, thaks, GuGuss, I been trying to get it up and running for a couple of weeks.
Installed Development releases: Version 7.x-2.x-dev date 2012_jul-05 and its up and running. Received many of the following errors :
An error has occurred.
Please continue to the error page
An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: http://drupal.dergroup.net/install.php?profile=commerce_kickstart&locale... StatusText: OK ResponseText: Home | Ecommerce Store @import url("http://drupal.dergroup.net/modules/system/system.base.css?m6ph0l"); @import url("http://drupal.dergroup.net/modules/system/system.messages.css?m6ph0l"); @import
etc
All the help & messages are in a language I don’t understand.
Lorem ipsum dolor sit
is there an english version?
Comment #3
joshmillerFor more information about "Lorem ipsum" see this wikipedia entry...
http://en.wikipedia.org/wiki/Lorem_ipsum
:D This is placeholder text. Help and messages are being worked on.
Comment #4
jsacksick commentedComment #4.0
jsacksick commentedInstall failed