Warnings popped up when editing a block:

Warning: file_get_contents(sites/all/themes/acquia_marina/js/jquery.corner.js) [function.file-get-contents]: failed to open stream: No such file or directory in drupal_build_js_cache() (line 4841 of /var/www/htdocs/dsewers/includes/common.inc).
Warning: file_get_contents(sites/all/themes/acquia_marina/js/acquia-marina-script.js) [function.file-get-contents]: failed to open stream: No such file or directory in drupal_build_js_cache() (line 4841 of /var/www/htdocs/dsewers/includes/common.inc).

Those files aren't in the 7.x-2.0-beta1 install. They're not in acquia_marina-7.x-2.x-dev.tar.gz, either (but I don't know if they're needed). I got them from acquia_marina-7.x-1.0-rc3.tar.gz to correct the problem.

Comments

esmerel’s picture

Are you using 7.x-2.x and Fusion accelerator? It sounds like you're possibly mixing versions.

nilashis’s picture

i had the same problem - and solved it the same way as detailed above. Version numbers above are the same for me. Error message does not always appear, intermittent.

dnmurray’s picture

fusion_accelerator 7.x-2.0-beta1, but I'm not sure why a module would put a javascript directory in a theme.

eliosh’s picture

Same here.
Those are version installed:

$ drush pm-list | egrep "(fusion|marin)"
 Fusion Accelerator             Apply skins (fusion_apply)                       Module  Enabled        7.x-2.0-beta1
                                (fusion_apply_rules)
 Fusion Accelerator             Apply skins UI (fusion_apply_ui)                 Module  Enabled        7.x-2.0-beta1
 Fusion Accelerator             Fusion grid tools (fusion_accelerator)           Module  Enabled        7.x-2.0-beta1
 Fusion Accelerator             Fusion labels (fusion_labels)                    Module  Enabled        7.x-2.0-beta1
                                (fusion_responsive_ie)
 Altro                          Acquia Marina (acquia_marina)                    Theme   Enabled        7.x-2.0-beta1
 Altro                          Fusion Core (fusion_core)                        Theme   Disabled       7.x-2.0-beta2
 Altro                          Fusion Starter (fusion_starter)                  Theme   Disabled       7.x-2.0-beta2
 Altro                          Fusion Starter Lite (fusion_starter_lite)        Theme   Disabled       7.x-2.0-beta2
eliosh’s picture

Status: Active » Closed (duplicate)

This is a duplicate of this: http://drupal.org/node/1422988