3065 - Expression #1 of ORDER BY clause is not in SELECT list, references column 'promotio_oscmigration.p.products_ordered' which is not in SELECT list; this is incompatible with DISTINCT

select distinct p.products_id, pd.products_name from products p, products_description pd where p.products_status = '1' and p.products_ordered > 0 and p.products_id = pd.products_id and pd.language_id = '3' order by p.products_ordered desc, pd.products_name limit 10

[TEP STOP]

1114 - The table 'sessions' is full

insert into sessions values ('ptrbd3eb34ipfa189cbe34m9l9', '1790122452', 'sessiontoken|s:32:\"5426973e510d79c1f702615c67b4c5e7\";cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"espanol\";languages_id|s:1:\"3\";currency|s:3:\"EUR\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"products_new.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:0:{}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}')

[TEP STOP]