• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

Reoccurring error with chv_images being "in use"

Status
Not open for further replies.

Stam

Chevereto Member
Website URL
<private>

Chevereto version
3.10.13

Description of the issue
I keep getting this error every now and then. My workaround is to enter phpmyadmin and repair the table which appears to be "in use".
See screenshot: https://i.snag.gy/a1fA8u.jpg

And this is the error I get when accessing the site, whenever this happens:

Fatal error [400]: SQLSTATE[HY000]: General error: 145 Table './fmshots_che/chv_images' is marked as crashed and should be repaired
Triggered in /app/lib/classes/class.listing.php at line 362

Stack trace:
#0 /app/routes/route.index.php(205): CHV\Listing->exec()
#1 /lib/G/classes/class.handler.php(216): G\Handler->{closure}(G\Handler)
#2 /lib/G/classes/class.handler.php(120): G\Handler->processRequest()
#3 /app/loader.php(613): G\Handler->__construct(Array)
#4 /index.php(20): include_once('/app/loader.php')
 
The problem is your MySQL server, not Chevereto. The script only interacts with the DB, it is not responsible for how your database server actually works. You will have to investigate what's wrong in your MySQL server setup.
 
Status
Not open for further replies.
Back
Top