The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
Error Formatting - 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: Error Formatting (/showthread.php?tid=1081) |
Error Formatting - MHALL1 - 06-24-2018 Hi, I'm trying to style a password update error message to fit with a new theme by removing the bg-danger or text-danger class depending on the style I end up choosing. I thought removing from the class from function display_errors in validate.php would do the trick however they are still finding their way onto the page. Anywhere else I should look? Thanks Error Formatting - Brandin - 06-25-2018 These are the errors on which page please? Error Formatting - MHALL1 - 06-25-2018 user_settings.php; for example if I update try and update the password by only populating the first box then hit update. RE: Error Formatting - MHALL1 - 06-30-2018 (06-25-2018, 01:29 PM)MHALL1 Wrote: user_settings.php; for example if I update try and update the password by only populating the first box then hit update. It's ok, looks like it was pulling fromĀ \users\helpers\helpers.php so have updated that one instead. |