-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installed it, login fails with user/password just entered in the installer #190
Comments
did the password contain any special characters and spaces? |
No. Only letters (upper and lowercase) and numbers. |
Yours was the first pastebin system I tried. Two others also failed to work. But the fourth one stayed up. |
i have no idea. it is a new issue that's never raised its head and I'm
assuming it is maybe a server config issue
…On Sat, 9 Apr 2022, 18:43 Shawn Heisey, ***@***.***> wrote:
No. Only letters (upper and lowercase) and numbers.
—
Reply to this email directly, view it on GitHub
<#190 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFZJEFHKN7ELQP3EST3R3LLVEG6VHANCNFSM5S7MBV6Q>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Do you have access to your php configuration file?
…On Sat, 9 Apr 2022, 18:47 Shawn Heisey, ***@***.***> wrote:
Yours was the first pastebin system I tried. Two others also failed to
work. But the fourth one stayed up.
—
Reply to this email directly, view it on GitHub
<#190 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFZJEFEXNKBLUOLTV4RQ7ELVEG7ETANCNFSM5S7MBV6Q>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I built the server, I have access to everything. Apache is using php-fpm and the event MPM. |
Here's the whole php.ini: https://paste.elyograg.org/view/38ffc2f1 It's mostly unchanged from what got installed with the package. |
it sounds like an issue with apache's post configuration or something in
your php config if you're having the same issue with other scripts, are
there any errors in /var/log for either apache or php?
…On Sat, 9 Apr 2022, 18:51 Shawn Heisey, ***@***.***> wrote:
I built the server, I have access to everything.
Apache is using php-fpm and the event MPM.
—
Reply to this email directly, view it on GitHub
<#190 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFZJEFCSZI3LKJRDCYFFU5TVEG7S7ANCNFSM5S7MBV6Q>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I extracted version 2.2, set up Apache to present it on a domain name I configured, created a database in mysql, created a mysql user, granted all permissions on the database to that user.
The install happens without error and populates the database.
Then I renamed the install directory to something obscure, and went to the site.
Login fails using the admin user and password I just entered into the installer.
I tried this a few times, dropping all the DB tables before each install.
The text was updated successfully, but these errors were encountered: