Topic: Uknown field underneath member login?
Hello everyone,
I'm having a slight problem where in my site it says underneath member login, in the search bar where its suppose to say login, it says "Uknown field".
Any ideas on how to fix this?
Thanks
You are not logged in.
Hello everyone,
I'm having a slight problem where in my site it says underneath member login, in the search bar where its suppose to say login, it says "Uknown field".
Any ideas on how to fix this?
Thanks
Sounds like you're using a template that's out of date with the current system, or at least the latest language file.
If you look in the language file you will see entries such as
"error_page" =>
"Error",
The template contains the entry "error_page" and replaces that with "Error"
If your language file does not have a translation for that entry, it defaults to "Uknown field" (incorrectly spelt, by the way, it should be "Unknown")
You need to fix your language file and add whatever it is that's missing, eg.,
"login_header" =>
"Member login",
in lang.core.php, or whatever file it's missing from.
Do you also think that using a 2.5.6 template with a 2.5.5 system could be causing this problem? Should I perform an update?
Performing an update is a choice only you can make, otherwise, just try to find out what's different or missing between the two language files.
You'll have to go through the template, looking for stuff like {lang:"login","username"} and see if it's missing from your 2.5.5 language file
Thank you fatlizard, but the problems been solved. It was a matter of a update to the server.