-
-
Notifications
You must be signed in to change notification settings - Fork 255
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
404 Page During Database Setup #873
Comments
Can you check if you have all requirements ? |
I do, running PHP 8.3.
When I tried again with a fresh set of install files and added a MySQL
database instead of the SQLite option, it worked fine. I could also force
my way through the setup process by adding ?4 and ?5, but that only showed
me the setup pages, nothing saved.
I suggest adding a fallback if the database creation fails to show a
message page instead of a 404.
…On Fri, Dec 20, 2024 at 10:53 AM Frank ***@***.***> wrote:
Can you check if you have all requirements ?
—
Reply to this email directly, view it on GitHub
<#873 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABWKLXIVW2PHTP3RIN45J3D2GRRUHAVCNFSM6AAAAABT7QUP3GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNJXGU2DSOBQG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
*Eric Rosenberg*
EricRosenberg.com <https://ericrosenberg.com/>
Financial Writing, Speaking, and Consulting
|
If you are using Apache, check if you have mod_rewrite enabled. |
It is/was enabled. I guess my biggest suggestion here is to provide some
kind of error page that allows the user to go back in the process rather
than a 404 page if there's an error during setup.
…On Wed, Dec 25, 2024 at 8:32 AM Julian Prieber ***@***.***> wrote:
If you are using Apache, check if you have mod_rewrite enabled.
—
Reply to this email directly, view it on GitHub
<#873 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABWKLXNPLMD3YVHOIGVCN2L2HLM23AVCNFSM6AAAAABT7QUP3GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRRHE2DKOBXGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
*Eric Rosenberg*
EricRosenberg.com <https://ericrosenberg.com/>
Financial Writing, Speaking, and Consulting
|
A 404 error suggests that your web server is making a request outside what the installer process expects. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
LinkStack version
4.8.4
Description
When installing LinkStack, I get to the page to create the database, then I'm forwarded to domain.com/db and get a 404 error.
I can verify on the server the SQLite database was created, but can't move forward with the installation process.that the SQLite database was created, but I can't proceed
Details about your system
Linux server on Digital Ocean with CyberPanel and Open LiteSpeed Cache
How to reproduce
Upload and unzip the installation files. Navigate to the root and begin the install process installation.
Possible Solution
Improve error handling or installation workflow.
Additional Context
I've experienced this multiple times in the last week on different servers.
The text was updated successfully, but these errors were encountered: