Closed (duplicate)
Project:
Subdomain
Version:
7.x-2.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Dec 2011 at 23:28 UTC
Updated:
17 Mar 2016 at 03:58 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
bartezz commentedBug confirmed! Proposed change above tested and solves issue (sorry can't create a patch currently)
Cheers
Comment #2
ionut.stan commentedHello,
I ran into the same issue and I made the following change into the module:
On line 221 I added ['mode'] in front of ['subdomain_mode']['#default_value'] ... It seems that the array has one more dimension...
if ($form_state['values']['subdomain_mode'] != $form['mode']['subdomain_mode']['#default_value']) {
After this the error was gone...
Happy Drupal-ing :)
Comment #3
seehive commentedits working like magic :)
Comment #4
gopivignesh.m commentedHave created patch for this issue.
Comment #5
ohthehugemanatee commentedThis exact solution was committed in #1346858: Found 2 errors in the 7.x.-2.x-dev version. Closing as duplicate.