Quote:
Originally Posted by
ossipenko
In my case it was Parsing errors in language files in: templates/yougrids/language/en-GB/en-GB.tpl_yougrids.ini : error(s) in line(s) 7, 8, 12, 25, 28, 29, 30, 31, 32, 35, 40, 41, 43, 65, 67, 81, 83, 95, 97, 131, 134, 155, 157, 168, 171, 212, 216
and in the same file copy in site/language/en-GB/en-GB.tpl_yougrids.ini
In this strings are several type of errors:
1) # instead ; in comment strings,
2) needless spaces and ? in words like: NO ACCOUNT YET?="No Account Yet?" instead of NO_ACCOUNT_YET="No Account Yet?"
3)and strings like this STYLE_SETTINGS_TAB ="<div class="yjsgdetial"> Adjust your template style</div>" better make like: STYLE_SETTINGS_TAB ="Adjust your template style"
Totally file consist 27 parsing errors
I think you guess that to do if you inspect this strings. It's not difficult.
PS. Yougrids works normal at some Servers. I have problems with local server XAMPP but it works normal at remote server
PS2: I very easy find the solution when I switch on "Debug system" and "Debug language" in Adminpanel/Site/Global configuration/System
Hope I help somebody
. Ok il go through those and apply fixes ,
as you noticed on some servers works fine , so i say it is xml parsing on the server. on my wamp and live servers I had no lang issues . but to make it clear il check for those and update the files , again