Closed (fixed)
Project:
ThemeKey
Version:
7.x-2.x-dev
Component:
Code / API
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jul 2012 at 16:55 UTC
Updated:
7 Aug 2012 at 16:11 UTC
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
Comment #1
denny84 commentedComment #2
denny84 commentedOk it works perfectly. Don't know what happened last time.
Comment #3
mkalkbrennerThat's caused by a small bug.
Comment #4
mkalkbrennerComment #5.0
(not verified) commentedname changed to subpathauto