With CSS aggregation on I get warnings:

    Warning: strpos() expects parameter 1 to be string, array given in file_uri_scheme() (regel 200 van /home/planum/domains/domain.nl/public_html/drupal-7/includes/file.inc).
    Warning: mb_substr() expects parameter 1 to be string, array given in drupal_substr() (regel 518 van /home/planum/domains/domain.nl/public_html/drupal-7/includes/unicode.inc).
    Warning: rawurlencode() expects parameter 1 to be string, array given in drupal_encode_path() (regel 640 van /home/planum/domains/domain.nl/public_html/drupal-7/includes/common.inc).
    Warning: strpos() expects parameter 1 to be string, array given in file_uri_scheme() (regel 200 van /home/planum/domains/domain.nl/public_html/drupal-7/includes/file.inc).
    Warning: mb_substr() expects parameter 1 to be string, array given in drupal_substr() (regel 518 van /home/planum/domains/domain.nl/public_html/drupal-7/includes/unicode.inc).
    Warning: rawurlencode() expects parameter 1 to be string, array given in drupal_encode_path() (regel 640 van /home/planum/domains/domain.nl/public_html/drupal-7/includes/common.inc).
    Warning: strpos() expects parameter 1 to be string, array given in file_uri_scheme() (regel 200 van /home/planum/domains/domain.nl/public_html/drupal-7/includes/file.inc).
    Warning: mb_substr() expects parameter 1 to be string, array given in drupal_substr() (regel 518 van /home/planum/domains/domain.nl/public_html/drupal-7/includes/unicode.inc).
    Warning: rawurlencode() expects parameter 1 to be string, array given in drupal_encode_path() (regel 640 van /home/planum/domains/domain.nl/public_html/drupal-7/includes/common.inc).
    Warning: strpos() expects parameter 1 to be string, array given in file_uri_scheme() (regel 200 van /home/planum/domains/domain.nl/public_html/drupal-7/includes/file.inc).
    Warning: mb_substr() expects parameter 1 to be string, array given in drupal_substr() (regel 518 van /home/planum/domains/domain.nl/public_html/drupal-7/includes/unicode.inc).
    Warning: rawurlencode() expects parameter 1 to be string, array given in drupal_encode_path() (regel 640 van /home/planum/domains/domain.nl/public_html/drupal-7/includes/common.inc).

The warnings are gone with CSS agregation off or with the Corolla or Bartic theme as default.

I am using AT Core 7.x-3.1, Corolla 7.x-3.0-rc1 and Footheme 7.x-3.0-rc1. Also tried the dev version of Foottheme.

Is this a settings issue or a litle bug?

Comments

Jeff Burnz’s picture

What has this got to do with the theme?

Anonymous’s picture

Thanks for the fast respons.

It seems theme related: aggregation, combining CSS files, is a normal setting to use for operational sites.

Using default Footheme gives the warnings, using other themes (Corolla for example) gives no warnings. My prudent conclusion: Footheme related or an incorrect footheme setting.

Anonymous’s picture

I am testing on a clean Drupal install. I wil come back with the results, may be it is another module or ...

Anonymous’s picture

Status: Active » Closed (works as designed)

Found it: not Footheme related. Closing this issue.

The problem was module aggregate cache. A test leftover, I did not realise that it was switched on.
Thanks for the "What has this got to do with the theme?" reaction, that triggerd me to deeper searching.