MYSQL ERROR REPORT
- 09/09/2010 06:09:59
---------------------------------------
1030 - Got error 28 from storage engine
SELECT
v.votes_id,
date_format(v.date_start, '%Y-%m-%d') as date_start,
v.last_modified,
v.date_added,
date_format(v.date_available, '%Y-%m-%d') as date_available,
v.order_value,
v.cookie,
v.ip,
vd.question,
vi.votes_items_id,
vi.votes_items_count,
vi.order_value as items_order_value,
vid.votes_items_name
FROM votes v,
votes_description vd,
votes_items vi,
votes_items_description vid
WHERE
v.status = '1'
and v.date_available > now()
and v.date_start < now()
and vd.language_id = '1'
and vid.language_id = '1'
and v.votes_id = vd.votes_id
and v.votes_id = vi.votes_id
and vi.votes_items_id = vid.votes_items_id
ORDER BY v.order_value,vi.order_value
---------------------------------------
Server Name : nextgame.com.ua
Remote Address: 38.107.191.93
Referer :
Requested : /shopping_cart.php/currency/USD
Trace Back : shopping_cart.php:28(require; array; 0 => string 'templates/nextgame/source/boxes.php' (length=78);
) => templates/nextgame/source/boxes.php:69(include; array; 0 => string 'templates/nextgame/source/boxes/votes.php' (length=84);
) => templates/nextgame/source/boxes/votes.php:35(vam_db_query; array; 0 => &string '
SELECT
v.votes_id,
date_format(v.date_start, '%Y-%m-%d') as date_start,
v.last_modified,
v.date_added,
date_format(v.date_available, '%Y-%m-%d') as date_available,
v.order_value,
v.cookie,
v.ip,
vd.question,
vi.votes_items_id,
vi.votes_items_count,
vi.order_value as items_order_value,
vid.votes_items_name
FROM votes v,
votes_description vd,
votes_items vi,
votes_items_descrip'... (length=870); ) => inc/vam_db_query.inc.php:34(vam_db_error; array; 0 => &string '
SELECT
v.votes_id,
date_format(v.date_start, '%Y-%m-%d') as date_start,
v.last_modified,
v.date_added,
date_format(v.date_available, '%Y-%m-%d') as date_available,
v.order_value,
v.cookie,
v.ip,
vd.question,
vi.votes_items_id,
vi.votes_items_count,
vi.order_value as items_order_value,
vid.votes_items_name
FROM votes v,
votes_description vd,
votes_items vi,
votes_items_descrip'... (length=870); 1 => &int 1030; 2 => &string 'Got error 28 from storage engine' (length=32); )
==========================================================================