You can install WeatherFacti without Profile enabled, but you get an error related to profile_load_profile() when accessing Blocks. Enabling Profile fixes this, so you might want to add
dependencies[] = "profile"
to weatherfacti.info
You can install WeatherFacti without Profile enabled, but you get an error related to profile_load_profile() when accessing Blocks. Enabling Profile fixes this, so you might want to add
dependencies[] = "profile"
to weatherfacti.info
Comments
Comment #1
avpadernoThe alternative is to change the code so it first checks if the module is enabled, if weatherfacti.module is able to work also without the other module.
Comment #2
avpadernoI am closing this issue, which is for a not supported Drupal version.