Zen Cart Logo
Forums / General Questions / Errcode: 28

Errcode: 28

Views: 700

Results 1 to 5 of 5
18 Dec 2011, 1:36 AM
#1
dbjsi83474 avatar

dbjsi83474

New Zenner

Join Date:
Jan 2011
Posts:
42
Plugin Contributions:
0

Errcode: 28

My site was going ok until this morning when I got this message when viewing products that I had recently uploaded.

The same message appears in my admin if I go to the catalogue

Is this the same problem as error code 13?

1 Can't create/write to file '/tmp/#sql_1d68_0.MYI' (Errcode: 28)
in:
[select p.products_image, pd.products_name, p.products_quantity, p.products_id, p.products_type, p.master_categories_id, p.manufacturers_id, p.products_price, p.products_tax_class_id, pd.products_description, IF(s.status = 1, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status =1, s.specials_new_products_price, p.products_price) as final_price, p.products_sort_order, p.product_is_call, p.product_is_always_free_shipping, p.products_qty_box_status 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 p2c.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 = '1' and p2c.categories_id = '80' order by p.products_sort_order, pd.products_name]

18 Dec 2011, 1:44 AM
#2
joejoejoe avatar

joejoejoe

Zen Follower

Join Date:
Oct 2011
Location:
AZ
Posts:
383
Plugin Contributions:
0

Re: Errcode: 28

I think Error 28 is a space issue. Something has gotten too large. Unfortunately that's all I know. And it's not really a "know", just a "think.".

18 Dec 2011, 2:01 AM
#3
dbjsi83474 avatar

dbjsi83474

New Zenner

Join Date:
Jan 2011
Posts:
42
Plugin Contributions:
0

Re: Errcode: 28

Thanks for the quick response. I am not sure if I should contact my hosting provider as suggested in the forum for error 13 or if it is another sql problem.

18 Dec 2011, 7:02 AM
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Errcode: 28

Yes, with ANY database problem like that, contact your hosting company IMMEDIATELY.

18 Dec 2011, 10:52 AM
#5
dbjsi83474 avatar

dbjsi83474

New Zenner

Join Date:
Jan 2011
Posts:
42
Plugin Contributions:
0

Re: Errcode: 28

DrByte:

Yes, with ANY database problem like that, contact your hosting company IMMEDIATELY.

Thanks for your reply. I have contacted my hosting company and they have fixed the problem for me.