Closed (fixed)
Project:
Domain
Version:
6.x-2.0-rc7
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Jun 2009 at 10:16 UTC
Updated:
27 Jun 2009 at 10:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
sn0rcha commentedTags got ommited.. should read;
"You are viewing 'domain'. This form may need to be entered from 'primary domain'"
Where 'domain' is my domain and 'primary domain' is the primary domain.
Comment #2
bennos commentedsame problem, after update from RC6 to RC 7.
no config changes.
Comment #3
agentrickardThis message should only be displayed on form pages -- it is implemented through hook_form_alter() -- and does not appear on default Drupal.
Are you using some module or custom code that causes a form to appear on these pages?
For debugging, watch the function
domain_warning_check().These are the forms on which this message should appear by default:
Comment #4
mischan commentedI think the reason for this message always showing up is that you are using the assignment operator instead of the comparison (==) in the if where you check for the form_id = 'domain_batch_form'. After changing it in domain_warning_check to "==" everything works fine.
Comment #5
agentrickardI hate typos. Dammit.
Comment #6
agentrickardAfter a day or two, I'll roll a new rc, or maybe a point release.
Comment #7
sn0rcha commentedThanks for the responses guys, glad it wasn't just me!
Applied the patch, working a treat. Thanks again for such a wonderful module!
Comment #8
VinceW commentedJust another confirmation to let you guys know you where on the right track.
Had the same message. Applied the patch on RC7 today. Worked like a charm.
Tnx for all the fab. work agentrickard
You have a gem in your hands and making it into a jewel :-)
Best,
VinceW
-=[ Your Information Matters ]=-
Comment #9
rornelas commentedAre there instructions or a file name that needs to be changed? Looking to apply the fix to my sites as well, but am not sure which file needs to be updated. thanks
Comment #10
mischan commented@rornelas: http://drupal.org/patch/apply