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 ('eibmlgs8bsgfv8ne9qdb733kv7', '1790139674', 'sessiontoken|s:32:\"4fe43a9f12eed931ef3ffd97bfbdf0c5\";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:9:\"login.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:1:{s:6:\"osCsid\";s:26:\"eibmlgs8bsgfv8ne9qdb733kv7\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}')
[TEP STOP]