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
problems 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: problems after update (/showthread.php?tid=1467)

Pages: 1 2


RE: problems after update - Brandin - 06-25-2019

Did you adjust your files to use the init and template prep? If not - that is your issue.


RE: problems after update - dirk - 06-25-2019

(06-25-2019, 12:22 PM)Brandin Wrote: Did you adjust your files to use the init and template prep? If not - that is your issue.

Thks for your msg. Yes i tried all i could read from the threat here. Put it in variaous files and removed it, tried to sort it out with firefox to as i thought it could be a CSS issue eventually but nothing worked yet.

I also removed the template i work with and used the default one just to see if that changes anything. I found the string itself but i could not get rid of it yet. Pls see enclosed and thanks for your help in advance. beside that all is nearly perfect.


RE: problems after update - dirk - 07-04-2019

Please investigate and come back - thanks


RE: problems after update - mudmin - 07-05-2019

Sorry for the slow response. I'm on vacation. The {{missing text}} means that whatever language file you are using does not have the key for that menu.

Are you set to English or another language?

I may see if there is any way that I can get credentials and login to see what the problem is myself. A few people have this problem, but I never seem to have enough information to know what's causing it. My first thought is that when you upgraded, your custom files are not calling the right includes.

So right below your line that calls to the users/init.php file,
instead of includes to header.php and navigation.php there should only be one include that looks like this...
require_once $abs_us_root.$us_url_root.'users/includes/template/prep.php';

Some people miss this step in the instructions when they do a lot of updates at once.