Hi,
I have Drupal 7.14, theme Mix and Match 7.x-1.0, Fusion Accelerator 7.x-2.0 beta1 and still I get an error message :

Notice: Undefined index: fusion_core in function fusion_apply_implements() (line: 278 in file ../sites/all/modules/fusion_accelerator/fusion_apply/fusion_apply.module).

Please advise how to correct the error, the error still do not see anyone.
Thanks

Comments

rezac’s picture

Category: support » bug
esmerel’s picture

Assigned: rezac » Unassigned

Is the error always present or only at certain times?

Anonymous’s picture

I have Drupal 7.14, theme Mix and Match 7.x-1.0, Fusion Accelerator 7.x-2.0 beta1
Every time I change the default theme, without fail I get one or more notices of the following error:
Notice: Undefined index: adaptivetheme in fusion_apply_implements() (line 278 of /home/gladiusm/public_html/sites/all/modules/fusion_accelerator/fusion_apply/fusion_apply.module).

silurius’s picture

Subscribing (same issue here).

silurius’s picture

After running into this issue and while updating modules to see if anything would change, I came across this note in the drupal 7.15 Release Notes

#1708722: Call to undefined function drupal_find_base_themes() in drupal-7.15/includes/module.inc on line 184: Call to undefined function drupal_find_base_themes() in drupal-7.15/includes/module.inc on line 184:
Under rare circumstances, upgrading to Drupal 7.15 may cause sites to experience a fatal error. This occurs for sites which have sub-themes in their filesystem and modules installed that perform unusual actions early in Drupal's bootstrap process (example: the Environment module). The Registry Rebuild script is also affected, although the latest development version is not. The root cause of the bug has been fixed in the 7.x-dev version of Drupal core, and a patch for Drupal 7.15 is available in the above-mentioned issue.

Edit: Didn't appear to improve the issue as I'd hoped, though.

silurius’s picture

[deleted]