[500] Internal Server Error
Unknown column 'id_district' in 'field list'UPDATE ps_address SET `id_district` = 0, `id_subdistrict` = 0 WHERE `id_address` = 7
at line 744 in file classes/db/Db.php
739. if ($webservice_call && $errno) {
740. $dbg = debug_backtrace();
741. WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);
742. } elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS')) {
743. if ($sql) {
744. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');
745. }
746.
747. throw new PrestaShopDatabaseException($this->getMsgError());
748. }
749. }
373. $this->result = $this->_query($sql);
374. }
375. }
376.
377. if (_PS_DEBUG_SQL_) {
378. $this->displayError($sql);
379. }
380.
381. return $this->result;
382. }
383.
Argument [0] UPDATE ps_address SET `id_district` = 0, `id_subdistrict` = 0 WHERE `id_address` = 7
549. {
550. if ($sql instanceof DbQuery) {
551. $sql = $sql->build();
552. }
553.
554. $this->result = $this->query($sql);
555. if ($use_cache && $this->is_cache_enabled) {
556. Cache::getInstance()->deleteQuery($sql);
557. }
558.
559. return (bool)$this->result;
Argument [0] UPDATE ps_address SET `id_district` = 0, `id_subdistrict` = 0 WHERE `id_address` = 7
692. if (!Validate::isLoadedObject($address)) {
693. return false;
694. }
695. $id_address = $address->id;
696.
697. Db::getInstance()->Execute('UPDATE '._DB_PREFIX_.'address SET `id_district` = '.(int)Tools::getValue('id_district').', `id_subdistrict` = '.(int)Tools::getValue('id_subdistrict').' WHERE `id_address` = '.(int)$id_address);
698. }
699. }
700.
701. public function getOrderShippingCost($params, $shipping_cost)
702. {
Argument [0] UPDATE ps_address SET `id_district` = 0, `id_subdistrict` = 0 WHERE `id_address` = 7
675. $this->updateAddress($params);
676. }
677.
678. public function hookactionObjectAddressUpdateAfter($params)
679. {
680. $this->updateAddress($params);
681. }
682.
683. public function hookDashboardZoneOne($params)
684. {
685. return $this->display(__FILE__, 'views/templates/admin/news.tpl');
Argument [0]
Array
(
[object] => Address Object
(
[id_customer] => 4
[id_manufacturer] => 0
[id_supplier] => 0
[id_warehouse] => 0
[id_country] => 6
[id_state] => 332
[country] => España
[alias] => My delivery address #03
[company] =>
[lastname] => test
[firstname] => test
[address1] => direccion
[address2] =>
[postcode] => 08930
[city] => Ciudad
[other] =>
[phone] =>
[phone_mobile] => 848787
[vat_number] =>
[dni] => 123456789
[date_add] => 2017-09-26 00:00:03
[date_upd] => 2017-10-05 01:36:04
[deleted] => 0
[webserviceParameters:protected] => Array
(
[objectsNodeName] => addresses
[fields] => Array
(
[id_customer] => Array
(
[xlink_resource] => customers
)
[id_manufacturer] => Array
(
[xlink_resource] => manufacturers
)
[id_supplier] => Array
(
[xlink_resource] => suppliers
)
[id_warehouse] => Array
(
[xlink_resource] => warehouse
)
[id_country] => Array
(
[xlink_resource] => countries
)
[id_state] => Array
(
[xlink_resource] => states
)
)
)
[id] => 7
[id_lang:protected] =>
[id_shop:protected] =>
[id_shop_list] =>
[get_shop_from_context:protected] => 1
[table:protected] => address
[identifier:protected] => id_address
[fieldsRequired:protected] => Array
(
[0] => id_country
[1] => alias
[2] => lastname
[3] => firstname
[4] => address1
[5] => city
)
[fieldsSize:protected] => Array
(
[alias] => 32
[company] => 255
[lastname] => 32
[firstname] => 32
[address1] => 128
[address2] => 128
[postcode] => 12
[city] => 64
[other] => 300
[phone] => 32
[phone_mobile] => 32
[dni] => 16
)
[fieldsValidate:protected] => Array
(
[id_customer] => isNullOrUnsignedId
[id_manufacturer] => isNullOrUnsignedId
[id_supplier] => isNullOrUnsignedId
[id_warehouse] => isNullOrUnsignedId
[id_country] => isUnsignedId
[id_state] => isNullOrUnsignedId
[alias] => isGenericName
[company] => isGenericName
[lastname] => isName
[firstname] => isName
[vat_number] => isGenericName
[address1] => isAddress
[address2] => isAddress
[postcode] => isPostCode
[city] => isCityName
[other] => isMessage
[phone] => isPhoneNumber
[phone_mobile] => isPhoneNumber
[dni] => isDniLite
[deleted] => isBool
[date_add] => isDate
[date_upd] => isDate
)
[fieldsRequiredLang:protected] => Array
(
)
[fieldsSizeLang:protected] => Array
(
)
[fieldsValidateLang:protected] => Array
(
)
[tables:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[translator:protected] =>
[def:protected] => Array
(
[table] => address
[primary] => id_address
[fields] => Array
(
[id_customer] => Array
(
[type] => 1
[validate] => isNullOrUnsignedId
[copy_post] =>
)
[id_manufacturer] => Array
(
[type] => 1
[validate] => isNullOrUnsignedId
[copy_post] =>
)
[id_supplier] => Array
(
[type] => 1
[validate] => isNullOrUnsignedId
[copy_post] =>
)
[id_warehouse] => Array
(
[type] => 1
[validate] => isNullOrUnsignedId
[copy_post] =>
)
[id_country] => Array
(
[type] => 1
[validate] => isUnsignedId
[required] => 1
)
[id_state] => Array
(
[type] => 1
[validate] => isNullOrUnsignedId
)
[alias] => Array
(
[type] => 3
[validate] => isGenericName
[required] => 1
[size] => 32
)
[company] => Array
(
[type] => 3
[validate] => isGenericName
[size] => 255
)
[lastname] => Array
(
[type] => 3
[validate] => isName
[required] => 1
[size] => 32
)
[firstname] => Array
(
[type] => 3
[validate] => isName
[required] => 1
[size] => 32
)
[vat_number] => Array
(
[type] => 3
[validate] => isGenericName
)
[address1] => Array
(
[type] => 3
[validate] => isAddress
[required] => 1
[size] => 128
)
[address2] => Array
(
[type] => 3
[validate] => isAddress
[size] => 128
)
[postcode] => Array
(
[type] => 3
[validate] => isPostCode
[size] => 12
)
[city] => Array
(
[type] => 3
[validate] => isCityName
[required] => 1
[size] => 64
)
[other] => Array
(
[type] => 3
[validate] => isMessage
[size] => 300
)
[phone] => Array
(
[type] => 3
[validate] => isPhoneNumber
[size] => 32
)
[phone_mobile] => Array
(
[type] => 3
[validate] => isPhoneNumber
[size] => 32
)
[dni] => Array
(
[type] => 3
[validate] => isDniLite
[size] => 16
)
[deleted] => Array
(
[type] => 2
[validate] => isBool
[copy_post] =>
)
[date_add] => Array
(
[type] => 5
[validate] => isDate
[copy_post] =>
)
[date_upd] => Array
(
[type] => 5
[validate] => isDate
[copy_post] =>
)
)
[classname] => Address
)
[update_fields:protected] =>
[force_id] =>
)
[cookie] => Cookie Object
(
[_content:protected] => Array
(
[date_add] => 2017-09-19 18:07:48
[id_lang] => 1
[id_currency] => 1
[last_visited_category] => 3
[check_cgv] =>
[id_guest] => 5
[id_connections] => 11
[id_customer] => 4
[customer_lastname] => test
[customer_firstname] => test
[logged] => 1
[is_guest] =>
[passwd] => 59fa10c13b212b5f68ea5c87a37d2b19
[email] => test2@presteamshop.com
[id_cart] => 11
[opc_suggest_address] => 1
[checksum] => -54401057
)
[_name:protected] => PrestaShop-94126e7fbf893c89684b67dcaa20f240
[_expire:protected] => 1508888164
[_domain:protected] =>
[_path:protected] => /demos/onepagecheckoutps/1722/
[cipherTool:protected] => PhpEncryption Object
(
)
[_modified:protected] =>
[_allow_writing:protected] => 1
[_salt:protected] => E4xx7wbn
[_standalone:protected] =>
[_secure:protected] =>
)
[cart] => Cart Object
(
[id] => 11
[id_shop_group] => 1
[id_shop] => 1
[id_address_delivery] => 7
[id_address_invoice] => 7
[id_currency] => 1
[id_customer] => 4
[id_guest] => 5
[id_lang] => 1
[recyclable] => 0
[gift] => 0
[gift_message] =>
[mobile_theme] => 0
[date_add] => 2017-09-26 01:14:17
[secure_key] => 1d3d59f84c0a06ee1cf56da3c0a6a6bf
[id_carrier] => 1
[date_upd] => 2017-10-04 17:21:30
[checkedTos] =>
[pictures] =>
[textFields] =>
[delivery_option] => a:1:{i:7;s:2:"1,";}
[allow_seperated_package] => 0
[_products:protected] =>
[_taxCalculationMethod:protected] => 0
[webserviceParameters:protected] => Array
(
[fields] => Array
(
[id_address_delivery] => Array
(
[xlink_resource] => addresses
)
[id_address_invoice] => Array
(
[xlink_resource] => addresses
)
[id_currency] => Array
(
[xlink_resource] => currencies
)
[id_customer] => Array
(
[xlink_resource] => customers
)
[id_guest] => Array
(
[xlink_resource] => guests
)
[id_lang] => Array
(
[xlink_resource] => languages
)
)
[associations] => Array
(
[cart_rows] => Array
(
[resource] => cart_row
[virtual_entity] => 1
[fields] => Array
(
[id_product] => Array
(
[required] => 1
[xlink_resource] => products
)
[id_product_attribute] => Array
(
[required] => 1
[xlink_resource] => combinations
)
[id_address_delivery] => Array
(
[required] => 1
[xlink_resource] => addresses
)
[quantity] => Array
(
[required] => 1
)
)
)
)
)
[configuration:protected] => PrestaShopPrestaShopAdapterConfiguration Object
(
[shop:PrestaShopPrestaShopAdapterConfiguration:private] =>
)
[addressFactory:protected] => PrestaShopPrestaShopAdapterAddressFactory Object
(
)
[shouldSplitGiftProductsQuantity:protected] =>
[shouldExcludeGiftsDiscount:protected] =>
[id_shop_list] =>
[get_shop_from_context:protected] => 1
[table:protected] => cart
[identifier:protected] => id_cart
[fieldsRequired:protected] => Array
(
[0] => id_currency
[1] => id_lang
)
[fieldsSize:protected] => Array
(
[secure_key] => 32
)
[fieldsValidate:protected] => Array
(
[id_shop_group] => isUnsignedId
[id_shop] => isUnsignedId
[id_address_delivery] => isUnsignedId
[id_address_invoice] => isUnsignedId
[id_carrier] => isUnsignedId
[id_currency] => isUnsignedId
[id_customer] => isUnsignedId
[id_guest] => isUnsignedId
[id_lang] => isUnsignedId
[recyclable] => isBool
[gift] => isBool
[gift_message] => isMessage
[mobile_theme] => isBool
[allow_seperated_package] => isBool
[date_add] => isDate
[date_upd] => isDate
)
[fieldsRequiredLang:protected] => Array
(
)
[fieldsSizeLang:protected] => Array
(
)
[fieldsValidateLang:protected] => Array
(
)
[tables:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[translator:protected] =>
[def:protected] => Array
(
[table] => cart
[primary] => id_cart
[fields] => Array
(
[id_shop_group] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_shop] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_address_delivery] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_address_invoice] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_carrier] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_currency] => Array
(
[type] => 1
[validate] => isUnsignedId
[required] => 1
)
[id_customer] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_guest] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_lang] => Array
(
[type] => 1
[validate] => isUnsignedId
[required] => 1
)
[recyclable] => Array
(
[type] => 2
[validate] => isBool
)
[gift] => Array
(
[type] => 2
[validate] => isBool
)
[gift_message] => Array
(
[type] => 3
[validate] => isMessage
)
[mobile_theme] => Array
(
[type] => 2
[validate] => isBool
)
[delivery_option] => Array
(
[type] => 3
)
[secure_key] => Array
(
[type] => 3
[size] => 32
)
[allow_seperated_package] => Array
(
[type] => 2
[validate] => isBool
)
[date_add] => Array
(
[type] => 5
[validate] => isDate
)
[date_upd] => Array
(
[type] => 5
[validate] => isDate
)
)
[classname] => Cart
)
[update_fields:protected] =>
[force_id] =>
)
[altern] => 1
)
890. return $output;
891. }
892.
893. public static function coreCallHook($module, $method, $params)
894. {
895. return $module->{$method}($params);
896. }
897.
898. public static function coreRenderWidget($module, $hook_name, $params)
899. {
900. return $module->renderWidget($hook_name, $params);
Argument [0]
Array
(
[object] => Address Object
(
[id_customer] => 4
[id_manufacturer] => 0
[id_supplier] => 0
[id_warehouse] => 0
[id_country] => 6
[id_state] => 332
[country] => España
[alias] => My delivery address #03
[company] =>
[lastname] => test
[firstname] => test
[address1] => direccion
[address2] =>
[postcode] => 08930
[city] => Ciudad
[other] =>
[phone] =>
[phone_mobile] => 848787
[vat_number] =>
[dni] => 123456789
[date_add] => 2017-09-26 00:00:03
[date_upd] => 2017-10-05 01:36:04
[deleted] => 0
[webserviceParameters:protected] => Array
(
[objectsNodeName] => addresses
[fields] => Array
(
[id_customer] => Array
(
[xlink_resource] => customers
)
[id_manufacturer] => Array
(
[xlink_resource] => manufacturers
)
[id_supplier] => Array
(
[xlink_resource] => suppliers
)
[id_warehouse] => Array
(
[xlink_resource] => warehouse
)
[id_country] => Array
(
[xlink_resource] => countries
)
[id_state] => Array
(
[xlink_resource] => states
)
)
)
[id] => 7
[id_lang:protected] =>
[id_shop:protected] =>
[id_shop_list] =>
[get_shop_from_context:protected] => 1
[table:protected] => address
[identifier:protected] => id_address
[fieldsRequired:protected] => Array
(
[0] => id_country
[1] => alias
[2] => lastname
[3] => firstname
[4] => address1
[5] => city
)
[fieldsSize:protected] => Array
(
[alias] => 32
[company] => 255
[lastname] => 32
[firstname] => 32
[address1] => 128
[address2] => 128
[postcode] => 12
[city] => 64
[other] => 300
[phone] => 32
[phone_mobile] => 32
[dni] => 16
)
[fieldsValidate:protected] => Array
(
[id_customer] => isNullOrUnsignedId
[id_manufacturer] => isNullOrUnsignedId
[id_supplier] => isNullOrUnsignedId
[id_warehouse] => isNullOrUnsignedId
[id_country] => isUnsignedId
[id_state] => isNullOrUnsignedId
[alias] => isGenericName
[company] => isGenericName
[lastname] => isName
[firstname] => isName
[vat_number] => isGenericName
[address1] => isAddress
[address2] => isAddress
[postcode] => isPostCode
[city] => isCityName
[other] => isMessage
[phone] => isPhoneNumber
[phone_mobile] => isPhoneNumber
[dni] => isDniLite
[deleted] => isBool
[date_add] => isDate
[date_upd] => isDate
)
[fieldsRequiredLang:protected] => Array
(
)
[fieldsSizeLang:protected] => Array
(
)
[fieldsValidateLang:protected] => Array
(
)
[tables:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[translator:protected] =>
[def:protected] => Array
(
[table] => address
[primary] => id_address
[fields] => Array
(
[id_customer] => Array
(
[type] => 1
[validate] => isNullOrUnsignedId
[copy_post] =>
)
[id_manufacturer] => Array
(
[type] => 1
[validate] => isNullOrUnsignedId
[copy_post] =>
)
[id_supplier] => Array
(
[type] => 1
[validate] => isNullOrUnsignedId
[copy_post] =>
)
[id_warehouse] => Array
(
[type] => 1
[validate] => isNullOrUnsignedId
[copy_post] =>
)
[id_country] => Array
(
[type] => 1
[validate] => isUnsignedId
[required] => 1
)
[id_state] => Array
(
[type] => 1
[validate] => isNullOrUnsignedId
)
[alias] => Array
(
[type] => 3
[validate] => isGenericName
[required] => 1
[size] => 32
)
[company] => Array
(
[type] => 3
[validate] => isGenericName
[size] => 255
)
[lastname] => Array
(
[type] => 3
[validate] => isName
[required] => 1
[size] => 32
)
[firstname] => Array
(
[type] => 3
[validate] => isName
[required] => 1
[size] => 32
)
[vat_number] => Array
(
[type] => 3
[validate] => isGenericName
)
[address1] => Array
(
[type] => 3
[validate] => isAddress
[required] => 1
[size] => 128
)
[address2] => Array
(
[type] => 3
[validate] => isAddress
[size] => 128
)
[postcode] => Array
(
[type] => 3
[validate] => isPostCode
[size] => 12
)
[city] => Array
(
[type] => 3
[validate] => isCityName
[required] => 1
[size] => 64
)
[other] => Array
(
[type] => 3
[validate] => isMessage
[size] => 300
)
[phone] => Array
(
[type] => 3
[validate] => isPhoneNumber
[size] => 32
)
[phone_mobile] => Array
(
[type] => 3
[validate] => isPhoneNumber
[size] => 32
)
[dni] => Array
(
[type] => 3
[validate] => isDniLite
[size] => 16
)
[deleted] => Array
(
[type] => 2
[validate] => isBool
[copy_post] =>
)
[date_add] => Array
(
[type] => 5
[validate] => isDate
[copy_post] =>
)
[date_upd] => Array
(
[type] => 5
[validate] => isDate
[copy_post] =>
)
)
[classname] => Address
)
[update_fields:protected] =>
[force_id] =>
)
[cookie] => Cookie Object
(
[_content:protected] => Array
(
[date_add] => 2017-09-19 18:07:48
[id_lang] => 1
[id_currency] => 1
[last_visited_category] => 3
[check_cgv] =>
[id_guest] => 5
[id_connections] => 11
[id_customer] => 4
[customer_lastname] => test
[customer_firstname] => test
[logged] => 1
[is_guest] =>
[passwd] => 59fa10c13b212b5f68ea5c87a37d2b19
[email] => test2@presteamshop.com
[id_cart] => 11
[opc_suggest_address] => 1
[checksum] => -54401057
)
[_name:protected] => PrestaShop-94126e7fbf893c89684b67dcaa20f240
[_expire:protected] => 1508888164
[_domain:protected] =>
[_path:protected] => /demos/onepagecheckoutps/1722/
[cipherTool:protected] => PhpEncryption Object
(
)
[_modified:protected] =>
[_allow_writing:protected] => 1
[_salt:protected] => E4xx7wbn
[_standalone:protected] =>
[_secure:protected] =>
)
[cart] => Cart Object
(
[id] => 11
[id_shop_group] => 1
[id_shop] => 1
[id_address_delivery] => 7
[id_address_invoice] => 7
[id_currency] => 1
[id_customer] => 4
[id_guest] => 5
[id_lang] => 1
[recyclable] => 0
[gift] => 0
[gift_message] =>
[mobile_theme] => 0
[date_add] => 2017-09-26 01:14:17
[secure_key] => 1d3d59f84c0a06ee1cf56da3c0a6a6bf
[id_carrier] => 1
[date_upd] => 2017-10-04 17:21:30
[checkedTos] =>
[pictures] =>
[textFields] =>
[delivery_option] => a:1:{i:7;s:2:"1,";}
[allow_seperated_package] => 0
[_products:protected] =>
[_taxCalculationMethod:protected] => 0
[webserviceParameters:protected] => Array
(
[fields] => Array
(
[id_address_delivery] => Array
(
[xlink_resource] => addresses
)
[id_address_invoice] => Array
(
[xlink_resource] => addresses
)
[id_currency] => Array
(
[xlink_resource] => currencies
)
[id_customer] => Array
(
[xlink_resource] => customers
)
[id_guest] => Array
(
[xlink_resource] => guests
)
[id_lang] => Array
(
[xlink_resource] => languages
)
)
[associations] => Array
(
[cart_rows] => Array
(
[resource] => cart_row
[virtual_entity] => 1
[fields] => Array
(
[id_product] => Array
(
[required] => 1
[xlink_resource] => products
)
[id_product_attribute] => Array
(
[required] => 1
[xlink_resource] => combinations
)
[id_address_delivery] => Array
(
[required] => 1
[xlink_resource] => addresses
)
[quantity] => Array
(
[required] => 1
)
)
)
)
)
[configuration:protected] => PrestaShopPrestaShopAdapterConfiguration Object
(
[shop:PrestaShopPrestaShopAdapterConfiguration:private] =>
)
[addressFactory:protected] => PrestaShopPrestaShopAdapterAddressFactory Object
(
)
[shouldSplitGiftProductsQuantity:protected] =>
[shouldExcludeGiftsDiscount:protected] =>
[id_shop_list] =>
[get_shop_from_context:protected] => 1
[table:protected] => cart
[identifier:protected] => id_cart
[fieldsRequired:protected] => Array
(
[0] => id_currency
[1] => id_lang
)
[fieldsSize:protected] => Array
(
[secure_key] => 32
)
[fieldsValidate:protected] => Array
(
[id_shop_group] => isUnsignedId
[id_shop] => isUnsignedId
[id_address_delivery] => isUnsignedId
[id_address_invoice] => isUnsignedId
[id_carrier] => isUnsignedId
[id_currency] => isUnsignedId
[id_customer] => isUnsignedId
[id_guest] => isUnsignedId
[id_lang] => isUnsignedId
[recyclable] => isBool
[gift] => isBool
[gift_message] => isMessage
[mobile_theme] => isBool
[allow_seperated_package] => isBool
[date_add] => isDate
[date_upd] => isDate
)
[fieldsRequiredLang:protected] => Array
(
)
[fieldsSizeLang:protected] => Array
(
)
[fieldsValidateLang:protected] => Array
(
)
[tables:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[translator:protected] =>
[def:protected] => Array
(
[table] => cart
[primary] => id_cart
[fields] => Array
(
[id_shop_group] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_shop] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_address_delivery] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_address_invoice] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_carrier] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_currency] => Array
(
[type] => 1
[validate] => isUnsignedId
[required] => 1
)
[id_customer] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_guest] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_lang] => Array
(
[type] => 1
[validate] => isUnsignedId
[required] => 1
)
[recyclable] => Array
(
[type] => 2
[validate] => isBool
)
[gift] => Array
(
[type] => 2
[validate] => isBool
)
[gift_message] => Array
(
[type] => 3
[validate] => isMessage
)
[mobile_theme] => Array
(
[type] => 2
[validate] => isBool
)
[delivery_option] => Array
(
[type] => 3
)
[secure_key] => Array
(
[type] => 3
[size] => 32
)
[allow_seperated_package] => Array
(
[type] => 2
[validate] => isBool
)
[date_add] => Array
(
[type] => 5
[validate] => isDate
)
[date_upd] => Array
(
[type] => 5
[validate] => isDate
)
)
[classname] => Cart
)
[update_fields:protected] =>
[force_id] =>
)
[altern] => 1
)
322. * @return string
323. */
324. private static function callHookOn($module, $hookName, $hookArgs)
325. {
326. if (is_callable(array($module, 'hook' . $hookName))) {
327. return Hook::coreCallHook($module, 'hook' . $hookName, $hookArgs);
328. }
329. foreach (Hook::getHookAliasesFor($hookName) as $hook) {
330. if (is_callable(array($module, 'hook' . $hook))) {
331. return Hook::coreCallHook($module, 'hook' . $hook, $hookArgs);
332. }
Argument [0]
Whoops, looks like something went wrong.
1/1
OutOfMemoryException in Tools.php line 871:
{"url_call":"http://localhost/demos/onepagecheckoutps/1722/index.php?controller=order?rand=1507160164400","is_ajax":1,"action":"loadAddress","delivery_id":0,"invoice_id":0,"is_set_invoice":1,"dataType":"json","async":true,"token":"f01ade9cde57b7ca9f97637f850eb911","navigator":"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0"}
----------------------------------------------------------------