( ! ) Fatal error: Uncaught Exception: Error: Column 'name' in order clause is ambiguous<br />Error No: 1052<br />SELECT * FROM oc_manufacturer m LEFT JOIN oc_manufacturer_description md ON (m.manufacturer_id = md.manufacturer_id) LEFT JOIN oc_manufacturer_to_store m2s ON (m.manufacturer_id = m2s.manufacturer_id) WHERE m2s.store_id = '0' AND md.language_id = '1' ORDER BY name in /var/www/html/system/library/db/mysqli.php on line 41
( ! ) Exception: Error: Column 'name' in order clause is ambiguous<br />Error No: 1052<br />SELECT * FROM oc_manufacturer m LEFT JOIN oc_manufacturer_description md ON (m.manufacturer_id = md.manufacturer_id) LEFT JOIN oc_manufacturer_to_store m2s ON (m.manufacturer_id = m2s.manufacturer_id) WHERE m2s.store_id = '0' AND md.language_id = '1' ORDER BY name in /var/www/html/system/library/db/mysqli.php on line 41
Call Stack
#TimeMemoryFunctionLocation
10.0001398088{main}( ).../index.php:0
20.0050722464start( $application_config = 'catalog' ).../index.php:20
30.0055752616require_once( '/var/www/html/system/framework.php ).../startup.php:104
40.01921006424Router->dispatch( $action = class Action { private $id = 'startup/router'; private $route = 'startup/router'; private $method = 'index' }, $error = class Action { private $id = 'error/not_found'; private $route = 'error/not_found'; private $method = 'index' } ).../framework.php:169
50.04651644304Router->execute( $action = class Action { private $id = 'startup/router'; private $route = 'startup/router'; private $method = 'index' } ).../router.php:56
60.04651644304Action->execute( $registry = class Registry { private $data = ['config' => class Config { ... }, 'log' => class Log { ... }, 'event' => class Event { ... }, 'load' => class Loader { ... }, 'request' => class Request { ... }, 'response' => class Response { ... }, 'db' => class DB { ... }, 'session' => class Session { ... }, 'cache' => class Cache { ... }, 'language' => class Language { ... }, 'document' => class Document { ... }, 'model_design_translation' => class Proxy { ... }, 'url' => class Url { ... }, 'model_localisation_language' => class Proxy { ... }, 'customer' => class Cart\Customer { ... }, 'model_localisation_currency' => class Proxy { ... }, 'currency' => class Cart\Currency { ... }, 'tax' => class Cart\Tax { ... }, 'weight' => class Cart\Weight { ... }, 'length' => class Cart\Length { ... }, 'cart' => class Cart\Cart { ... }, 'encryption' => class Encryption { ... }, 'model_setting_event' => class Proxy { ... }, 'model_catalog_manufacturer' => class Proxy { ... }, 'model_tool_image' => class Proxy { ... }] }, $args = ??? ).../router.php:67
70.04691649752ControllerStartupRouter->index( ).../action.php:79
80.04761656424Action->execute( $registry = class Registry { private $data = ['config' => class Config { ... }, 'log' => class Log { ... }, 'event' => class Event { ... }, 'load' => class Loader { ... }, 'request' => class Request { ... }, 'response' => class Response { ... }, 'db' => class DB { ... }, 'session' => class Session { ... }, 'cache' => class Cache { ... }, 'language' => class Language { ... }, 'document' => class Document { ... }, 'model_design_translation' => class Proxy { ... }, 'url' => class Url { ... }, 'model_localisation_language' => class Proxy { ... }, 'customer' => class Cart\Customer { ... }, 'model_localisation_currency' => class Proxy { ... }, 'currency' => class Cart\Currency { ... }, 'tax' => class Cart\Tax { ... }, 'weight' => class Cart\Weight { ... }, 'length' => class Cart\Length { ... }, 'cart' => class Cart\Cart { ... }, 'encryption' => class Encryption { ... }, 'model_setting_event' => class Proxy { ... }, 'model_catalog_manufacturer' => class Proxy { ... }, 'model_tool_image' => class Proxy { ... }] }, $args = ??? ).../router.php:25
90.04891741328ControllerProductManufacturer->index( ).../action.php:79
100.05151784672Proxy->getManufacturers( ).../manufacturer.php:26
110.05151784672Proxy->__call( $key = 'getManufacturers', $args = [] ).../manufacturer.php:26
120.05151785456Loader->{closure:/var/www/html/system/engine/loader.php:220-262}( $args = [], [] ).../proxy.php:47
130.05191786536ModelCatalogManufacturer->getManufacturers( $data = ??? ).../loader.php:248
140.05201786856DB->query( $sql = 'SELECT * FROM oc_manufacturer m LEFT JOIN oc_manufacturer_description md ON (m.manufacturer_id = md.manufacturer_id) LEFT JOIN oc_manufacturer_to_store m2s ON (m.manufacturer_id = m2s.manufacturer_id) WHERE m2s.store_id = \'0\' AND md.language_id = \'1\' ORDER BY name' ).../manufacturer.php:63
150.05201786856DB\MySQLi->query( $sql = 'SELECT * FROM oc_manufacturer m LEFT JOIN oc_manufacturer_description md ON (m.manufacturer_id = md.manufacturer_id) LEFT JOIN oc_manufacturer_to_store m2s ON (m.manufacturer_id = m2s.manufacturer_id) WHERE m2s.store_id = \'0\' AND md.language_id = \'1\' ORDER BY name' ).../db.php:45