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
e-mail not verifying - 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: e-mail not verifying (/showthread.php?tid=1502)

Pages: 1 2 3 4


RE: e-mail not verifying - mudmin - 07-09-2019

instead of $userdetails->phone try Input::get('phone')
Try that for all your inputs that aren't working.


RE: e-mail not verifying - LBC - 07-10-2019

Yes! That worked...sort of.
I had to do some more tinkering, but I got it to work.

Thank you Mudmin!