• Español
  • Blog

Mysql Blog en Español

Mysql página en español
  • Home
  • An unexpected error has occurred!

    If this error persists, please report it to the administrator.

    Go back to home page

    Additional information about this error:

    MySQL error!

    Can't create/write to file '/tmp/#sql_2e44_0.MYI' (Errcode: 28)(Errno=1)

    Your query: ItemListLight::query()

    SELECT DISTINCT post_ID, post_datestart, post_datemodified, post_title, post_url,
                      post_excerpt, post_urltitle, post_canonical_slug_ID, post_tiny_slug_ID, post_main_cat_ID, post_ptyp_ID
      FROM evo_items__item
     INNER JOIN evo_postcats ON post_ID = postcat_post_ID
     INNER JOIN evo_categories ON postcat_cat_ID = cat_ID
     WHERE ( cat_blog_ID = 1 )
       AND (post_ptyp_ID IN (1000))
       AND (post_datestart <= '2013-05-22 09:43')
       AND ( ( post_status IN ('published') ) )
     ORDER BY post_datestart DESC, post_ID DESC
     LIMIT 20