Blank Page on Reset Password
Permalink
Hello,
When I try to reset my password via the reset form on the login page, I just get a blank page.
I tried setting the debug level to Development, but there is no errors, just a blank page.
Any thoughts?
Thanks.
When I try to reset my password via the reset form on the login page, I just get a blank page.
I tried setting the debug level to Development, but there is no errors, just a blank page.
Any thoughts?
Thanks.
![](/files/avatars/none.gif)
Environment
Viewing 15 lines of 36 lines. View entire code block.
What happens when you go to this?
(replacehttp://www.example.com with your domain.)
http://www.example.com/index.php/login/forgot_password/
(replacehttp://www.example.com with your domain.)
I guess I should add. If you have a php error the mail template file you don't get an error just a blank page. Maybe something to look at. If the above works fine.
concrete/mail/forgot_password.php
@mkly When I go to that url, it shows invalid email address; after adding an email address I get the same blank page.
I can't access /concrete/ folder. Where I am hosted it doesn't allow me access to it.
another note, not sure if this is related, but I also get this same problem with a form, when I submit it goes to a blank page. Not all forms, just one. I have tried every possible combination to see if I can pinpoint it to no avail.
I can't access /concrete/ folder. Where I am hosted it doesn't allow me access to it.
another note, not sure if this is related, but I also get this same problem with a form, when I submit it goes to a blank page. Not all forms, just one. I have tried every possible combination to see if I can pinpoint it to no avail.
Ya see this makes me feel like there is a mailer issue going on. The C5 mailer implementation is "a simple wrapper for the Zend_Mail object." AFAIK this just uses your php mail settings to send the mail.
Is the one form that also gives a blank page the only one that is set to send an email to the admin?
Is the one form that also gives a blank page the only one that is set to send an email to the admin?
Nope, that is where it gets wierd. I thought it might be something like that, so I turned off the notify me and even the redirect page. I cleared the cache, even disabled it but still no go.
There is other forms that are using both the notify me and redirect and seem to be working fine.
There is other forms that are using both the notify me and redirect and seem to be working fine.
Strange. I really don't know more than that. The only thing I've encountered that gives me the blank page is either mailer or database error when Development mode is turned on. I guess it's possible you have a missing database record or something?
For odd situation like these where you can't get an email reset flowing; Concrete5 Instant Admin may help. Freely available athttp://forestmist.org/2012/07/concrete5-instant-admin/...