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


{ Missing Text } after update - LBC - 04-17-2019

Hi,

I just updated from 4.4.04 to 4.4.09 using the Cumulative Update, and now it says in my usersc/login.php: { Missing Text } after the fa-fa-wrench (for "forgot password").

It should get its info from <?=lang("ACCOUNT_FORGOTPASS","");?> but somehow it doesn't.

Any ideas how to fix this?


RE: { Missing Text } after update - mudmin - 04-17-2019

Did you run users/update?
There are database updates that have to happen.


RE: { Missing Text } after update - mudmin - 04-17-2019

The other option is that your template is modified in a way that doesn't support the language features. If your template is barely modified I would steal all the navigation stuff from the template you originally forked..


RE: { Missing Text } after update - LBC - 04-17-2019

Hi Mudmin, yes I did run the update.

I will check my template (which is pretty heavily modified) though, but I don't see how my template could affect the usersc/login.php as they do not seem connected.

What is odd though, I have the same website running on another domain (which i also updated to check if it works) and there it doesnt show the password reset function at all (no wrench or text).
And all the settings are the same.


RE: { Missing Text } after update - LBC - 04-18-2019

Mudmin? Any ideas?


RE: { Missing Text } after update - mudmin - 04-18-2019

You could send me a copy of your template?


RE: { Missing Text } after update - LBC - 04-20-2019

Sure, which part and how?


RE: { Missing Text } after update - LBC - 05-23-2019

I found out what was causing this issue Mudmin.

In the usersc/login.php it said:  <?=lang("ACCOUNT_FORGOTPASS","");?>
And in the users/login.php it said: <?=lang("SIGNIN_FORGOTPASS","");?>

I changed the usersc and now the Forgot Password text is there again Smile


RE: { Missing Text } after update - mudmin - 05-23-2019

Awesome! Good to know.


RE: { Missing Text } after update - thanna - 06-06-2019

I'm having a similar problem where lang() is not parsing the text in _email_adminPwReset.php

The weird thing is that it seems to work fine everywhere but on, and related to, the single user view of the admin dash board.