Version 0.15 looked great on my site. And then I got this lovely error
message :
Database error!
ThinkUp could not execute the following query:
SELECT
tu_instances.id, network_user_id, network_viewer_id,
network_username, last_post_id, crawler_last_run,
total_posts_by_owner, total_posts_in_system, total_replies_in_system,
total_follows_in_system, posts_per_day, posts_per_week,
percentage_replies, percentage_links, earliest_post_in_system,
earliest_reply_in_system, is_archive_loaded_replies,
is_archive_loaded_follows, is_public, is_active, network,
favorites_profile, owner_favs_in_system, round(total_replies_in_system/
(datediff(curdate(), earliest_reply_in_system)), 2) AS
avg_replies_per_day FROM tu_instances WHERE is_public = 1 ORDER BY
crawler_last_run DESC LIMIT 1
PDOException: SQLSTATE[HY000]: General error: 23 Out of resources when
opening file './db64847_thinkup/tu_instances.MYD' (Errcode: 24)
what's going wrong and more importantly, how can I fix it ?
Thanks in advance
Baudouin