andiii Posted April 27, 2004 Report Share Posted April 27, 2004 bitte um eure hilfe! habe nach dem update rc 1.2 den sql fehler: 1 - Can't create/write to file '/var/tmp/#sql_c6e4_0.MYI' (Errcode: 28) select p.products_fsk18, p.products_shippingtime, p.products_model, pd.products_name, m.manufacturers_name, p.products_quantity, p.products_image, p.products_weight, pd.products_short_description, pd.products_description, p.products_id, p.manufacturers_id, p.products_price, p.products_discount_allowed, p.products_tax_class_id from products_description pd, products p left join manufacturers m on p.manufacturers_id = m.manufacturers_id, products_to_categories p2c left join specials s on p.products_id = s.products_id where p.products_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '2' and p2c.categories_id = '1' ORDER BY pd.products_name ASC limit 0, 20 [XT SQL Error] wenn ich mehr als 1 produkt anlegt habe und mir diese kategorie anschaun m?chte! bin f?r jede hilfe dankbar! andi Link to comment Share on other sites More sharing options...
mzanier Posted April 27, 2004 Report Share Posted April 27, 2004 sieht nach einem serverproblem aus. error 28 kommt vom mysql, und besagt das du keinen zugriff auf das verzeichniss hast, bzw keinen speicher mehr zur verf?gung. einfach mal googlen, oder an deinen hoster wenden. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.