The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
Notice: Undefined variable: row in - 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: Notice: Undefined variable: row in (/showthread.php?tid=460) |
Notice: Undefined variable: row in - chandra.harrys@gmail.com - 02-17-2017 Hi all, I am new to Userspice and tried to create project using it. I put several files in \usersc\includes that based on navigation.php, header.php, page_footer.php, html_footer.php from \users\includes and all just fine. then when i open page from admin_pages this error occured: Notice: Undefined variable: row in E:\xampp\htdocs\mysite\users\helpers\us_helpers.php on line 169 Please help me to resolve this problems. Regards Notice: Undefined variable: row in - chandra.harrys@gmail.com - 02-17-2017 when I put code below: . . . //Retrieve a list of all .php files in root files folder function getPathPhpFiles($absRoot,$urlRoot,$fullPath) { $directory = $absRoot.$urlRoot.$fullPath; $row =""; . . . the error message are gone, it is OK what I did?? Regards. Notice: Undefined variable: row in - dan - 02-17-2017 Can you post your whole page that was giving you the error on pastebin and share the link on here? Notice: Undefined variable: row in - chandra.harrys@gmail.com - 02-21-2017 Sorry i am late to reply... When i check it again the error has been disappeared. Thanks Dan. Regards Notice: Undefined variable: row in - mudmin - 02-21-2017 That actually makes sense because loading the page repopulates the database if it is wrong, so it is made to fix itself. Just double check that all your permissions for your pages are right. |