Not sure if I'm missing something with the installation. Omega is kind of new for me so I'm still learning how it all works. I also mentioned this in another issue drupal.org/node/1951708, but there has been no response. After a while I thought I should start a new issue since the other issue was for the dev version. I'm not sure if this makes it a duplicate. If so, feel free to immediately close this one. I'm just really hoping it get resolved so I can use Omega.

To install a sub theme I did: drush @alias omega-subtheme "Theme"

Then when I create and enable a Views Slideshow/jCarousel block (that loads 10 images) I see the warning printed 11 times.

Warning: implode(): Invalid arguments passed in template_process() (line 2422 of /home/pierce/www/taa/includes/theme.inc).

The slideshow works fine, without any warnings, with Basic or Zen. Omega was my first choice but I'll probably use Basic for this particular site if I can't resolve it within Omega.

Views modules being used:
views_slideshow
views_slideshow_cycle
views_slideshow_jcarousel

Comments

msmithcti’s picture

Status: Active » Closed (duplicate)

This is an issue with the module rather than Omega, which was using strings for classes in the attributes and classes arrays. It just happens that when using Omega warnings are generated. I've posted a patch to the module at #1996530: Omega 4 and Jcarousel throw "warning: implode()" which fixes the issues.

zerorez’s picture

I had a feeling that it was probably something else and not Omega since it seemed to be only when certain modules were installed or active on a page.

Thanks for this. I'll test it out on the project in question as soon as I get a chance.