The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/printthread.php(287) : eval()'d code 2 errorHandler->error
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



UserSpice
{ 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)

Pages: 1 2 3


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.