emagin
06-05-05, 07:38 AM
Just upgraded to DP 2.01 from 1.0x
I cannot seem to create new system users.
When I click on SUBMIT button I get a JS error:
Error: form.contact_birthday has no properties
Source File: http://dotproject.site.com/index.php?m=admin&a=addedituser&user_id=5
Line: 145
Seems to be this:
} else if (form.contact_birthday.value.length > 0) {
dar = form.contact_birthday.value.split("-");
If you have any suggestions as to what I might do pls let me know
I cannot seem to create new system users.
When I click on SUBMIT button I get a JS error:
Error: form.contact_birthday has no properties
Source File: http://dotproject.site.com/index.php?m=admin&a=addedituser&user_id=5
Line: 145
Seems to be this:
} else if (form.contact_birthday.value.length > 0) {
dar = form.contact_birthday.value.split("-");
If you have any suggestions as to what I might do pls let me know