Files
interblue.pl/modules/onepagecheckoutps/log/20171005_error.log
2024-10-25 14:16:28 +02:00

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 &amp;&amp; $errno) {
740. $dbg = debug_backtrace();
741. WebserviceRequest::getInstance()-&gt;setError(500, '[SQL Error] '.$this-&gt;getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'-&gt;'.$dbg[3]['function'].'() Query was : '.$sql, 97);
742. } elseif (_PS_DEBUG_SQL_ &amp;&amp; $errno &amp;&amp; !defined('PS_INSTALLATION_IN_PROGRESS')) {
743. if ($sql) {
<span class="selected">744. throw new PrestaShopDatabaseException($this-&gt;getMsgError().'&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;'.$sql.'&lt;/pre&gt;');
</span>745. }
746.
747. throw new PrestaShopDatabaseException($this-&gt;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-&gt;result = $this-&gt;_query($sql);
374. }
375. }
376.
377. if (_PS_DEBUG_SQL_) {
<span class="selected">378. $this-&gt;displayError($sql);
</span>379. }
380.
381. return $this-&gt;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-&gt;build();
552. }
553.
<span class="selected">554. $this-&gt;result = $this-&gt;query($sql);
</span>555. if ($use_cache &amp;&amp; $this-&gt;is_cache_enabled) {
556. Cache::getInstance()-&gt;deleteQuery($sql);
557. }
558.
559. return (bool)$this-&gt;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-&gt;id;
696.
<span class="selected">697. Db::getInstance()-&gt;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-&gt;updateAddress($params);
676. }
677.
678. public function hookactionObjectAddressUpdateAfter($params)
679. {
<span class="selected">680. $this-&gt;updateAddress($params);
</span>681. }
682.
683. public function hookDashboardZoneOne($params)
684. {
685. return $this-&gt;display(__FILE__, 'views/templates/admin/news.tpl');
</pre></div><div class="psArgs" id="psArgs_3"><pre><b>Argument [0]</b>
Array
(
[object] =&gt; Address Object
(
[id_customer] =&gt; 4
[id_manufacturer] =&gt; 0
[id_supplier] =&gt; 0
[id_warehouse] =&gt; 0
[id_country] =&gt; 6
[id_state] =&gt; 332
[country] =&gt; Espa&ntilde;a
[alias] =&gt; My delivery address #03
[company] =&gt;
[lastname] =&gt; test
[firstname] =&gt; test
[address1] =&gt; direccion
[address2] =&gt;
[postcode] =&gt; 08930
[city] =&gt; Ciudad
[other] =&gt;
[phone] =&gt;
[phone_mobile] =&gt; 848787
[vat_number] =&gt;
[dni] =&gt; 123456789
[date_add] =&gt; 2017-09-26 00:00:03
[date_upd] =&gt; 2017-10-05 01:36:04
[deleted] =&gt; 0
[webserviceParameters:protected] =&gt; Array
(
[objectsNodeName] =&gt; addresses
[fields] =&gt; Array
(
[id_customer] =&gt; Array
(
[xlink_resource] =&gt; customers
)
[id_manufacturer] =&gt; Array
(
[xlink_resource] =&gt; manufacturers
)
[id_supplier] =&gt; Array
(
[xlink_resource] =&gt; suppliers
)
[id_warehouse] =&gt; Array
(
[xlink_resource] =&gt; warehouse
)
[id_country] =&gt; Array
(
[xlink_resource] =&gt; countries
)
[id_state] =&gt; Array
(
[xlink_resource] =&gt; states
)
)
)
[id] =&gt; 7
[id_lang:protected] =&gt;
[id_shop:protected] =&gt;
[id_shop_list] =&gt;
[get_shop_from_context:protected] =&gt; 1
[table:protected] =&gt; address
[identifier:protected] =&gt; id_address
[fieldsRequired:protected] =&gt; Array
(
[0] =&gt; id_country
[1] =&gt; alias
[2] =&gt; lastname
[3] =&gt; firstname
[4] =&gt; address1
[5] =&gt; city
)
[fieldsSize:protected] =&gt; Array
(
[alias] =&gt; 32
[company] =&gt; 255
[lastname] =&gt; 32
[firstname] =&gt; 32
[address1] =&gt; 128
[address2] =&gt; 128
[postcode] =&gt; 12
[city] =&gt; 64
[other] =&gt; 300
[phone] =&gt; 32
[phone_mobile] =&gt; 32
[dni] =&gt; 16
)
[fieldsValidate:protected] =&gt; Array
(
[id_customer] =&gt; isNullOrUnsignedId
[id_manufacturer] =&gt; isNullOrUnsignedId
[id_supplier] =&gt; isNullOrUnsignedId
[id_warehouse] =&gt; isNullOrUnsignedId
[id_country] =&gt; isUnsignedId
[id_state] =&gt; isNullOrUnsignedId
[alias] =&gt; isGenericName
[company] =&gt; isGenericName
[lastname] =&gt; isName
[firstname] =&gt; isName
[vat_number] =&gt; isGenericName
[address1] =&gt; isAddress
[address2] =&gt; isAddress
[postcode] =&gt; isPostCode
[city] =&gt; isCityName
[other] =&gt; isMessage
[phone] =&gt; isPhoneNumber
[phone_mobile] =&gt; isPhoneNumber
[dni] =&gt; isDniLite
[deleted] =&gt; isBool
[date_add] =&gt; isDate
[date_upd] =&gt; isDate
)
[fieldsRequiredLang:protected] =&gt; Array
(
)
[fieldsSizeLang:protected] =&gt; Array
(
)
[fieldsValidateLang:protected] =&gt; Array
(
)
[tables:protected] =&gt; Array
(
)
[image_dir:protected] =&gt;
[image_format:protected] =&gt; jpg
[translator:protected] =&gt;
[def:protected] =&gt; Array
(
[table] =&gt; address
[primary] =&gt; id_address
[fields] =&gt; Array
(
[id_customer] =&gt; Array
(
[type] =&gt; 1
[validate] =&gt; isNullOrUnsignedId
[copy_post] =&gt;
)
[id_manufacturer] =&gt; Array
(
[type] =&gt; 1
[validate] =&gt; isNullOrUnsignedId
[copy_post] =&gt;
)
[id_supplier] =&gt; Array
(
[type] =&gt; 1
[validate] =&gt; isNullOrUnsignedId
[copy_post] =&gt;
)
[id_warehouse] =&gt; Array
(
[type] =&gt; 1
[validate] =&gt; isNullOrUnsignedId
[copy_post] =&gt;
)
[id_country] =&gt; Array
(
[type] =&gt; 1
[validate] =&gt; isUnsignedId
[required] =&gt; 1
)
[id_state] =&gt; Array
(
[type] =&gt; 1
[validate] =&gt; isNullOrUnsignedId
)
[alias] =&gt; Array
(
[type] =&gt; 3
[validate] =&gt; isGenericName
[required] =&gt; 1
[size] =&gt; 32
)
[company] =&gt; Array
(
[type] =&gt; 3
[validate] =&gt; isGenericName
[size] =&gt; 255
)
[lastname] =&gt; Array
(
[type] =&gt; 3
[validate] =&gt; isName
[required] =&gt; 1
[size] =&gt; 32
)
[firstname] =&gt; Array
(
[type] =&gt; 3
[validate] =&gt; isName
[required] =&gt; 1
[size] =&gt; 32
)
[vat_number] =&gt; Array
(
[type] =&gt; 3
[validate] =&gt; isGenericName
)
[address1] =&gt; Array
(
[type] =&gt; 3
[validate] =&gt; isAddress
[required] =&gt; 1
[size] =&gt; 128
)
[address2] =&gt; Array
(
[type] =&gt; 3
[validate] =&gt; isAddress
[size] =&gt; 128
)
[postcode] =&gt; Array
(
[type] =&gt; 3
[validate] =&gt; isPostCode
[size] =&gt; 12
)
[city] =&gt; Array
(
[type] =&gt; 3
[validate] =&gt; isCityName
[required] =&gt; 1
[size] =&gt; 64
)
[other] =&gt; Array
(
[type] =&gt; 3
[validate] =&gt; isMessage
[size] =&gt; 300
)
[phone] =&gt; Array
(
[type] =&gt; 3
[validate] =&gt; isPhoneNumber
[size] =&gt; 32
)
[phone_mobile] =&gt; Array
(
[type] =&gt; 3
[validate] =&gt; isPhoneNumber
[size] =&gt; 32
)
[dni] =&gt; Array
(
[type] =&gt; 3
[validate] =&gt; isDniLite
[size] =&gt; 16
)
[deleted] =&gt; Array
(
[type] =&gt; 2
[validate] =&gt; isBool
[copy_post] =&gt;
)
[date_add] =&gt; Array
(
[type] =&gt; 5
[validate] =&gt; isDate
[copy_post] =&gt;
)
[date_upd] =&gt; Array
(
[type] =&gt; 5
[validate] =&gt; isDate
[copy_post] =&gt;
)
)
[classname] =&gt; Address
)
[update_fields:protected] =&gt;
[force_id] =&gt;
)
[cookie] =&gt; Cookie Object
(
[_content:protected] =&gt; Array
(
[date_add] =&gt; 2017-09-19 18:07:48
[id_lang] =&gt; 1
[id_currency] =&gt; 1
[last_visited_category] =&gt; 3
[check_cgv] =&gt;
[id_guest] =&gt; 5
[id_connections] =&gt; 11
[id_customer] =&gt; 4
[customer_lastname] =&gt; test
[customer_firstname] =&gt; test
[logged] =&gt; 1
[is_guest] =&gt;
[passwd] =&gt; 59fa10c13b212b5f68ea5c87a37d2b19
[email] =&gt; test2@presteamshop.com
[id_cart] =&gt; 11
[opc_suggest_address] =&gt; 1
[checksum] =&gt; -54401057
)
[_name:protected] =&gt; PrestaShop-94126e7fbf893c89684b67dcaa20f240
[_expire:protected] =&gt; 1508888164
[_domain:protected] =&gt;
[_path:protected] =&gt; /demos/onepagecheckoutps/1722/
[cipherTool:protected] =&gt; PhpEncryption Object
(
)
[_modified:protected] =&gt;
[_allow_writing:protected] =&gt; 1
[_salt:protected] =&gt; E4xx7wbn
[_standalone:protected] =&gt;
[_secure:protected] =&gt;
)
[cart] =&gt; Cart Object
(
[id] =&gt; 11
[id_shop_group] =&gt; 1
[id_shop] =&gt; 1
[id_address_delivery] =&gt; 7
[id_address_invoice] =&gt; 7
[id_currency] =&gt; 1
[id_customer] =&gt; 4
[id_guest] =&gt; 5
[id_lang] =&gt; 1
[recyclable] =&gt; 0
[gift] =&gt; 0
[gift_message] =&gt;
[mobile_theme] =&gt; 0
[date_add] =&gt; 2017-09-26 01:14:17
[secure_key] =&gt; 1d3d59f84c0a06ee1cf56da3c0a6a6bf
[id_carrier] =&gt; 1
[date_upd] =&gt; 2017-10-04 17:21:30
[checkedTos] =&gt;
[pictures] =&gt;
[textFields] =&gt;
[delivery_option] =&gt; a:1:{i:7;s:2:&quot;1,&quot;;}
[allow_seperated_package] =&gt; 0
[_products:protected] =&gt;
[_taxCalculationMethod:protected] =&gt; 0
[webserviceParameters:protected] =&gt; Array
(
[fields] =&gt; Array
(
[id_address_delivery] =&gt; Array
(
[xlink_resource] =&gt; addresses
)
[id_address_invoice] =&gt; Array
(
[xlink_resource] =&gt; addresses
)
[id_currency] =&gt; Array
(
[xlink_resource] =&gt; currencies
)
[id_customer] =&gt; Array
(
[xlink_resource] =&gt; customers
)
[id_guest] =&gt; Array
(
[xlink_resource] =&gt; guests
)
[id_lang] =&gt; Array
(
[xlink_resource] =&gt; languages
)
)
[associations] =&gt; Array
(
[cart_rows] =&gt; Array
(
[resource] =&gt; cart_row
[virtual_entity] =&gt; 1
[fields] =&gt; Array
(
[id_product] =&gt; Array
(
[required] =&gt; 1
[xlink_resource] =&gt; products
)
[id_product_attribute] =&gt; Array
(
[required] =&gt; 1
[xlink_resource] =&gt; combinations
)
[id_address_delivery] =&gt; Array
(
[required] =&gt; 1
[xlink_resource] =&gt; addresses
)
[quantity] =&gt; Array
(
[required] =&gt; 1
)
)
)
)
)
[configuration:protected] =&gt; PrestaShopPrestaShopAdapterConfiguration Object
(
[shop:PrestaShopPrestaShopAdapterConfiguration:private] =&gt;
)
[addressFactory:protected] =&gt; PrestaShopPrestaShopAdapterAddressFactory Object
(
)
[shouldSplitGiftProductsQuantity:protected] =&gt;
[shouldExcludeGiftsDiscount:protected] =&gt;
[id_shop_list] =&gt;
[get_shop_from_context:protected] =&gt; 1
[table:protected] =&gt; cart
[identifier:protected] =&gt; id_cart
[fieldsRequired:protected] =&gt; Array
(
[0] =&gt; id_currency
[1] =&gt; id_lang
)
[fieldsSize:protected] =&gt; Array
(
[secure_key] =&gt; 32
)
[fieldsValidate:protected] =&gt; Array
(
[id_shop_group] =&gt; isUnsignedId
[id_shop] =&gt; isUnsignedId
[id_address_delivery] =&gt; isUnsignedId
[id_address_invoice] =&gt; isUnsignedId
[id_carrier] =&gt; isUnsignedId
[id_currency] =&gt; isUnsignedId
[id_customer] =&gt; isUnsignedId
[id_guest] =&gt; isUnsignedId
[id_lang] =&gt; isUnsignedId
[recyclable] =&gt; isBool
[gift] =&gt; isBool
[gift_message] =&gt; isMessage
[mobile_theme] =&gt; isBool
[allow_seperated_package] =&gt; isBool
[date_add] =&gt; isDate
[date_upd] =&gt; isDate
)
[fieldsRequiredLang:protected] =&gt; Array
(
)
[fieldsSizeLang:protected] =&gt; Array
(
)
[fieldsValidateLang:protected] =&gt; Array
(
)
[tables:protected] =&gt; Array
(
)
[image_dir:protected] =&gt;
[image_format:protected] =&gt; jpg
[translator:protected] =&gt;
[def:protected] =&gt; Array
(
[table] =&gt; cart
[primary] =&gt; id_cart
[fields] =&gt; Array
(
[id_shop_group] =&gt; Array
(
[type] =&gt; 1
[validate] =&gt; isUnsignedId
)
[id_shop] =&gt; Array
(
[type] =&gt; 1
[validate] =&gt; isUnsignedId
)
[id_address_delivery] =&gt; Array
(
[type] =&gt; 1
[validate] =&gt; isUnsignedId
)
[id_address_invoice] =&gt; Array
(
[type] =&gt; 1
[validate] =&gt; isUnsignedId
)
[id_carrier] =&gt; Array
(
[type] =&gt; 1
[validate] =&gt; isUnsignedId
)
[id_currency] =&gt; Array
(
[type] =&gt; 1
[validate] =&gt; isUnsignedId
[required] =&gt; 1
)
[id_customer] =&gt; Array
(
[type] =&gt; 1
[validate] =&gt; isUnsignedId
)
[id_guest] =&gt; Array
(
[type] =&gt; 1
[validate] =&gt; isUnsignedId
)
[id_lang] =&gt; Array
(
[type] =&gt; 1
[validate] =&gt; isUnsignedId
[required] =&gt; 1
)
[recyclable] =&gt; Array
(
[type] =&gt; 2
[validate] =&gt; isBool
)
[gift] =&gt; Array
(
[type] =&gt; 2
[validate] =&gt; isBool
)
[gift_message] =&gt; Array
(
[type] =&gt; 3
[validate] =&gt; isMessage
)
[mobile_theme] =&gt; Array
(
[type] =&gt; 2
[validate] =&gt; isBool
)
[delivery_option] =&gt; Array
(
[type] =&gt; 3
)
[secure_key] =&gt; Array
(
[type] =&gt; 3
[size] =&gt; 32
)
[allow_seperated_package] =&gt; Array
(
[type] =&gt; 2
[validate] =&gt; isBool
)
[date_add] =&gt; Array
(
[type] =&gt; 5
[validate] =&gt; isDate
)
[date_upd] =&gt; Array
(
[type] =&gt; 5
[validate] =&gt; isDate
)
)
[classname] =&gt; Cart
)
[update_fields:protected] =&gt;
[force_id] =&gt;
)
[altern] =&gt; 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-&gt;{$method}($params);
</span>896. }
897.
898. public static function coreRenderWidget($module, $hook_name, $params)
899. {
900. return $module-&gt;renderWidget($hook_name, $params);
</pre></div><div class="psArgs" id="psArgs_4"><pre><b>Argument [0]</b>
Array
(
[object] =&gt; Address Object
(
[id_customer] =&gt; 4
[id_manufacturer] =&gt; 0
[id_supplier] =&gt; 0
[id_warehouse] =&gt; 0
[id_country] =&gt; 6
[id_state] =&gt; 332
[country] =&gt; Espa&ntilde;a
[alias] =&gt; My delivery address #03
[company] =&gt;
[lastname] =&gt; test
[firstname] =&gt; test
[address1] =&gt; direccion
[address2] =&gt;
[postcode] =&gt; 08930
[city] =&gt; Ciudad
[other] =&gt;
[phone] =&gt;
[phone_mobile] =&gt; 848787
[vat_number] =&gt;
[dni] =&gt; 123456789
[date_add] =&gt; 2017-09-26 00:00:03
[date_upd] =&gt; 2017-10-05 01:36:04
[deleted] =&gt; 0
[webserviceParameters:protected] =&gt; Array
(
[objectsNodeName] =&gt; addresses
[fields] =&gt; Array
(
[id_customer] =&gt; Array
(
[xlink_resource] =&gt; customers
)
[id_manufacturer] =&gt; Array
(
[xlink_resource] =&gt; manufacturers
)
[id_supplier] =&gt; Array
(
[xlink_resource] =&gt; suppliers
)
[id_warehouse] =&gt; Array
(
[xlink_resource] =&gt; warehouse
)
[id_country] =&gt; Array
(
[xlink_resource] =&gt; countries
)
[id_state] =&gt; Array
(
[xlink_resource] =&gt; states
)
)
)
[id] =&gt; 7
[id_lang:protected] =&gt;
[id_shop:protected] =&gt;
[id_shop_list] =&gt;
[get_shop_from_context:protected] =&gt; 1
[table:protected] =&gt; address
[identifier:protected] =&gt; id_address
[fieldsRequired:protected] =&gt; Array
(
[0] =&gt; id_country
[1] =&gt; alias
[2] =&gt; lastname
[3] =&gt; firstname
[4] =&gt; address1
[5] =&gt; city
)
[fieldsSize:protected] =&gt; Array
(
[alias] =&gt; 32
[company] =&gt; 255
[lastname] =&gt; 32
[firstname] =&gt; 32
[address1] =&gt; 128
[address2] =&gt; 128
[postcode] =&gt; 12
[city] =&gt; 64
[other] =&gt; 300
[phone] =&gt; 32
[phone_mobile] =&gt; 32
[dni] =&gt; 16
)
[fieldsValidate:protected] =&gt; Array
(
[id_customer] =&gt; isNullOrUnsignedId
[id_manufacturer] =&gt; isNullOrUnsignedId
[id_supplier] =&gt; isNullOrUnsignedId
[id_warehouse] =&gt; isNullOrUnsignedId
[id_country] =&gt; isUnsignedId
[id_state] =&gt; isNullOrUnsignedId
[alias] =&gt; isGenericName
[company] =&gt; isGenericName
[lastname] =&gt; isName
[firstname] =&gt; isName
[vat_number] =&gt; isGenericName
[address1] =&gt; isAddress
[address2] =&gt; isAddress
[postcode] =&gt; isPostCode
[city] =&gt; isCityName
[other] =&gt; isMessage
[phone] =&gt; isPhoneNumber
[phone_mobile] =&gt; isPhoneNumber
[dni] =&gt; isDniLite
[deleted] =&gt; isBool
[date_add] =&gt; isDate
[date_upd] =&gt; isDate
)
[fieldsRequiredLang:protected] =&gt; Array
(
)
[fieldsSizeLang:protected] =&gt; Array
(
)
[fieldsValidateLang:protected] =&gt; Array
(
)
[tables:protected] =&gt; Array
(
)
[image_dir:protected] =&gt;
[image_format:protected] =&gt; jpg
[translator:protected] =&gt;
[def:protected] =&gt; Array
(
[table] =&gt; address
[primary] =&gt; id_address
[fields] =&gt; Array
(
[id_customer] =&gt; Array
(
[type] =&gt; 1
[validate] =&gt; isNullOrUnsignedId
[copy_post] =&gt;
)
[id_manufacturer] =&gt; Array
(
[type] =&gt; 1
[validate] =&gt; isNullOrUnsignedId
[copy_post] =&gt;
)
[id_supplier] =&gt; Array
(
[type] =&gt; 1
[validate] =&gt; isNullOrUnsignedId
[copy_post] =&gt;
)
[id_warehouse] =&gt; Array
(
[type] =&gt; 1
[validate] =&gt; isNullOrUnsignedId
[copy_post] =&gt;
)
[id_country] =&gt; Array
(
[type] =&gt; 1
[validate] =&gt; isUnsignedId
[required] =&gt; 1
)
[id_state] =&gt; Array
(
[type] =&gt; 1
[validate] =&gt; isNullOrUnsignedId
)
[alias] =&gt; Array
(
[type] =&gt; 3
[validate] =&gt; isGenericName
[required] =&gt; 1
[size] =&gt; 32
)
[company] =&gt; Array
(
[type] =&gt; 3
[validate] =&gt; isGenericName
[size] =&gt; 255
)
[lastname] =&gt; Array
(
[type] =&gt; 3
[validate] =&gt; isName
[required] =&gt; 1
[size] =&gt; 32
)
[firstname] =&gt; Array
(
[type] =&gt; 3
[validate] =&gt; isName
[required] =&gt; 1
[size] =&gt; 32
)
[vat_number] =&gt; Array
(
[type] =&gt; 3
[validate] =&gt; isGenericName
)
[address1] =&gt; Array
(
[type] =&gt; 3
[validate] =&gt; isAddress
[required] =&gt; 1
[size] =&gt; 128
)
[address2] =&gt; Array
(
[type] =&gt; 3
[validate] =&gt; isAddress
[size] =&gt; 128
)
[postcode] =&gt; Array
(
[type] =&gt; 3
[validate] =&gt; isPostCode
[size] =&gt; 12
)
[city] =&gt; Array
(
[type] =&gt; 3
[validate] =&gt; isCityName
[required] =&gt; 1
[size] =&gt; 64
)
[other] =&gt; Array
(
[type] =&gt; 3
[validate] =&gt; isMessage
[size] =&gt; 300
)
[phone] =&gt; Array
(
[type] =&gt; 3
[validate] =&gt; isPhoneNumber
[size] =&gt; 32
)
[phone_mobile] =&gt; Array
(
[type] =&gt; 3
[validate] =&gt; isPhoneNumber
[size] =&gt; 32
)
[dni] =&gt; Array
(
[type] =&gt; 3
[validate] =&gt; isDniLite
[size] =&gt; 16
)
[deleted] =&gt; Array
(
[type] =&gt; 2
[validate] =&gt; isBool
[copy_post] =&gt;
)
[date_add] =&gt; Array
(
[type] =&gt; 5
[validate] =&gt; isDate
[copy_post] =&gt;
)
[date_upd] =&gt; Array
(
[type] =&gt; 5
[validate] =&gt; isDate
[copy_post] =&gt;
)
)
[classname] =&gt; Address
)
[update_fields:protected] =&gt;
[force_id] =&gt;
)
[cookie] =&gt; Cookie Object
(
[_content:protected] =&gt; Array
(
[date_add] =&gt; 2017-09-19 18:07:48
[id_lang] =&gt; 1
[id_currency] =&gt; 1
[last_visited_category] =&gt; 3
[check_cgv] =&gt;
[id_guest] =&gt; 5
[id_connections] =&gt; 11
[id_customer] =&gt; 4
[customer_lastname] =&gt; test
[customer_firstname] =&gt; test
[logged] =&gt; 1
[is_guest] =&gt;
[passwd] =&gt; 59fa10c13b212b5f68ea5c87a37d2b19
[email] =&gt; test2@presteamshop.com
[id_cart] =&gt; 11
[opc_suggest_address] =&gt; 1
[checksum] =&gt; -54401057
)
[_name:protected] =&gt; PrestaShop-94126e7fbf893c89684b67dcaa20f240
[_expire:protected] =&gt; 1508888164
[_domain:protected] =&gt;
[_path:protected] =&gt; /demos/onepagecheckoutps/1722/
[cipherTool:protected] =&gt; PhpEncryption Object
(
)
[_modified:protected] =&gt;
[_allow_writing:protected] =&gt; 1
[_salt:protected] =&gt; E4xx7wbn
[_standalone:protected] =&gt;
[_secure:protected] =&gt;
)
[cart] =&gt; Cart Object
(
[id] =&gt; 11
[id_shop_group] =&gt; 1
[id_shop] =&gt; 1
[id_address_delivery] =&gt; 7
[id_address_invoice] =&gt; 7
[id_currency] =&gt; 1
[id_customer] =&gt; 4
[id_guest] =&gt; 5
[id_lang] =&gt; 1
[recyclable] =&gt; 0
[gift] =&gt; 0
[gift_message] =&gt;
[mobile_theme] =&gt; 0
[date_add] =&gt; 2017-09-26 01:14:17
[secure_key] =&gt; 1d3d59f84c0a06ee1cf56da3c0a6a6bf
[id_carrier] =&gt; 1
[date_upd] =&gt; 2017-10-04 17:21:30
[checkedTos] =&gt;
[pictures] =&gt;
[textFields] =&gt;
[delivery_option] =&gt; a:1:{i:7;s:2:&quot;1,&quot;;}
[allow_seperated_package] =&gt; 0
[_products:protected] =&gt;
[_taxCalculationMethod:protected] =&gt; 0
[webserviceParameters:protected] =&gt; Array
(
[fields] =&gt; Array
(
[id_address_delivery] =&gt; Array
(
[xlink_resource] =&gt; addresses
)
[id_address_invoice] =&gt; Array
(
[xlink_resource] =&gt; addresses
)
[id_currency] =&gt; Array
(
[xlink_resource] =&gt; currencies
)
[id_customer] =&gt; Array
(
[xlink_resource] =&gt; customers
)
[id_guest] =&gt; Array
(
[xlink_resource] =&gt; guests
)
[id_lang] =&gt; Array
(
[xlink_resource] =&gt; languages
)
)
[associations] =&gt; Array
(
[cart_rows] =&gt; Array
(
[resource] =&gt; cart_row
[virtual_entity] =&gt; 1
[fields] =&gt; Array
(
[id_product] =&gt; Array
(
[required] =&gt; 1
[xlink_resource] =&gt; products
)
[id_product_attribute] =&gt; Array
(
[required] =&gt; 1
[xlink_resource] =&gt; combinations
)
[id_address_delivery] =&gt; Array
(
[required] =&gt; 1
[xlink_resource] =&gt; addresses
)
[quantity] =&gt; Array
(
[required] =&gt; 1
)
)
)
)
)
[configuration:protected] =&gt; PrestaShopPrestaShopAdapterConfiguration Object
(
[shop:PrestaShopPrestaShopAdapterConfiguration:private] =&gt;
)
[addressFactory:protected] =&gt; PrestaShopPrestaShopAdapterAddressFactory Object
(
)
[shouldSplitGiftProductsQuantity:protected] =&gt;
[shouldExcludeGiftsDiscount:protected] =&gt;
[id_shop_list] =&gt;
[get_shop_from_context:protected] =&gt; 1
[table:protected] =&gt; cart
[identifier:protected] =&gt; id_cart
[fieldsRequired:protected] =&gt; Array
(
[0] =&gt; id_currency
[1] =&gt; id_lang
)
[fieldsSize:protected] =&gt; Array
(
[secure_key] =&gt; 32
)
[fieldsValidate:protected] =&gt; Array
(
[id_shop_group] =&gt; isUnsignedId
[id_shop] =&gt; isUnsignedId
[id_address_delivery] =&gt; isUnsignedId
[id_address_invoice] =&gt; isUnsignedId
[id_carrier] =&gt; isUnsignedId
[id_currency] =&gt; isUnsignedId
[id_customer] =&gt; isUnsignedId
[id_guest] =&gt; isUnsignedId
[id_lang] =&gt; isUnsignedId
[recyclable] =&gt; isBool
[gift] =&gt; isBool
[gift_message] =&gt; isMessage
[mobile_theme] =&gt; isBool
[allow_seperated_package] =&gt; isBool
[date_add] =&gt; isDate
[date_upd] =&gt; isDate
)
[fieldsRequiredLang:protected] =&gt; Array
(
)
[fieldsSizeLang:protected] =&gt; Array
(
)
[fieldsValidateLang:protected] =&gt; Array
(
)
[tables:protected] =&gt; Array
(
)
[image_dir:protected] =&gt;
[image_format:protected] =&gt; jpg
[translator:protected] =&gt;
[def:protected] =&gt; Array
(
[table] =&gt; cart
[primary] =&gt; id_cart
[fields] =&gt; Array
(
[id_shop_group] =&gt; Array
(
[type] =&gt; 1
[validate] =&gt; isUnsignedId
)
[id_shop] =&gt; Array
(
[type] =&gt; 1
[validate] =&gt; isUnsignedId
)
[id_address_delivery] =&gt; Array
(
[type] =&gt; 1
[validate] =&gt; isUnsignedId
)
[id_address_invoice] =&gt; Array
(
[type] =&gt; 1
[validate] =&gt; isUnsignedId
)
[id_carrier] =&gt; Array
(
[type] =&gt; 1
[validate] =&gt; isUnsignedId
)
[id_currency] =&gt; Array
(
[type] =&gt; 1
[validate] =&gt; isUnsignedId
[required] =&gt; 1
)
[id_customer] =&gt; Array
(
[type] =&gt; 1
[validate] =&gt; isUnsignedId
)
[id_guest] =&gt; Array
(
[type] =&gt; 1
[validate] =&gt; isUnsignedId
)
[id_lang] =&gt; Array
(
[type] =&gt; 1
[validate] =&gt; isUnsignedId
[required] =&gt; 1
)
[recyclable] =&gt; Array
(
[type] =&gt; 2
[validate] =&gt; isBool
)
[gift] =&gt; Array
(
[type] =&gt; 2
[validate] =&gt; isBool
)
[gift_message] =&gt; Array
(
[type] =&gt; 3
[validate] =&gt; isMessage
)
[mobile_theme] =&gt; Array
(
[type] =&gt; 2
[validate] =&gt; isBool
)
[delivery_option] =&gt; Array
(
[type] =&gt; 3
)
[secure_key] =&gt; Array
(
[type] =&gt; 3
[size] =&gt; 32
)
[allow_seperated_package] =&gt; Array
(
[type] =&gt; 2
[validate] =&gt; isBool
)
[date_add] =&gt; Array
(
[type] =&gt; 5
[validate] =&gt; isDate
)
[date_upd] =&gt; Array
(
[type] =&gt; 5
[validate] =&gt; isDate
)
)
[classname] =&gt; Cart
)
[update_fields:protected] =&gt;
[force_id] =&gt;
)
[altern] =&gt; 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"}
----------------------------------------------------------------