Closed (fixed)
Project:
Commerce Kickstart
Version:
7.x-2.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 Sep 2012 at 12:13 UTC
Updated:
5 Nov 2012 at 21:40 UTC
Commerce Kickstart help call for teaser function which is part of commerce kickstart service providers module therefore a dependency should be added.
Add it's dependencies to
modules/commerce_kickstart/commerce_kickstart_help/commerce_kickstart_help.info
name = Commerce Kickstart help
description = Provides in-distribution help for Commerce Kickstart.
core = 7.x
package = Commerce Kickstart
dependencies[] = advanced_help
dependencies[] = commerce_kickstart_service_providerNote that I've added the package info to the above as it should have.
Comments
Comment #1
naga909 commentedRequired modules Required modules not found.
The following modules are required but were not found. Move them into the appropriate modules subdirectory, such as sites/all/modules. Missing modules: Commerce_kickstart_inline_help, Commerce_kickstart_service_provider
Comment #2
bojanz commentedcommerce_kickstart_inline_help is in profiles/commerce_kickstart/modules/commerce_kickstart/commerce_kickstart_help/commerce_kickstart_inline_help
commerce_kickstart_service_provider is in profiles/commerce_kickstart/modules/commerce_kickstart/commerce_kickstart_service_provider.
The only way you could be missing them is if you tried to move the folders around (which you should never do).
Further more, you're posting in an unrelated issue. #1801306: Missing modules might be a better match.
Comment #3
bojanz commentedI just checked, this dependency was already added.