1480 lines
62 KiB
Plaintext
1480 lines
62 KiB
Plaintext
[500] Internal Server Error
|
|
<style>
|
|
#psException{font-family: Verdana; font-size: 14px}
|
|
#psException h2{color: #F20000}
|
|
#psException p{padding-left: 20px}
|
|
#psException ul li{margin-bottom: 10px}
|
|
#psException a{font-size: 12px; color: #000000}
|
|
#psException .psTrace, #psException .psArgs{display: none}
|
|
#psException pre{border: 1px solid #236B04; background-color: #EAFEE1; padding: 5px; font-family: Courier; width: 99%; overflow-x: auto; margin-bottom: 30px;}
|
|
#psException .psArgs pre{background-color: #F1FDFE;}
|
|
#psException pre .selected{color: #F20000; font-weight: bold;}
|
|
</style><div id="psException"><h2>[PrestaShopDatabaseException]</h2><p><b>Unknown column 'id_district' in 'field list'<br /><br /><pre>UPDATE ps_address SET `id_district` = 0, `id_subdistrict` = 0 WHERE `id_address` = 7</pre></b><br /><i>at line </i><b>744</b><i> in file </i><b>classes/db/Db.php</b></p><div class="psTrace" id="psTrace_" style="display: block"><pre>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) {
|
|
<span class="selected">744. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');
|
|
</span>745. }
|
|
746.
|
|
747. throw new PrestaShopDatabaseException($this->getMsgError());
|
|
748. }
|
|
749. }
|
|
</pre></div><ul><li><b>DbCore->displayError</b> - <a style="font-size: 12px; color: #000000; cursor:pointer; color: blue;" onclick="document.getElementById('psTrace_0').style.display = (document.getElementById('psTrace_0').style.display != 'block') ? 'block' : 'none'; return false">[line 378 - classes/db/Db.php]</a> - <a style="font-size: 12px; color: #000000; cursor:pointer; color: blue;" onclick="document.getElementById('psArgs_0').style.display = (document.getElementById('psArgs_0').style.display != 'block') ? 'block' : 'none'; return false">[1 Arguments]</a><div class="psTrace" id="psTrace_0" ><pre>373. $this->result = $this->_query($sql);
|
|
374. }
|
|
375. }
|
|
376.
|
|
377. if (_PS_DEBUG_SQL_) {
|
|
<span class="selected">378. $this->displayError($sql);
|
|
</span>379. }
|
|
380.
|
|
381. return $this->result;
|
|
382. }
|
|
383.
|
|
</pre></div><div class="psArgs" id="psArgs_0"><pre><b>Argument [0]</b>
|
|
UPDATE ps_address SET `id_district` = 0, `id_subdistrict` = 0 WHERE `id_address` = 7
|
|
</pre></li><li><b>DbCore->query</b> - <a style="font-size: 12px; color: #000000; cursor:pointer; color: blue;" onclick="document.getElementById('psTrace_1').style.display = (document.getElementById('psTrace_1').style.display != 'block') ? 'block' : 'none'; return false">[line 554 - classes/db/Db.php]</a> - <a style="font-size: 12px; color: #000000; cursor:pointer; color: blue;" onclick="document.getElementById('psArgs_1').style.display = (document.getElementById('psArgs_1').style.display != 'block') ? 'block' : 'none'; return false">[1 Arguments]</a><div class="psTrace" id="psTrace_1" ><pre>549. {
|
|
550. if ($sql instanceof DbQuery) {
|
|
551. $sql = $sql->build();
|
|
552. }
|
|
553.
|
|
<span class="selected">554. $this->result = $this->query($sql);
|
|
</span>555. if ($use_cache && $this->is_cache_enabled) {
|
|
556. Cache::getInstance()->deleteQuery($sql);
|
|
557. }
|
|
558.
|
|
559. return (bool)$this->result;
|
|
</pre></div><div class="psArgs" id="psArgs_1"><pre><b>Argument [0]</b>
|
|
UPDATE ps_address SET `id_district` = 0, `id_subdistrict` = 0 WHERE `id_address` = 7
|
|
</pre></li><li><b>DbCore->execute</b> - <a style="font-size: 12px; color: #000000; cursor:pointer; color: blue;" onclick="document.getElementById('psTrace_2').style.display = (document.getElementById('psTrace_2').style.display != 'block') ? 'block' : 'none'; return false">[line 697 - modules/kurirq/kurirq.php]</a> - <a style="font-size: 12px; color: #000000; cursor:pointer; color: blue;" onclick="document.getElementById('psArgs_2').style.display = (document.getElementById('psArgs_2').style.display != 'block') ? 'block' : 'none'; return false">[1 Arguments]</a><div class="psTrace" id="psTrace_2" ><pre>692. if (!Validate::isLoadedObject($address)) {
|
|
693. return false;
|
|
694. }
|
|
695. $id_address = $address->id;
|
|
696.
|
|
<span class="selected">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);
|
|
</span>698. }
|
|
699. }
|
|
700.
|
|
701. public function getOrderShippingCost($params, $shipping_cost)
|
|
702. {
|
|
</pre></div><div class="psArgs" id="psArgs_2"><pre><b>Argument [0]</b>
|
|
UPDATE ps_address SET `id_district` = 0, `id_subdistrict` = 0 WHERE `id_address` = 7
|
|
</pre></li><li><b>KurirQ->updateAddress</b> - <a style="font-size: 12px; color: #000000; cursor:pointer; color: blue;" onclick="document.getElementById('psTrace_3').style.display = (document.getElementById('psTrace_3').style.display != 'block') ? 'block' : 'none'; return false">[line 680 - modules/kurirq/kurirq.php]</a> - <a style="font-size: 12px; color: #000000; cursor:pointer; color: blue;" onclick="document.getElementById('psArgs_3').style.display = (document.getElementById('psArgs_3').style.display != 'block') ? 'block' : 'none'; return false">[1 Arguments]</a><div class="psTrace" id="psTrace_3" ><pre>675. $this->updateAddress($params);
|
|
676. }
|
|
677.
|
|
678. public function hookactionObjectAddressUpdateAfter($params)
|
|
679. {
|
|
<span class="selected">680. $this->updateAddress($params);
|
|
</span>681. }
|
|
682.
|
|
683. public function hookDashboardZoneOne($params)
|
|
684. {
|
|
685. return $this->display(__FILE__, 'views/templates/admin/news.tpl');
|
|
</pre></div><div class="psArgs" id="psArgs_3"><pre><b>Argument [0]</b>
|
|
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
|
|
)
|
|
|
|
</pre></li><li><b>KurirQ->hookactionObjectAddressUpdateAfter</b> - <a style="font-size: 12px; color: #000000; cursor:pointer; color: blue;" onclick="document.getElementById('psTrace_4').style.display = (document.getElementById('psTrace_4').style.display != 'block') ? 'block' : 'none'; return false">[line 895 - classes/Hook.php]</a> - <a style="font-size: 12px; color: #000000; cursor:pointer; color: blue;" onclick="document.getElementById('psArgs_4').style.display = (document.getElementById('psArgs_4').style.display != 'block') ? 'block' : 'none'; return false">[1 Arguments]</a><div class="psTrace" id="psTrace_4" ><pre>890. return $output;
|
|
891. }
|
|
892.
|
|
893. public static function coreCallHook($module, $method, $params)
|
|
894. {
|
|
<span class="selected">895. return $module->{$method}($params);
|
|
</span>896. }
|
|
897.
|
|
898. public static function coreRenderWidget($module, $hook_name, $params)
|
|
899. {
|
|
900. return $module->renderWidget($hook_name, $params);
|
|
</pre></div><div class="psArgs" id="psArgs_4"><pre><b>Argument [0]</b>
|
|
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
|
|
)
|
|
|
|
</pre></li><li><b>HookCore::coreCallHook</b> - <a style="font-size: 12px; color: #000000; cursor:pointer; color: blue;" onclick="document.getElementById('psTrace_5').style.display = (document.getElementById('psTrace_5').style.display != 'block') ? 'block' : 'none'; return false">[line 327 - classes/Hook.php]</a> - <a style="font-size: 12px; color: #000000; cursor:pointer; color: blue;" onclick="document.getElementById('psArgs_5').style.display = (document.getElementById('psArgs_5').style.display != 'block') ? 'block' : 'none'; return false">[3 Arguments]</a><div class="psTrace" id="psTrace_5" ><pre>322. * @return string
|
|
323. */
|
|
324. private static function callHookOn($module, $hookName, $hookArgs)
|
|
325. {
|
|
326. if (is_callable(array($module, 'hook' . $hookName))) {
|
|
<span class="selected">327. return Hook::coreCallHook($module, 'hook' . $hookName, $hookArgs);
|
|
</span>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. }
|
|
</pre></div><div class="psArgs" id="psArgs_5"><pre><b>Argument [0]</b>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="robots" content="noindex,nofollow" />
|
|
<style>
|
|
/* Copyright (c) 2010, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html */
|
|
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
|
|
|
|
html { background: #eee; padding: 10px }
|
|
img { border: 0; }
|
|
#sf-resetcontent { width:970px; margin:0 auto; }
|
|
.sf-reset { font: 11px Verdana, Arial, sans-serif; color: #333 }
|
|
.sf-reset .clear { clear:both; height:0; font-size:0; line-height:0; }
|
|
.sf-reset .clear_fix:after { display:block; height:0; clear:both; visibility:hidden; }
|
|
.sf-reset .clear_fix { display:inline-block; }
|
|
.sf-reset * html .clear_fix { height:1%; }
|
|
.sf-reset .clear_fix { display:block; }
|
|
.sf-reset, .sf-reset .block { margin: auto }
|
|
.sf-reset abbr { border-bottom: 1px dotted #000; cursor: help; }
|
|
.sf-reset p { font-size:14px; line-height:20px; color:#868686; padding-bottom:20px }
|
|
.sf-reset strong { font-weight:bold; }
|
|
.sf-reset a { color:#6c6159; cursor: default; }
|
|
.sf-reset a img { border:none; }
|
|
.sf-reset a:hover { text-decoration:underline; }
|
|
.sf-reset em { font-style:italic; }
|
|
.sf-reset h1, .sf-reset h2 { font: 20px Georgia, "Times New Roman", Times, serif }
|
|
.sf-reset .exception_counter { background-color: #fff; color: #333; padding: 6px; float: left; margin-right: 10px; float: left; display: block; }
|
|
.sf-reset .exception_title { margin-left: 3em; margin-bottom: 0.7em; display: block; }
|
|
.sf-reset .exception_message { margin-left: 3em; display: block; }
|
|
.sf-reset .traces li { font-size:12px; padding: 2px 4px; list-style-type:decimal; margin-left:20px; }
|
|
.sf-reset .block { background-color:#FFFFFF; padding:10px 28px; margin-bottom:20px;
|
|
-webkit-border-bottom-right-radius: 16px;
|
|
-webkit-border-bottom-left-radius: 16px;
|
|
-moz-border-radius-bottomright: 16px;
|
|
-moz-border-radius-bottomleft: 16px;
|
|
border-bottom-right-radius: 16px;
|
|
border-bottom-left-radius: 16px;
|
|
border-bottom:1px solid #ccc;
|
|
border-right:1px solid #ccc;
|
|
border-left:1px solid #ccc;
|
|
word-wrap: break-word;
|
|
}
|
|
.sf-reset .block_exception { background-color:#ddd; color: #333; padding:20px;
|
|
-webkit-border-top-left-radius: 16px;
|
|
-webkit-border-top-right-radius: 16px;
|
|
-moz-border-radius-topleft: 16px;
|
|
-moz-border-radius-topright: 16px;
|
|
border-top-left-radius: 16px;
|
|
border-top-right-radius: 16px;
|
|
border-top:1px solid #ccc;
|
|
border-right:1px solid #ccc;
|
|
border-left:1px solid #ccc;
|
|
overflow: hidden;
|
|
word-wrap: break-word;
|
|
}
|
|
.sf-reset a { background:none; color:#868686; text-decoration:none; }
|
|
.sf-reset a:hover { background:none; color:#313131; text-decoration:underline; }
|
|
.sf-reset ol { padding: 10px 0; }
|
|
.sf-reset h1 { background-color:#FFFFFF; padding: 15px 28px; margin-bottom: 20px;
|
|
-webkit-border-radius: 10px;
|
|
-moz-border-radius: 10px;
|
|
border-radius: 10px;
|
|
border: 1px solid #ccc;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="sf-resetcontent" class="sf-reset">
|
|
<h1>Whoops, looks like something went wrong.</h1>
|
|
<h2 class="block_exception clear_fix">
|
|
<span class="exception_counter">1/1</span>
|
|
<span class="exception_title"><abbr title="SymfonyComponentDebugExceptionOutOfMemoryException">OutOfMemoryException</abbr> in <a title="W:xampphtdocsdemosonepagecheckoutps1722classesTools.php line 871" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">Tools.php line 871</a>:</span>
|
|
<span class="exception_message">Error: Out of memory (allocated 618135552) (tried to allocate 397896335 bytes)</span>
|
|
</h2>
|
|
<div class="block">
|
|
<ol class="traces list_exception">
|
|
<li> in <a title="W:xampphtdocsdemosonepagecheckoutps1722classesTools.php line 871" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">Tools.php line 871</a></li>
|
|
</ol>
|
|
</div>
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|
|
{"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"}
|
|
----------------------------------------------------------------
|
|
|