• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

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