I get a warning for all the defined values in the template files. I solved the issue by giving them the value of the same name. Example:
define("contributor", "contributor");
instead of
define("contributor", null);
but there still a problem with some other variables such as: websitetitleinput, webaccessdateday, ..
any idea?