Hello,

I just set up a new site and installed my recent favorite set of tools: Omega + Omega Tools. I was going to create an Omega subtheme for the site, but I kept running into the following issue. When I would hit the "Finish" button, I would get the Access Denied page and the message that my changes had been saved successfully. I went through it several times and noticed that it puts the human name instead of the machine name in the path.

The offending line (99):

  $form_state['redirect'] = $subtheme->automated ? 'admin/appearance' : 'admin/appearance/omega-tools/edit/' . $subtheme->name . '/finished';

Should be:

  $form_state['redirect'] = $subtheme->automated ? 'admin/appearance' : 'admin/appearance/omega-tools/edit/' . $subtheme->machine_name . '/finished';

I'm not quite sure how to do a diff, otherwise I would attach a patch, but presumably this will help get it taken care of.

Thanks!

Sean

Comments

waverate’s picture

That works.

himerus’s picture

Assigned: Unassigned » himerus

Will investigate... thank you

himerus’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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