Principal

Produtos e serviços

DB function failed with error number 1
Can't create/write to file 'C:\WINNT\TEMP\#sql_458_0.MYD' (Errcode: 17) SQL=SELECT c.id, c.title, c.introtext, c.state, c.sectionid, c.catid, c.created, c.modified, c.created_by, c.images,s.title AS sectiontitle, ct.title AS cattitle, u.name AS author FROM cmb_content as c LEFT JOIN cmb_sections as s ON s.id=c.sectionid LEFT JOIN cmb_categories AS ct ON ct.id=c.catid LEFT JOIN cmb_users AS u ON u.id=c.created_by WHERE c.catid=23 AND ( c.publish_up = '0000-00-00 00:00:00' OR c.publish_up <= now() ) AND ( c.publish_down = '0000-00-00 00:00:00' OR c.publish_down >= now() ) AND c.state != -1 AND c.state != 0 ORDER BY rand() LIMIT 10 OFFSET 0
SQL =
SELECT c.id, c.title, c.introtext, c.state, c.sectionid, c.catid, c.created, c.modified, c.created_by, c.images,s.title AS sectiontitle, ct.title AS cattitle, u.name AS author FROM cmb_content as c LEFT JOIN cmb_sections as s ON s.id=c.sectionid LEFT JOIN cmb_categories AS ct ON ct.id=c.catid LEFT JOIN cmb_users AS u ON u.id=c.created_by
 WHERE c.catid=23
 AND ( c.publish_up = '0000-00-00 00:00:00' OR c.publish_up <= now() )
              AND ( c.publish_down = '0000-00-00 00:00:00' OR c.publish_down >= now() )
              AND c.state != -1 AND c.state != 0
 ORDER BY rand()
 LIMIT 10
 OFFSET 0