The following warnings occurred: | ||||||||||||||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
{ Missing Text } after update - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23) +--- Forum: UserSpice 4.4 (https://userspice.com/forums/forumdisplay.php?fid=27) +--- Thread: { Missing Text } after update (/showthread.php?tid=1442) |
RE: { Missing Text } after update - Brandin - 07-16-2019 You likely have some files that are outdated causing this issue - or a permission issue on your system making it unable to read the appropriate language files. RE: { Missing Text } after update - thanna - 07-16-2019 I found the problem! Line 25 in users/admin.php is include $abs_us_root.$us_url_root."users/includes/dashboard_language.php" But it should be include $abs_us_root.$us_url_root."users/lang/en-US.php"; RE: { Missing Text } after update - Brandin - 07-16-2019 Thanks for the confirmation and finding this problem. We'll need to look into this further. I'm not positive this modification is correct, even though it works. Can you please open a bug ticket at userspice.com/bugs so we can take a further look, and also make a note with your resolution? Thank you. |