Warning : file_get_contents(themes/omega/ohm/libraries/html5shiv/html5shiv.js): failed to open stream: No such file or directory in _locale_parse_js_file() (ligne 1488 in /home/trahisons/www/includes/locale.inc).
Warning : file_get_contents(themes/omega/ohm/libraries/html5shiv/html5shiv-printshiv.js): failed to open stream: No such file or directory in _locale_parse_js_file() (ligne 1488 in /home/trahisons/www/includes/locale.inc).

Comments

dquintard’s picture

library directory is missing too

fubhy’s picture

Status: Active » Closed (works as designed)

Yes, that's working as intended (TM). The libraries can't be hosted on d.o due to licensing issues. Hence, they will be downloaded into your subtheme when you create it. You are simply not supposed to directly enable and run Ohm or Omega as your theme. Omega is a base theme, not a stand-alone theme. And Ohm is a demonstration theme.

The libraries will be automatically downloaded to your subtheme when you create your subtheme with drush:

drush omega-wizard

That will execute a make file which will download the libraries to your theme.

fubhy’s picture

Note too: Do not use Ohm on production sites. It's a demonstration theme as mentioned before. It's just there for documentation purposes or to play around with it. It's not supposed to be used as a production base theme.

dquintard’s picture

Thank you very much @fubhy.