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
/showthread.php 28 require_once





× This forum is read only. As of July 23, 2019, the UserSpice forums have been closed. To receive support, please join our Discord by clicking here. Thank you!

  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Undefined variable
#1
Notice: Undefined variable: str in C:\xampp\htdocs\helpers\us_helpers.php on line 515
No language key found. why ????
  Reply
#2
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>
  Reply
#3
Thanks! I will check that out!
  Reply
#4
Thanks! I will check that out!
  Reply
#5
This has been patched in 4.1.6. Thanks for the feedback!
  Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)