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



UserSpice
Undefined variable - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23)
+--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26)
+--- Thread: Undefined variable (/showthread.php?tid=294)



Undefined variable - picassoo - 10-01-2016

Notice: Undefined variable: str in C:\xampp\htdocs\helpers\us_helpers.php on line 515
No language key found. why ????


Undefined variable - picassoo - 10-01-2016

I fix the problem, in helpers/us_helpers.php rong == I need one not two

<pre>
Code:
//Ensure we have something to return

    if($str == ""){ // here problem fix................ one =

        return ("No language key found ");
    }else{
        return $str;
    }
</pre>



Undefined variable - mudmin - 10-02-2016

Thanks! I will check that out!


Undefined variable - mudmin - 10-02-2016

Thanks! I will check that out!


Undefined variable - mudmin - 10-16-2016

This has been patched in 4.1.6. Thanks for the feedback!