Skip to content
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

(how to fix) PDOException thrown with message "SQLSTATE[HY000]: General error: 1 no such table: info" #80

Open
m33m33 opened this issue Jan 10, 2020 · 4 comments

Comments

@m33m33
Copy link

m33m33 commented Jan 10, 2020

Hi,

I am running Grav v1.6.19 - Admin v1.9.12 php v7.2 tntsearch v3.0.0.

After a simple page update (a few lines added) I was kicked out of the admin console and can't login again. The website runs fine in user mode, pages displays well, including the one that was bein edited.

tntsearch re index

To fix this I was forced to run a

bin/plugin tntsearch index

from command line.

After that the admin console login was OK.

Full error stack on https://pastebin.com/Af5ryYqd

Kind regards

@rhukster
Copy link
Member

I really need to replicate this in order to determine what causes it. Is it possible to zip up your site and send it to me so i can try to recreate?

@m33m33
Copy link
Author

m33m33 commented Feb 7, 2020

Unfortunately I am not allowed to export the content.

The good news is : I can't reproduce it. It may be a single time event.

@m33m33 m33m33 closed this as completed Feb 7, 2020
@rhukster
Copy link
Member

rhukster commented Feb 7, 2020

Actually I’ve run into this myself now. Quick fix was to delete the data/tntsearch folder and reindex. Need to work out what’s happening though.

@rhukster rhukster reopened this Feb 7, 2020
@mahagr
Copy link
Contributor

mahagr commented Feb 14, 2020

Quick look into PDO issues says that this happens when the file cannot be accessed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants