Advagg seems to prevent the select list on Commerce Kickstart 2 adress field checkout pane from showing via the select list of previously saved address fields. The select list is visible but changes have no effect on the address fields. When advagg is disabled it workes as expected.

Trying to debug gives as a result in watchdog:
Undefined index: href in advagg_mod_advagg_modify_css_pre_render_alter() (line 579 of /var/www/vhosts/xxx.xx/httpdocs/sites/all/modules/advagg/advagg_mod/advagg_mod.module).

As a non-techie I have no clue and advagg issues or Google do not help.
Any suggestions are highly appeciated.

CommentFileSizeAuthor
#3 advagg-2353657-2-fix-php-notice.patch791 bytesmikeytown2
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mikeytown2’s picture

Component: Code » AdvAgg Modifier

Issue seems to be from the advagg_mod_css_defer setting.

  • mikeytown2 committed f5d3ea1 on 7.x-2.x
    Issue #2353657 by mikeytown2: Fix php notice when using Deferred CSS...
mikeytown2’s picture

This patch should prevent that Undefined index issue; it's been committed. I'll need to install Commerce Kickstart 2 in order to test this out and understand why $values['#attributes']['href'] is missing.

Might be related to #2341561: Defer CSS option includes inline CSS as well.

mikeytown2’s picture

Status: Active » Fixed

Going to mark this as fixed. If this is still an issue when using the latest dev of advagg please re-open

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.