The following warnings occurred: | ||||||||||||||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
Email problem - 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: Email problem (/showthread.php?tid=289) Pages:
1
2
|
Email problem - levitt1313 - 09-29-2016 Well when I change everything you suggested it recognizes the email address sends the email, but when I receive the email the link is this http://localhost/impact_site/users/forgot_password_reset.php?email=levitt{3bc1fe685386cc4c3ab89a3f76566d8931e181ad17f08aed9ad73b30bf28114d}2540hsrc.unc.edu&vericode=640197&reset=1 Email problem - brian - 09-29-2016 Okay, did you do this step? You then need to go into users/views/_email_template_forgot_password.php and remove the urlencode() from the $email variable, on line 15. The link you get means it was "double encoded" so I think you might have forgotten this step when you did the other steps. Email problem - levitt1313 - 09-30-2016 Brian, You were right, I forgot to redo that step. Man I have never received such awesome customer service and help from something I had to pay for let alone something free like this. Let me know if there is anything I can do to help you out. Email problem - brian - 09-30-2016 Constructive feedback is always welcome. We are working on UserSpice 5 right now, and a lot of recent feedback has already been incorporated when it has the potential to help a lot of people. That's all we really ask for. Email problem - levitt1313 - 10-01-2016 Hey Brian, I am trying to move my userspice site to another server. I first created an brand new userspice on the new server with the same database information. Created same database. Once I could see it working I copied my files in usersc and imported my database tables after dropping the existing. Everything works except I get this error. Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/truste21/public_html/impact_site/usersc/account.php:22) in /home/truste21/public_html/impact_site/users/init.php on line 2 Not sure how to move the site just used what knowledge I have and what makes sense. Is there a guide to doing this, I get find much on this. Email problem - levitt1313 - 10-01-2016 I forgot to mention that this only occurs when I click on the logo in the nav bar or when I click on the admin button/tab on the right of the nav bar. I have many files in usersc including account.php and index.php plus a whole bunch more. I am supposed to demo userspice for a company and I know I could turn off errors but I hate not fixing something right. Email problem - brian - 10-01-2016 You didn't have this error on your original site? Do you get the error only when logged in? It sounds like maybe a Redirect is firing at a bad time. Can you describe a little more, and include the version and I can try to look into it. |