This is similar to the issue in the following link > http://drupal.org/node/1659206

Only this time the culprit seems to be the following file: preprocess-page.inc

In that file there is one line that seems to reset all variables and disrupts MEDIAFRONT from running properly. It is as follows:

$vars['jqm_scripts'] = jquerymobile_ui_load_files($vars);

Whenever I comment this line out the theme goes away but MEDIAFRONT works as expected. Obviously this is not a proper fix as the theme no longer works. However, my assumption is that manipulation of the vars is somehow upsetting the settings for MEDIAPLAYER.

Please take a look at this.

Comments

lvto2000’s picture

HELP?!