You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 12, 2024. It is now read-only.
Wanted to point out my install.php was bombing due to a mysqli connection error, I tracked it down to the password being stored into config/wsdb.php was stripping out the asterisks (*) within my password.
To workaround simply change your password to drop the asterisks in my MySQL Database Admin and use the changed password to run the install.php again.
Not sure if the install script can be fixed to accommodate these special characters, if not maybe a note on the install screen can be added.
Hello,
Wanted to point out my install.php was bombing due to a mysqli connection error, I tracked it down to the password being stored into config/wsdb.php was stripping out the asterisks (*) within my password.
To workaround simply change your password to drop the asterisks in my MySQL Database Admin and use the changed password to run the install.php again.
Not sure if the install script can be fixed to accommodate these special characters, if not maybe a note on the install screen can be added.
Cheers