OrganizedFellow Posted September 23, 2019 Share Posted September 23, 2019 Both the front-end and back-end are like this. WHAT HAPPEN: i was on the back-end, entered some content for my Blog. I hit PUBLISH an BOOM, what is causing this? I am running Laragon on Win10Pro. Fortunately I have a backup of the database, i just imported it and the error is gone. Is my Laragon MySQL thing broke? Link to comment Share on other sites More sharing options...
pwired Posted September 24, 2019 Share Posted September 24, 2019 Can you reproduce the error ? If not most probably a database record got wrong written or wrong saved. Link to comment Share on other sites More sharing options...
Gideon So Posted September 24, 2019 Share Posted September 24, 2019 What I would do is: 1. go to the directory that your db tables stay to check if the pages table exists. If it does exists go to step 2, otherwise go find your db backup if any. 2. repair the table with myisamchk / phpmyadmin repair table option 3. see if the site works properly. Gideon Link to comment Share on other sites More sharing options...
flydev Posted September 24, 2019 Share Posted September 24, 2019 I hope its just a corrupted database. if you encounter again the same problem, in a terminal, enter in mysql shell then type `show databases;` Is there a table name `PLEASE_READ` ? Link to comment Share on other sites More sharing options...
wbmnfktr Posted September 24, 2019 Share Posted September 24, 2019 Whenever I had issues with databases in Laragon I re-used a database name. Means... I deleted a database, created a new one with the exact same name and afterwards I ended up in things like that. Maybe it was the reason here as well. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now