You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
hzhamad
changed the title
define the constants for correct the warnings is wrong
defining the constants for correct the warnings is wrong
Oct 29, 2021
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?
The text was updated successfully, but these errors were encountered: