WordPress database error: [Incorrect file format 'wp_comments']
SELECT ID, COUNT( comment_ID ) AS ccount FROM wp_posts LEFT JOIN wp_comments ON ( comment_post_ID = ID AND comment_approved = '1') WHERE post_status = 'publish' AND ID IN (55) GROUP BY ID

PHP Session Fix | TicTap Blog

PHP Session Fix

We’ve just changed the way session files are stored at TicTap.

Previously, we stored them all in one directory. But with more than 500,000 files, Damon was terrified something might go wrong.

So we used the “N;dir” option in session.save_path.

All looks good now, except that if you previously had items in your watchlist, it is gone now. We’re sorry about this, and apologize for the lack of far-sightedness when we created the session directory.

Related Posts:
»PHP Session Problems - Solved!

WordPress database error: [Incorrect file format 'wp_comments']
SELECT * FROM wp_comments WHERE comment_post_ID = '55' AND comment_approved = '1' ORDER BY comment_date

Leave a Reply