Jump to content

Recommended Posts

Posted

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?

Screenshot_2019-09-23 Screenshot.png

Posted

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

Posted

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` ?

 

Posted

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. 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...