• 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

PDOException: SQLSTATE[HY000]: General error: 1 Can't create/write to file

Status
Not open for further replies.

kbivek

Chevereto Member
Hi,

Today one of my servers started throwing the error "PDOException: SQLSTATE[HY000]: General error: 1 Can't create/write to file '/tmp/#sql_ced_0.MYI' (Errcode: 28)".

Not sure what is going on.

Searching in google leads me to a full /tmp folder, but I checked the size of the directory and only 6% is being used.

The server that is experiencing this issue is http://s2.snapgram.co.
 
UPDATE:

(SOLVED)

Ok it was an issue with the /tmp folder after all. Seems like there was too many files in it and a "tmpwatch --mtime --all 24 /tmp" command to flush all files in the /tmp folder not accessed in the last 24 hours did the trick.
 
Status
Not open for further replies.
Back
Top