Hello,
I exract files in my domain, i set public folder as default, i have php 8.2 and mysql 10.2.When i run installer i have an white screen. Can you help me?
- MSAnswered
Hello,
There was 2 issues with your intallation.
-
The root path was not set to public folder. I have edit the subdomain and update the root path.
-
You password has the
#
char that used to comment the line in the.env
file 😦 So I have put your password in quotes to reslove the issue.
Your installation is load now at https://stoc.medicenter.ro/ Please clear browser cache for the site or try it in private window.
I have attached the screenshots.
Thank you
-
- SMAnswered
can you tell me where i can find my password to login? Or how i can chage it? Forgot password from login form it’s not working
- MSAnswered
Hello,
It is the same password that you used when installing the item. If you forgot then you can update the
MAIL
config in the.env
file and try reset the password.Thank you
- SMAnswered
I try to change from database, user, i set new password with md5 format and still not working.
- SMAnswered
If i try to reset password i have this error Whoops! Something went wrong. Please wait before retrying.
- MSAnswered
Hello,
No, the password is hashed using Laravel Hash class. Please update it to
$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi
then you can usepassword
Thank you
- MSAnswered
Hello,
You can check Laravel log in the
storage/logs/
folder for error details and let me know so that I can suggest.Thank you
- Login to Reply