There seems to be some conflict with subpathauto module.

Basically subpathauto module converts user/[uid]/edit, node/[nid]/edit with custom path alias using token module, like profile/[username]/edit & articles/[title]/edit respectively.

User can no more select theme for their profiles after that. Just doesn't work. Also there is an error in the settings page saying

Undefined on lines

353 : ->condition('parent', $item['parent'])

and
374 : if ($item['enabled']) {

in themekey_build.inc file

Notice: Undefined index: enabled in themekey_rule_set() (line 374 of C:\Users\admin7\Desktop\Dev\d714zend\sites\all\modules\themekey\themekey_build.inc).
Notice: Undefined index: enabled in themekey_rule_set() (line 374 of C:\Users\admin7\Desktop\Dev\d714zend\sites\all\modules\themekey\themekey_build.inc).

Comments

denny84’s picture

Category: bug » support
denny84’s picture

Status: Active » Closed (works as designed)

Ok it works perfectly. Don't know what happened last time.

mkalkbrenner’s picture

Category: support » bug
Status: Closed (works as designed) » Needs work

Notice: Undefined index: enabled in themekey_rule_set() (line 374 of C:\Users\admin7\Desktop\Dev\d714zend\sites\all\modules\themekey\themekey_build.inc).

That's caused by a small bug.

mkalkbrenner’s picture

Title: Does not work with subautopath » Undefined index: enabled in themekey_rule_set()
Version: 7.x-2.2 » 7.x-2.x-dev
Status: Needs work » Fixed

Status: Fixed » Closed (fixed)

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

Anonymous’s picture

Issue summary: View changes

name changed to subpathauto