Duplicate entry '0-86-2025-05-09 05:13:07' for key 'ps_connections_page.PRIMARY'INSERT INTO `ps_connections_page` (`id_connections`, `id_page`, `time_start`) VALUES ('0', '86', '2025-05-09 05:13:07')
at line 605 in file classes/db/Db.php
599. WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);
600. }
601. else if (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))
602. {
603. if ($sql)
604. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');
605. throw new PrestaShopDatabaseException($this->getMsgError());
606. }
607. }
608.
609. /**
301. if ($sql instanceof DbQuery)
302. $sql = $sql->build();
303.
304. $this->result = $this->_query($sql);
305. if (_PS_DEBUG_SQL_)
306. $this->displayError($sql);
307. return $this->result;
308. }
309.
310. /**
311. * Execute an INSERT query
Argument [0] INSERT INTO `ps_connections_page` (`id_connections`, `id_page`, `time_start`) VALUES ('0', '86', '2025-05-09 05:13:07')
575. {
576. if ($sql instanceof DbQuery)
577. $sql = $sql->build();
578.
579. $this->result = false;
580. $result = $this->query($sql);
581. if ($use_cache && $this->is_cache_enabled)
582. Cache::getInstance()->deleteQuery($sql);
583. return $result;
584. }
585.
Argument [0] INSERT INTO `ps_connections_page` (`id_connections`, `id_page`, `time_start`) VALUES ('0', '86', '2025-05-09 05:13:07')
366. $keys_stringified = implode(', ', $keys);
367. $values_stringified[] = '('.implode(', ', $values).')';
368. }
369.
370. $sql = $insert_keyword.' INTO `'.$table.'` ('.$keys_stringified.') VALUES '.implode(', ', $values_stringified);
371. return (bool)$this->q($sql, $use_cache);
372. }
373.
374. /**
375. * @param string $table Table name without prefix
376. * @param array $data Data to insert as associative array. If $data is a list of arrays, multiple insert will be done
Argument [0] INSERT INTO `ps_connections_page` (`id_connections`, `id_page`, `time_start`) VALUES ('0', '86', '2025-05-09 05:13:07') Argument [1] 1
91. // The ending time will be updated by an ajax request when the guest will close the page
92. $time_start = date('Y-m-d H:i:s');
93. Db::getInstance()->insert('connections_page', array(
94. 'id_connections' => (int)$cookie->id_connections,
95. 'id_page' => (int)$id_page,
96. 'time_start' => $time_start
97. ));
98.
99. // This array is serialized and used by the ajax request to identify the page
100. return array(
101. 'id_connections' => (int)$cookie->id_connections,
Argument [0] ps_connections_page Argument [1] Array ( [0] => Array ( [id_connections] => 0 [id_page] => 86 [time_start] => 2025-05-09 05:13:07 ) )
128. </script>';
129. }
130. }
131.
132. // Record the guest path then increment the visit counter of the page
133. $tokenArray = Connection::setPageConnection($params['cookie']);
134. ConnectionsSource::logHttpReferer();
135. if (Configuration::get('PS_STATSDATA_PAGESVIEWS'))
136. Page::setPageViewed($tokenArray['id_page']);
137.
138. if (Configuration::get('PS_STATSDATA_CUSTOMER_PAGESVIEWS'))
Argument [0] Cookie Object ( [_content:protected] => Array ( [date_add] => 2025-05-09 05:13:07 [id_lang] => 1 [id_currency] => 2 ) [_name:protected] => 3f99a2f33f7744ef0eca694ec6b1a644 [_expire:protected] => 1748520787 [_domain:protected] => .itimbre.com [_path:protected] => /tienda/ [_cipherTool:protected] => Blowfish Object ( [_P] => Array ( [0] => 3368708179 [1] => 7292598064 [2] => 535158546 [3] => 10380814726 [4] => 3899342930 [5] => 6959427026 [6] => 12683036960 [7] => 13660156748 [8] => 10699038242 [9] => 14318474224 [10] => 9427912016 [11] => 11045450231 [12] => 5899773083 [13] => 10176772144 [14] => 10908111693 [15] => 4442840145 [16] => 16318363959 [17] => 9798925761 ) [_S] => Array ( [0] => Array ( [0] => 11183462505 [1] => 7410399591 [2] => 9200072815 [3] => 11996406227 [4] => 10677088243 [5] => 8074280707 [6] => 10641827778 [7] => 4323532598 [8] => 9921356338 [9] => 14644594732 [10] => 1803699863 [11] => 9932774463 [12] => 4076148290 [13] => 2132404554 [14] => 12545023884 [15] => 4462204867 [16] => 13952321747 [17] => 6668593633 [18] => 14874437318 [19] => 7464933475 [20] => 4657660584 [21] => 8330749385 [22] => 15658112621 [23] => 33218894937 [24] => 12439299769 [25] => 3277038113 [26] => 5894038041 [27] => 38156113930 [28] => 62401943142 [29] => 13420112313 [30] => 6019211254 [31] => 52186040215 [32] => 56157117430 [33] => 19278373283 [34] => 11852014828 [35] => 64117493176 [36] => 45923797785 [37] => 70280693843 [38] => 99614651163 [39] => 50796884279 [40] => 46746674916 [41] => 102879909191 [42] => 92722095476 [43] => 40970071447 [44] => 59781797415 [45] => 94454274377 [46] => 32019992875 [47] => 30761342011 [48] => 118147499150 [49] => 27407324971 [50] => 32965400680 [51] => 85968546925 [52] => 60357274730 [53] => 59208288313 [54] => 50333552384 [55] => 10679155722 [56] => 5257185490 [57] => 29087613834 [58] => 59309029084 [59] => 80981820845 [60] => 81325190472 [61] => 46997865855 [62] => 41232851167 [63] => 79485337151 [64] => 128682427675 [65] => 133054367723 [66] => 54402881761 [67] => 56221780851 [68] => 135445410872 [69] => 49820605853 [70] => 84666236935 [71] => 80375553686 [72] => 7070729390 [73] => 57842371804 [74] => 133800912597 [75] => 33297475943 [76] => 6277877478 [77] => 99396353808 [78] => 75086781048 [79] => 133683295958 [80] => 124751381676 [81] => 79903314780 [82] => 69853207670 [83] => 31989756429 [84] => 82561748705 [85] => 124265416948 [86] => 87170059113 [87] => 90738692619 [88] => 33584273010 [89] => 24471065434 [90] => 95546078732 [91] => 102234387869 [92] => 113111624774 [93] => 114221629083 [94] => 108304700847 [95] => 110917132439 [96] => 112208540703 [97] => 117759775741 [98] => 86672035489 [99] => 33387770130 [100] => 127098323480 [101] => 69788062615 [102] => 48987602551 [103] => 98890693863 [104] => 90391986813 [105] => 38781140901 [106] => 83852561368 [107] => 251878166060 [108] => 200081898124 [109] => 57672502768 [110] => 92600674746 [111] => 229605442876 [112] => 186167920890 [113] => 98412756063 [114] => 64457658477 [115] => 152654228715 [116] => 263208198889 [117] => 100169186917 [118] => 88430106520 [119] => 25052049466 [120] => 231486874501 [121] => 266413535678 [122] => 182337260800 [123] => 163420708660 [124] => 250133709349 [125] => 157893582927 [126] => 181713461527 [127] => 175411089230 [128] => 269864589069 [129] => 97224165955 [130] => 90692595206 [131] => 157273179965 [132] => 16316941056 [133] => 237209855247 [134] => 220262642027 [135] => 133552458044 [136] => 160162944854 [137] => 16013364011 [138] => 174191561683 [139] => 222706618897 [140] => 38348835479 [141] => 27428149229 [142] => 91032663709 [143] => 105028984978 [144] => 21965806892 [145] => 44167615811 [146] => 44514693163 [147] => 54725592536 [148] => 129460915068 [149] => 58998950671 [150] => 208896358189 [151] => 103125890747 [152] => 194973907020 [153] => 191118727982 [154] => 38970384575 [155] => 256843702690 [156] => 11916140056 [157] => 45530121240 [158] => 249865808147 [159] => 102989007237 [160] => 127001023712 [161] => 486656844248 [162] => 312653369100 [163] => 137344271142 [164] => 42778236739 [165] => 302989159427 [166] => 497950646932 [167] => 200335822829 [168] => 120983249705 [169] => 441227144555 [170] => 519098108916 [171] => 215136859958 [172] => 166652335772 [173] => 194373390728 [174] => 161335578295 [175] => 237616430161 [176] => 88096192172 [177] => 229634120303 [178] => 163030358950 [179] => 274096244401 [180] => 225252816901 [181] => 206471303701 [182] => 147342785507 [183] => 36251135083 [184] => 162692119436 [185] => 430230692104 [186] => 483499071446 [187] => 148527863793 [188] => 480655766036 [189] => 7358740822 [190] => 58680229372 [191] => 471064528406 [192] => 445628572409 [193] => 484906008555 [194] => 345406925983 [195] => 164156332 [196] => 73973475101 [197] => 322100140565 [198] => 278214960938 [199] => 161434773792 [200] => 77005834848 [201] => 102832309199 [202] => 301396262742 [203] => 234459255172 [204] => 209752334665 [205] => 481088473303 [206] => 93874542247 [207] => 95277808778 [208] => 511472076745 [209] => 160750407391 [210] => 192058007061 [211] => 460289572999 [212] => 310117396678 [213] => 75778644574 [214] => 335208533821 [215] => 36235422634 [216] => 357491281828 [217] => 296687956049 [218] => 66737466255 [219] => 140691019839 [220] => 536358884139 [221] => 194642896333 [222] => 542629679871 [223] => 114872405715 [224] => 462788012488 [225] => 192800531605 [226] => 544834342224 [227] => 294704804562 [228] => 192820318659 [229] => 348186398497 [230] => 507947213864 [231] => 335103543540 [232] => 545954624434 [233] => 445942612454 [234] => 31657695442 [235] => 333035732285 [236] => 408951546697 [237] => 291221937743 [238] => 452152292153 [239] => 21034179006 [240] => 142074574782 [241] => 986669609280 [242] => 990300543867 [243] => 1045120894043 [244] => 754710024523 [245] => 559268004083 [246] => 993307792107 [247] => 984767672587 [248] => 607059375893 [249] => 630862732494 [250] => 1087583459205 [251] => 496177300753 [252] => 669618730493 [253] => 660145132614 [254] => 953226946804 [255] => 651230831873 ) [1] => Array ( [0] => 651402075384 [1] => 139287285170 [2] => 453550631281 [3] => 747280664705 [4] => 321463596103 [5] => 458106631423 [6] => 84002150329 [7] => 238079561062 [8] => 175192970402 [9] => 138055205499 [10] => 144206979845 [11] => 386952760129 [12] => 346142088174 [13] => 478619173639 [14] => 519447695913 [15] => 354226048555 [16] => 305861905061 [17] => 286749190568 [18] => 2117996025610 [19] => 1075958101993 [20] => 532330833076 [21] => 1335424273597 [22] => 2171371529973 [23] => 723049773622 [24] => 240233982239 [25] => 1360965080237 [26] => 1465970828415 [27] => 58323796716 [28] => 631889086230 [29] => 642938488966 [30] => 1062213179598 [31] => 54962052810 [32] => 722682313912 [33] => 1661398471640 [34] => 3959031875056 [35] => 2866758477537 [36] => 2914126421477 [37] => 3839491824048 [38] => 3198040567372 [39] => 3096011760629 [40] => 2952318576852 [41] => 3021621560515 [42] => 1560559841099 [43] => 2994628679546 [44] => 3143952359517 [45] => 2268369027874 [46] => 2306267855436 [47] => 2223134356103 [48] => 2643804668916 [49] => 1603941165064 [50] => 673552261327 [51] => 856313412293 [52] => 672994158412 [53] => 2832425560235 [54] => 2903873406106 [55] => 1157094042189 [56] => 1382459247419 [57] => 2757067817676 [58] => 2492065520773 [59] => 1444545043859 [60] => 3947896913785 [61] => 4329915066926 [62] => 793207660803 [63] => 4198344620921 [64] => 4204126475780 [65] => 1042904380140 [66] => 1582768823499 [67] => 1192884104123 [68] => 498066167324 [69] => 1821565638360 [70] => 1974434428488 [71] => 5345703612789 [72] => 7053334192922 [73] => 1208749232915 [74] => 1345607048056 [75] => 4923730934085 [76] => 7250456036183 [77] => 6194171960314 [78] => 5384242645607 [79] => 5851282535484 [80] => 3011572506693 [81] => 5173862752819 [82] => 4740780530989 [83] => 7523411704756 [84] => 5760112978110 [85] => 8636059859036 [86] => 5925444600128 [87] => 6453817408800 [88] => 5715031351660 [89] => 602231059479 [90] => 967644606780 [91] => 1297167169565 [92] => 1756228958068 [93] => 223683366651 [94] => 2765314276825 [95] => 7591621029985 [96] => 7711104463131 [97] => 2926774140136 [98] => 8730782738529 [99] => 8122898750341 [100] => 8749120877108 [101] => 4967148899681 [102] => 6140560201349 [103] => 4670975261884 [104] => 8438555820952 [105] => 5825525990065 [106] => 184622933640 [107] => 843055576289 [108] => 5081191227118 [109] => 1533338249282 [110] => 6116733282725 [111] => 1540291022257 [112] => 15284591121261 [113] => 4566459645397 [114] => 11039848475500 [115] => 14450912056405 [116] => 13612755704429 [117] => 5532548318518 [118] => 6287464808634 [119] => 10812704955167 [120] => 9020117418026 [121] => 4779151325671 [122] => 16653162136655 [123] => 9907564766807 [124] => 9013090603566 [125] => 15472624606205 [126] => 15281962834416 [127] => 2933812223991 [128] => 6074611856549 [129] => 12895139645183 [130] => 15724459439384 [131] => 3087487117488 [132] => 3217597157731 [133] => 16490858471292 [134] => 4492741615493 [135] => 3677706934528 [136] => 6667287392283 [137] => 16959260923820 [138] => 5042470466409 [139] => 9070439323242 [140] => 4591070580182 [141] => 3915571274024 [142] => 6025847342405 [143] => 3672100342604 [144] => 9292985298961 [145] => 10721821900659 [146] => 7082128973216 [147] => 1042367132692 [148] => 275922931645 [149] => 6567363810824 [150] => 5252603614649 [151] => 10324456184298 [152] => 10635616278445 [153] => 10511768328340 [154] => 11063429096747 [155] => 13307993185502 [156] => 1111537235066 [157] => 12127447535494 [158] => 8123362012370 [159] => 14600379595237 [160] => 12729040910492 [161] => 16906120082603 [162] => 1153501371513 [163] => 16763684029932 [164] => 17071577611771 [165] => 266446944675 [166] => 2104958684747 [167] => 17116737949367 [168] => 12445098426110 [169] => 1992143916310 [170] => 14867991709279 [171] => 9429209643084 [172] => 17419176897437 [173] => 4187690722451 [174] => 12047716530092 [175] => 5941205682941 [176] => 3051721568085 [177] => 15489774174905 [178] => 17169668157032 [179] => 12146487111532 [180] => 14696841498905 [181] => 10055309174760 [182] => 4289361099188 [183] => 4843558486223 [184] => 1440124874868 [185] => 7147375354909 [186] => 4353530593872 [187] => 2735967089677 [188] => 5799933028945 [189] => 3245588724053 [190] => 2416605916693 [191] => 11775873413645 [192] => 16802905092122 [193] => 15904002605270 [194] => 12466903724467 [195] => 1548789453487 [196] => 12025221347318 [197] => 6048594852276 [198] => 2365283381307 [199] => 15091481145017 [200] => 16009295517218 [201] => 9314710634547 [202] => 17099158457151 [203] => 3518488029982 [204] => 33622673120746 [205] => 11595845751029 [206] => 2837783189899 [207] => 24955256598132 [208] => 26235395859410 [209] => 16594724096683 [210] => 11329279276364 [211] => 27062791034969 [212] => 19888823492498 [213] => 30701639244463 [214] => 33286568520825 [215] => 29359079099252 [216] => 20169956557602 [217] => 2499004091530 [218] => 6738001382181 [219] => 4765614031980 [220] => 29087810467807 [221] => 7486855742647 [222] => 12655432561620 [223] => 31431096623941 [224] => 4889815815930 [225] => 489121368443 [226] => 13279438922488 [227] => 24285518526270 [228] => 29654278528913 [229] => 831046123800 [230] => 16273769595694 [231] => 24819917847607 [232] => 18711568606030 [233] => 6788478979470 [234] => 6494289739839 [235] => 31618017307134 [236] => 28313477435698 [237] => 16379217030834 [238] => 17307541261462 [239] => 3429562667580 [240] => 26292359291612 [241] => 2953109965839 [242] => 16003072195189 [243] => 11712178046201 [244] => 10282971743419 [245] => 243472642201 [246] => 22689096829680 [247] => 2045986828394 [248] => 22636136092288 [249] => 16473651706817 [250] => 7726046353120 [251] => 30794421499219 [252] => 15660117224412 [253] => 23851149522527 [254] => 35178326084588 [255] => 22361597801957 ) [2] => Array ( [0] => 5801832105947 [1] => 2488462434475 [2] => 2109611080280 [3] => 35161595031437 [4] => 33979404955971 [5] => 47032767708650 [6] => 49186478278416 [7] => 5976158083890 [8] => 35758190290679 [9] => 49751694677405 [10] => 20642026059280 [11] => 13662628553009 [12] => 50797470457743 [13] => 1443726402609 [14] => 31306365618656 [15] => 34165705893199 [16] => 7775096311200 [17] => 17280061700044 [18] => 31987973231803 [19] => 33184138259675 [20] => 27449927247856 [21] => 28592546937123 [22] => 10325504341681 [23] => 11029870340282 [24] => 38663183658259 [25] => 27574192938184 [26] => 8186278896849 [27] => 53152269796684 [28] => 49095111433864 [29] => 61840642104904 [30] => 68757885085041 [31] => 69183831443325 [32] => 58531662966364 [33] => 58599398084421 [34] => 39420591240162 [35] => 64643266392454 [36] => 12414977042918 [37] => 41175635115053 [38] => 57465475146749 [39] => 67328289850994 [40] => 54982536498132 [41] => 42406731640761 [42] => 35374971681776 [43] => 54775782566257 [44] => 52505618050288 [45] => 51535892153432 [46] => 66553150338205 [47] => 39003890974472 [48] => 61131961829546 [49] => 37571915695904 [50] => 11506929501218 [51] => 4763483060653 [52] => 2724138632487 [53] => 25403435098411 [54] => 53411237887107 [55] => 58206828326868 [56] => 18925250924778 [57] => 62073133638869 [58] => 19662230542674 [59] => 21262981935433 [60] => 48604512527509 [61] => 11800906546120 [62] => 17196186596838 [63] => 62203063185213 [64] => 55692005681062 [65] => 2188544697913 [66] => 10277017111265 [67] => 35893919989898 [68] => 66253321523450 [69] => 56094562051076 [70] => 46013715868744 [71] => 50957248788952 [72] => 55018027920258 [73] => 38260205303725 [74] => 60298446488493 [75] => 33492392898218 [76] => 60861879198144 [77] => 12959807276258 [78] => 14661821782220 [79] => 39301795563832 [80] => 29044600014691 [81] => 15177458004392 [82] => 46512119932142 [83] => 18245598194158 [84] => 34377822864065 [85] => 39644509357109 [86] => 21308150163582 [87] => 52831793760880 [88] => 40653744264598 [89] => 32718433942860 [90] => 6250288990073 [91] => 4985453025847 [92] => 54344630075800 [93] => 24444975895437 [94] => 46271883829880 [95] => 6734459188166 [96] => 38154533120212 [97] => 45956348007923 [98] => 6904476776398 [99] => 41293436404463 [100] => 46530833513752 [101] => 58131325579039 [102] => 14650493802186 [103] => 5144394714341 [104] => 25077445999173 [105] => 66504448740112 [106] => 29111482033627 [107] => 61238693770404 [108] => 61615232379768 [109] => 58442997931186 [110] => 44173233682392 [111] => 37755043621386 [112] => 7680376977248 [113] => 63884391822306 [114] => 27527632614969 [115] => 11591246611533 [116] => 62301981305868 [117] => 55295125787306 [118] => 45726776526348 [119] => 47856980613103 [120] => 27252745565989 [121] => 15988108866764 [122] => 6566805737527 [123] => 55948691407581 [124] => 53995144850230 [125] => 38798145793251 [126] => 44717382954404 [127] => 5771574920419 [128] => 63880659219649 [129] => 62349538315973 [130] => 54535229742807 [131] => 17649909789661 [132] => 8399344485169 [133] => 57239561524906 [134] => 53475816406397 [135] => 18137785347940 [136] => 24529780826268 [137] => 68311870053766 [138] => 8639167698909 [139] => 1272553901258 [140] => 16990217702268 [141] => 22801294743820 [142] => 56787358343770 [143] => 20159005533406 [144] => 1549320031173 [145] => 21185761441898 [146] => 3603798850633 [147] => 16335269646101 [148] => 38350185312280 [149] => 38805996729164 [150] => 14507223024843 [151] => 49623586303650 [152] => 22168121779867 [153] => 38073505954322 [154] => 54743656532048 [155] => 54380574777156 [156] => 40892179236733 [157] => 20155655179678 [158] => 64297438717373 [159] => 48202362892545 [160] => 37321946750530 [161] => 30300152875142 [162] => 44481879468685 [163] => 39788585828103 [164] => 3746737410693 [165] => 5966345474715 [166] => 9794412563897 [167] => 49998076737079 [168] => 18976129630545 [169] => 16347792301839 [170] => 62462011134021 [171] => 5537843750577 [172] => 66290662836405 [173] => 14368514836410 [174] => 26547731409805 [175] => 11009399000894 [176] => 49234129691976 [177] => 23910591248448 [178] => 62008559138963 [179] => 3300502976264 [180] => 40437439703424 [181] => 8562581270296 [182] => 2581129333982 [183] => 52130640409354 [184] => 5792558145944 [185] => 27197089404486 [186] => 493487032466 [187] => 14745642481173 [188] => 4193474449118 [189] => 54362553749048 [190] => 25209120138204 [191] => 16361961327171 [192] => 30853333990559 [193] => 31323942480848 [194] => 12351958851598 [195] => 58047891828796 [196] => 41109294912489 [197] => 66938976082985 [198] => 68790899194411 [199] => 53448143652739 [200] => 62732772560571 [201] => 2605564322557 [202] => 8124066989021 [203] => 43178789117806 [204] => 4267668189125 [205] => 44404785741315 [206] => 5700151835675 [207] => 54304231702913 [208] => 28757809719285 [209] => 18033203422608 [210] => 64037619366303 [211] => 27560546418022 [212] => 65562441405097 [213] => 64396368169729 [214] => 23072120864415 [215] => 6167762419215 [216] => 18575614694509 [217] => 68897621081343 [218] => 43434801428952 [219] => 37679283269600 [220] => 4394675651566 [221] => 50106639950577 [222] => 1442739630802 [223] => 38006045168304 [224] => 28778233096371 [225] => 32015497280584 [226] => 13853649139995 [227] => 67631418341590 [228] => 39135645895265 [229] => 1339463883256 [230] => 61299024043955 [231] => 12461780332186 [232] => 60780861859481 [233] => 27313936910907 [234] => 8380829924633 [235] => 68320125425394 [236] => 8352931836177 [237] => 17995393221796 [238] => 58631166333952 [239] => 16472552665416 [240] => 2360501804678 [241] => 48469609327277 [242] => 27450379756513 [243] => 37459043241436 [244] => 28844950223426 [245] => 6656430886916 [246] => 10496523395783 [247] => 46322142567564 [248] => 49039255504821 [249] => 23273409547858 [250] => 62003133249669 [251] => 64319928362027 [252] => 1132602596328 [253] => 8078562239605 [254] => 68467501419758 [255] => 31543737099675 ) [3] => Array ( [0] => 43845143216436 [1] => 67514097324437 [2] => 46283417779185 [3] => 51825263757452 [4] => 25757688606683 [5] => 61967057701214 [6] => 69030248600196 [7] => 57604984643656 [8] => 55931352010531 [9] => 19563097498587 [10] => 17352154251846 [11] => 97667002158404 [12] => 84499183169989 [13] => 75179776405492 [14] => 87376182068105 [15] => 134951528742761 [16] => 99513960116151 [17] => 133866155446287 [18] => 140403065326781 [19] => 126154713015930 [20] => 56679327945213 [21] => 94168779115792 [22] => 80738842631819 [23] => 26169470421395 [24] => 107365111520869 [25] => 125643401034230 [26] => 135210496647569 [27] => 127498844619725 [28] => 58707382726660 [29] => 135263274852904 [30] => 235803858111502 [31] => 5244358939196 [32] => 5083195272815 [33] => 122517630260607 [34] => 80255243238821 [35] => 187112390002777 [36] => 48630393818343 [37] => 220660341296842 [38] => 234735014455811 [39] => 4575121999228 [40] => 164048941663850 [41] => 233485160326141 [42] => 125880717385827 [43] => 219416363866838 [44] => 277643364121332 [45] => 77307652635689 [46] => 200615147287073 [47] => 349309719998927 [48] => 417856364732331 [49] => 172884895697818 [50] => 188182240781684 [51] => 464377964456749 [52] => 397544720987954 [53] => 166287616867858 [54] => 55059535935475 [55] => 402226630044410 [56] => 293819808587030 [57] => 158689034931741 [58] => 461777472968600 [59] => 485455978402587 [60] => 35986592354616 [61] => 447682728411977 [62] => 452882320140218 [63] => 8851973489997 [64] => 22535115250726 [65] => 469734250626614 [66] => 71682623615344 [67] => 226126062376757 [68] => 258454896812361 [69] => 27165017515210 [70] => 156707556940506 [71] => 227389509267212 [72] => 20737497028838 [73] => 72623607382093 [74] => 345591992500886 [75] => 172021287087808 [76] => 214638014722648 [77] => 533951100424140 [78] => 354759214965439 [79] => 92966892150973 [80] => 265138816821785 [81] => 415071313693199 [82] => 544097009991832 [83] => 128439878808028 [84] => 545757934327900 [85] => 322238619256416 [86] => 899732151412159 [87] => 23161497810466 [88] => 496807448495928 [89] => 733596130692765 [90] => 896873044461162 [91] => 515564612247175 [92] => 152983006724082 [93] => 672944692909938 [94] => 625728009355032 [95] => 66411784722180 [96] => 56208216693951 [97] => 804371984882272 [98] => 1001112312470788 [99] => 1105199213797189 [100] => 259204796290520 [101] => 931983882516733 [102] => 966084095967965 [103] => 104344252332182 [104] => 313134277035674 [105] => 638754126760018 [106] => 69880332261251 [107] => 294586006099712 [108] => 288954295441577 [109] => 735891393791673 [110] => 724156092636773 [111] => 375491497410793 [112] => 125048390979274 [113] => 726585108508909 [114] => 994477262652081 [115] => 136772128702939 [116] => 646988701078706 [117] => 519985566980428 [118] => 135633943314763 [119] => 656727882718156 [120] => 817911658731956 [121] => 291989251183722 [122] => 948249241952552 [123] => 609735325476860 [124] => 117466812943560 [125] => 1080827661266933 [126] => 590840746362965 [127] => 307941729611233 [128] => 456421754949163 [129] => 1016097450330917 [130] => 352329323509476 [131] => 650746097089914 [132] => 134899759566117 [133] => 441861916423138 [134] => 597038753210992 [135] => 1103420830226461 [136] => 148026971098448 [137] => 916271118632583 [138] => 955153419202184 [139] => 1798879314684498 [140] => 2225607284474362 [141] => 90949529588402 [142] => 95206896119787 [143] => 1899212906594052 [144] => 2162166736128132 [145] => 471610336853284 [146] => 117010304635786 [147] => 2029255390021729 [148] => 2094016542120727 [149] => 889782107564923 [150] => 1115214226221883 [151] => 1016507880790515 [152] => 1756692604672059 [153] => 1104728501401999 [154] => 1732738454119139 [155] => 1879848719330831 [156] => 514338037147354 [157] => 1572184845683768 [158] => 1757030009252394 [159] => 1154137526356992 [160] => 1233191912890828 [161] => 164156233145202 [162] => 2211401530801354 [163] => 2170900475155741 [164] => 436823748248070 [165] => 2049405781711618 [166] => 1665339723532054 [167] => 656957824178309 [168] => 812625899320771 [169] => 520047153423418 [170] => 114530815489908 [171] => 2246489382139893 [172] => 1196142833354854 [173] => 996353755073843 [174] => 1830720369304935 [175] => 1983085099925522 [176] => 1270367340013091 [177] => 1543695912729600 [178] => 1168961585389589 [179] => 698728397930370 [180] => 257921688875976 [181] => 747899297606470 [182] => 1466261534601441 [183] => 2030225064544789 [184] => 195652032048378 [185] => 1079208832362473 [186] => 468487781501746 [187] => 1798112985948044 [188] => 1325645593778741 [189] => 170418334647171 [190] => 1087473025505444 [191] => 1539276407748282 [192] => 1653793081980151 [193] => 1938665084893516 [194] => 1016201414625022 [195] => 1487483489682247 [196] => 564219461389190 [197] => 2764371488424562 [198] => 3448857297432980 [199] => 2420527741668318 [200] => 85676038747039 [201] => 3277834904219838 [202] => 2654822923604049 [203] => 808330011812767 [204] => 486184335912011 [205] => 3135061591815044 [206] => 2380838589619544 [207] => 1189530577887814 [208] => 326047820507098 [209] => 3184687558913964 [210] => 2248006112343507 [211] => 4303808485928269 [212] => 543751926855869 [213] => 3230388010274508 [214] => 2893720909727309 [215] => 3146092392602174 [216] => 2391456419812961 [217] => 2702422877142301 [218] => 557472719708955 [219] => 2945360265937329 [220] => 3554229300575331 [221] => 2163987252703444 [222] => 3873628051889558 [223] => 3773483919993445 [224] => 3850904185415248 [225] => 153056019859071 [226] => 3426804454864031 [227] => 3958307960483115 [228] => 1639951554737884 [229] => 4464275866706812 [230] => 3021834368496175 [231] => 969750651729209 [232] => 754775514414541 [233] => 819960525645281 [234] => 418968115020865 [235] => 775977671750899 [236] => 367252176742553 [237] => 58124401306520 [238] => 3093939872496786 [239] => 335261839512464 [240] => 587353174717276 [241] => 2225389428809046 [242] => 478051693742620 [243] => 665057094364853 [244] => 2069661734277578 [245] => 1612829147213827 [246] => 3759326782295702 [247] => 2295216866492096 [248] => 3316412871819519 [249] => 3269163413137210 [250] => 4094062227404900 [251] => 2780488393727618 [252] => 3438593386152392 [253] => 3718057671030143 [254] => 3627959842299183 [255] => 3975565594718192 ) ) [_iv] => [_unpackMode:protected] => 1 ) [_key:protected] => FOVbvguoS9K9JugpqWvbbHWn4VuGegD19CzO23cAKsae7TA7PwTPR07Upruebaprueba [_iv:protected] => EYwEbOzq [_modified:protected] => 1 [_allow_writing:protected] => 1 )
413.
414. // Call hook method
415. if ($hook_callable)
416. $display = $moduleInstance->{'hook'.$hook_name}($hook_args);
417. else if ($hook_retro_callable)
418. $display = $moduleInstance->{'hook'.$retro_hook_name}($hook_args);
419. // Live edit
420. if (!$array_return && $array['live_edit'] && Tools::isSubmit('live_edit') && Tools::getValue('ad') && Tools::getValue('liveToken') == Tools::getAdminToken('AdminModulesPositions'.(int)Tab::getIdFromClassName('AdminModulesPositions').(int)Tools::getValue('id_employee')))
421. {
422. $live_edit = true;
423. $output .= self::wrapLiveEdit($display, $moduleInstance, $array['id_hook']);
Argument [0] Array ( [cookie] => Cookie Object ( [_content:protected] => Array ( [date_add] => 2025-05-09 05:13:07 [id_lang] => 1 [id_currency] => 2 ) [_name:protected] => 3f99a2f33f7744ef0eca694ec6b1a644 [_expire:protected] => 1748520787 [_domain:protected] => .itimbre.com [_path:protected] => /tienda/ [_cipherTool:protected] => Blowfish Object ( [_P] => Array ( [0] => 3368708179 [1] => 7292598064 [2] => 535158546 [3] => 10380814726 [4] => 3899342930 [5] => 6959427026 [6] => 12683036960 [7] => 13660156748 [8] => 10699038242 [9] => 14318474224 [10] => 9427912016 [11] => 11045450231 [12] => 5899773083 [13] => 10176772144 [14] => 10908111693 [15] => 4442840145 [16] => 16318363959 [17] => 9798925761 ) [_S] => Array ( [0] => Array ( [0] => 11183462505 [1] => 7410399591 [2] => 9200072815 [3] => 11996406227 [4] => 10677088243 [5] => 8074280707 [6] => 10641827778 [7] => 4323532598 [8] => 9921356338 [9] => 14644594732 [10] => 1803699863 [11] => 9932774463 [12] => 4076148290 [13] => 2132404554 [14] => 12545023884 [15] => 4462204867 [16] => 13952321747 [17] => 6668593633 [18] => 14874437318 [19] => 7464933475 [20] => 4657660584 [21] => 8330749385 [22] => 15658112621 [23] => 33218894937 [24] => 12439299769 [25] => 3277038113 [26] => 5894038041 [27] => 38156113930 [28] => 62401943142 [29] => 13420112313 [30] => 6019211254 [31] => 52186040215 [32] => 56157117430 [33] => 19278373283 [34] => 11852014828 [35] => 64117493176 [36] => 45923797785 [37] => 70280693843 [38] => 99614651163 [39] => 50796884279 [40] => 46746674916 [41] => 102879909191 [42] => 92722095476 [43] => 40970071447 [44] => 59781797415 [45] => 94454274377 [46] => 32019992875 [47] => 30761342011 [48] => 118147499150 [49] => 27407324971 [50] => 32965400680 [51] => 85968546925 [52] => 60357274730 [53] => 59208288313 [54] => 50333552384 [55] => 10679155722 [56] => 5257185490 [57] => 29087613834 [58] => 59309029084 [59] => 80981820845 [60] => 81325190472 [61] => 46997865855 [62] => 41232851167 [63] => 79485337151 [64] => 128682427675 [65] => 133054367723 [66] => 54402881761 [67] => 56221780851 [68] => 135445410872 [69] => 49820605853 [70] => 84666236935 [71] => 80375553686 [72] => 7070729390 [73] => 57842371804 [74] => 133800912597 [75] => 33297475943 [76] => 6277877478 [77] => 99396353808 [78] => 75086781048 [79] => 133683295958 [80] => 124751381676 [81] => 79903314780 [82] => 69853207670 [83] => 31989756429 [84] => 82561748705 [85] => 124265416948 [86] => 87170059113 [87] => 90738692619 [88] => 33584273010 [89] => 24471065434 [90] => 95546078732 [91] => 102234387869 [92] => 113111624774 [93] => 114221629083 [94] => 108304700847 [95] => 110917132439 [96] => 112208540703 [97] => 117759775741 [98] => 86672035489 [99] => 33387770130 [100] => 127098323480 [101] => 69788062615 [102] => 48987602551 [103] => 98890693863 [104] => 90391986813 [105] => 38781140901 [106] => 83852561368 [107] => 251878166060 [108] => 200081898124 [109] => 57672502768 [110] => 92600674746 [111] => 229605442876 [112] => 186167920890 [113] => 98412756063 [114] => 64457658477 [115] => 152654228715 [116] => 263208198889 [117] => 100169186917 [118] => 88430106520 [119] => 25052049466 [120] => 231486874501 [121] => 266413535678 [122] => 182337260800 [123] => 163420708660 [124] => 250133709349 [125] => 157893582927 [126] => 181713461527 [127] => 175411089230 [128] => 269864589069 [129] => 97224165955 [130] => 90692595206 [131] => 157273179965 [132] => 16316941056 [133] => 237209855247 [134] => 220262642027 [135] => 133552458044 [136] => 160162944854 [137] => 16013364011 [138] => 174191561683 [139] => 222706618897 [140] => 38348835479 [141] => 27428149229 [142] => 91032663709 [143] => 105028984978 [144] => 21965806892 [145] => 44167615811 [146] => 44514693163 [147] => 54725592536 [148] => 129460915068 [149] => 58998950671 [150] => 208896358189 [151] => 103125890747 [152] => 194973907020 [153] => 191118727982 [154] => 38970384575 [155] => 256843702690 [156] => 11916140056 [157] => 45530121240 [158] => 249865808147 [159] => 102989007237 [160] => 127001023712 [161] => 486656844248 [162] => 312653369100 [163] => 137344271142 [164] => 42778236739 [165] => 302989159427 [166] => 497950646932 [167] => 200335822829 [168] => 120983249705 [169] => 441227144555 [170] => 519098108916 [171] => 215136859958 [172] => 166652335772 [173] => 194373390728 [174] => 161335578295 [175] => 237616430161 [176] => 88096192172 [177] => 229634120303 [178] => 163030358950 [179] => 274096244401 [180] => 225252816901 [181] => 206471303701 [182] => 147342785507 [183] => 36251135083 [184] => 162692119436 [185] => 430230692104 [186] => 483499071446 [187] => 148527863793 [188] => 480655766036 [189] => 7358740822 [190] => 58680229372 [191] => 471064528406 [192] => 445628572409 [193] => 484906008555 [194] => 345406925983 [195] => 164156332 [196] => 73973475101 [197] => 322100140565 [198] => 278214960938 [199] => 161434773792 [200] => 77005834848 [201] => 102832309199 [202] => 301396262742 [203] => 234459255172 [204] => 209752334665 [205] => 481088473303 [206] => 93874542247 [207] => 95277808778 [208] => 511472076745 [209] => 160750407391 [210] => 192058007061 [211] => 460289572999 [212] => 310117396678 [213] => 75778644574 [214] => 335208533821 [215] => 36235422634 [216] => 357491281828 [217] => 296687956049 [218] => 66737466255 [219] => 140691019839 [220] => 536358884139 [221] => 194642896333 [222] => 542629679871 [223] => 114872405715 [224] => 462788012488 [225] => 192800531605 [226] => 544834342224 [227] => 294704804562 [228] => 192820318659 [229] => 348186398497 [230] => 507947213864 [231] => 335103543540 [232] => 545954624434 [233] => 445942612454 [234] => 31657695442 [235] => 333035732285 [236] => 408951546697 [237] => 291221937743 [238] => 452152292153 [239] => 21034179006 [240] => 142074574782 [241] => 986669609280 [242] => 990300543867 [243] => 1045120894043 [244] => 754710024523 [245] => 559268004083 [246] => 993307792107 [247] => 984767672587 [248] => 607059375893 [249] => 630862732494 [250] => 1087583459205 [251] => 496177300753 [252] => 669618730493 [253] => 660145132614 [254] => 953226946804 [255] => 651230831873 ) [1] => Array ( [0] => 651402075384 [1] => 139287285170 [2] => 453550631281 [3] => 747280664705 [4] => 321463596103 [5] => 458106631423 [6] => 84002150329 [7] => 238079561062 [8] => 175192970402 [9] => 138055205499 [10] => 144206979845 [11] => 386952760129 [12] => 346142088174 [13] => 478619173639 [14] => 519447695913 [15] => 354226048555 [16] => 305861905061 [17] => 286749190568 [18] => 2117996025610 [19] => 1075958101993 [20] => 532330833076 [21] => 1335424273597 [22] => 2171371529973 [23] => 723049773622 [24] => 240233982239 [25] => 1360965080237 [26] => 1465970828415 [27] => 58323796716 [28] => 631889086230 [29] => 642938488966 [30] => 1062213179598 [31] => 54962052810 [32] => 722682313912 [33] => 1661398471640 [34] => 3959031875056 [35] => 2866758477537 [36] => 2914126421477 [37] => 3839491824048 [38] => 3198040567372 [39] => 3096011760629 [40] => 2952318576852 [41] => 3021621560515 [42] => 1560559841099 [43] => 2994628679546 [44] => 3143952359517 [45] => 2268369027874 [46] => 2306267855436 [47] => 2223134356103 [48] => 2643804668916 [49] => 1603941165064 [50] => 673552261327 [51] => 856313412293 [52] => 672994158412 [53] => 2832425560235 [54] => 2903873406106 [55] => 1157094042189 [56] => 1382459247419 [57] => 2757067817676 [58] => 2492065520773 [59] => 1444545043859 [60] => 3947896913785 [61] => 4329915066926 [62] => 793207660803 [63] => 4198344620921 [64] => 4204126475780 [65] => 1042904380140 [66] => 1582768823499 [67] => 1192884104123 [68] => 498066167324 [69] => 1821565638360 [70] => 1974434428488 [71] => 5345703612789 [72] => 7053334192922 [73] => 1208749232915 [74] => 1345607048056 [75] => 4923730934085 [76] => 7250456036183 [77] => 6194171960314 [78] => 5384242645607 [79] => 5851282535484 [80] => 3011572506693 [81] => 5173862752819 [82] => 4740780530989 [83] => 7523411704756 [84] => 5760112978110 [85] => 8636059859036 [86] => 5925444600128 [87] => 6453817408800 [88] => 5715031351660 [89] => 602231059479 [90] => 967644606780 [91] => 1297167169565 [92] => 1756228958068 [93] => 223683366651 [94] => 2765314276825 [95] => 7591621029985 [96] => 7711104463131 [97] => 2926774140136 [98] => 8730782738529 [99] => 8122898750341 [100] => 8749120877108 [101] => 4967148899681 [102] => 6140560201349 [103] => 4670975261884 [104] => 8438555820952 [105] => 5825525990065 [106] => 184622933640 [107] => 843055576289 [108] => 5081191227118 [109] => 1533338249282 [110] => 6116733282725 [111] => 1540291022257 [112] => 15284591121261 [113] => 4566459645397 [114] => 11039848475500 [115] => 14450912056405 [116] => 13612755704429 [117] => 5532548318518 [118] => 6287464808634 [119] => 10812704955167 [120] => 9020117418026 [121] => 4779151325671 [122] => 16653162136655 [123] => 9907564766807 [124] => 9013090603566 [125] => 15472624606205 [126] => 15281962834416 [127] => 2933812223991 [128] => 6074611856549 [129] => 12895139645183 [130] => 15724459439384 [131] => 3087487117488 [132] => 3217597157731 [133] => 16490858471292 [134] => 4492741615493 [135] => 3677706934528 [136] => 6667287392283 [137] => 16959260923820 [138] => 5042470466409 [139] => 9070439323242 [140] => 4591070580182 [141] => 3915571274024 [142] => 6025847342405 [143] => 3672100342604 [144] => 9292985298961 [145] => 10721821900659 [146] => 7082128973216 [147] => 1042367132692 [148] => 275922931645 [149] => 6567363810824 [150] => 5252603614649 [151] => 10324456184298 [152] => 10635616278445 [153] => 10511768328340 [154] => 11063429096747 [155] => 13307993185502 [156] => 1111537235066 [157] => 12127447535494 [158] => 8123362012370 [159] => 14600379595237 [160] => 12729040910492 [161] => 16906120082603 [162] => 1153501371513 [163] => 16763684029932 [164] => 17071577611771 [165] => 266446944675 [166] => 2104958684747 [167] => 17116737949367 [168] => 12445098426110 [169] => 1992143916310 [170] => 14867991709279 [171] => 9429209643084 [172] => 17419176897437 [173] => 4187690722451 [174] => 12047716530092 [175] => 5941205682941 [176] => 3051721568085 [177] => 15489774174905 [178] => 17169668157032 [179] => 12146487111532 [180] => 14696841498905 [181] => 10055309174760 [182] => 4289361099188 [183] => 4843558486223 [184] => 1440124874868 [185] => 7147375354909 [186] => 4353530593872 [187] => 2735967089677 [188] => 5799933028945 [189] => 3245588724053 [190] => 2416605916693 [191] => 11775873413645 [192] => 16802905092122 [193] => 15904002605270 [194] => 12466903724467 [195] => 1548789453487 [196] => 12025221347318 [197] => 6048594852276 [198] => 2365283381307 [199] => 15091481145017 [200] => 16009295517218 [201] => 9314710634547 [202] => 17099158457151 [203] => 3518488029982 [204] => 33622673120746 [205] => 11595845751029 [206] => 2837783189899 [207] => 24955256598132 [208] => 26235395859410 [209] => 16594724096683 [210] => 11329279276364 [211] => 27062791034969 [212] => 19888823492498 [213] => 30701639244463 [214] => 33286568520825 [215] => 29359079099252 [216] => 20169956557602 [217] => 2499004091530 [218] => 6738001382181 [219] => 4765614031980 [220] => 29087810467807 [221] => 7486855742647 [222] => 12655432561620 [223] => 31431096623941 [224] => 4889815815930 [225] => 489121368443 [226] => 13279438922488 [227] => 24285518526270 [228] => 29654278528913 [229] => 831046123800 [230] => 16273769595694 [231] => 24819917847607 [232] => 18711568606030 [233] => 6788478979470 [234] => 6494289739839 [235] => 31618017307134 [236] => 28313477435698 [237] => 16379217030834 [238] => 17307541261462 [239] => 3429562667580 [240] => 26292359291612 [241] => 2953109965839 [242] => 16003072195189 [243] => 11712178046201 [244] => 10282971743419 [245] => 243472642201 [246] => 22689096829680 [247] => 2045986828394 [248] => 22636136092288 [249] => 16473651706817 [250] => 7726046353120 [251] => 30794421499219 [252] => 15660117224412 [253] => 23851149522527 [254] => 35178326084588 [255] => 22361597801957 ) [2] => Array ( [0] => 5801832105947 [1] => 2488462434475 [2] => 2109611080280 [3] => 35161595031437 [4] => 33979404955971 [5] => 47032767708650 [6] => 49186478278416 [7] => 5976158083890 [8] => 35758190290679 [9] => 49751694677405 [10] => 20642026059280 [11] => 13662628553009 [12] => 50797470457743 [13] => 1443726402609 [14] => 31306365618656 [15] => 34165705893199 [16] => 7775096311200 [17] => 17280061700044 [18] => 31987973231803 [19] => 33184138259675 [20] => 27449927247856 [21] => 28592546937123 [22] => 10325504341681 [23] => 11029870340282 [24] => 38663183658259 [25] => 27574192938184 [26] => 8186278896849 [27] => 53152269796684 [28] => 49095111433864 [29] => 61840642104904 [30] => 68757885085041 [31] => 69183831443325 [32] => 58531662966364 [33] => 58599398084421 [34] => 39420591240162 [35] => 64643266392454 [36] => 12414977042918 [37] => 41175635115053 [38] => 57465475146749 [39] => 67328289850994 [40] => 54982536498132 [41] => 42406731640761 [42] => 35374971681776 [43] => 54775782566257 [44] => 52505618050288 [45] => 51535892153432 [46] => 66553150338205 [47] => 39003890974472 [48] => 61131961829546 [49] => 37571915695904 [50] => 11506929501218 [51] => 4763483060653 [52] => 2724138632487 [53] => 25403435098411 [54] => 53411237887107 [55] => 58206828326868 [56] => 18925250924778 [57] => 62073133638869 [58] => 19662230542674 [59] => 21262981935433 [60] => 48604512527509 [61] => 11800906546120 [62] => 17196186596838 [63] => 62203063185213 [64] => 55692005681062 [65] => 2188544697913 [66] => 10277017111265 [67] => 35893919989898 [68] => 66253321523450 [69] => 56094562051076 [70] => 46013715868744 [71] => 50957248788952 [72] => 55018027920258 [73] => 38260205303725 [74] => 60298446488493 [75] => 33492392898218 [76] => 60861879198144 [77] => 12959807276258 [78] => 14661821782220 [79] => 39301795563832 [80] => 29044600014691 [81] => 15177458004392 [82] => 46512119932142 [83] => 18245598194158 [84] => 34377822864065 [85] => 39644509357109 [86] => 21308150163582 [87] => 52831793760880 [88] => 40653744264598 [89] => 32718433942860 [90] => 6250288990073 [91] => 4985453025847 [92] => 54344630075800 [93] => 24444975895437 [94] => 46271883829880 [95] => 6734459188166 [96] => 38154533120212 [97] => 45956348007923 [98] => 6904476776398 [99] => 41293436404463 [100] => 46530833513752 [101] => 58131325579039 [102] => 14650493802186 [103] => 5144394714341 [104] => 25077445999173 [105] => 66504448740112 [106] => 29111482033627 [107] => 61238693770404 [108] => 61615232379768 [109] => 58442997931186 [110] => 44173233682392 [111] => 37755043621386 [112] => 7680376977248 [113] => 63884391822306 [114] => 27527632614969 [115] => 11591246611533 [116] => 62301981305868 [117] => 55295125787306 [118] => 45726776526348 [119] => 47856980613103 [120] => 27252745565989 [121] => 15988108866764 [122] => 6566805737527 [123] => 55948691407581 [124] => 53995144850230 [125] => 38798145793251 [126] => 44717382954404 [127] => 5771574920419 [128] => 63880659219649 [129] => 62349538315973 [130] => 54535229742807 [131] => 17649909789661 [132] => 8399344485169 [133] => 57239561524906 [134] => 53475816406397 [135] => 18137785347940 [136] => 24529780826268 [137] => 68311870053766 [138] => 8639167698909 [139] => 1272553901258 [140] => 16990217702268 [141] => 22801294743820 [142] => 56787358343770 [143] => 20159005533406 [144] => 1549320031173 [145] => 21185761441898 [146] => 3603798850633 [147] => 16335269646101 [148] => 38350185312280 [149] => 38805996729164 [150] => 14507223024843 [151] => 49623586303650 [152] => 22168121779867 [153] => 38073505954322 [154] => 54743656532048 [155] => 54380574777156 [156] => 40892179236733 [157] => 20155655179678 [158] => 64297438717373 [159] => 48202362892545 [160] => 37321946750530 [161] => 30300152875142 [162] => 44481879468685 [163] => 39788585828103 [164] => 3746737410693 [165] => 5966345474715 [166] => 9794412563897 [167] => 49998076737079 [168] => 18976129630545 [169] => 16347792301839 [170] => 62462011134021 [171] => 5537843750577 [172] => 66290662836405 [173] => 14368514836410 [174] => 26547731409805 [175] => 11009399000894 [176] => 49234129691976 [177] => 23910591248448 [178] => 62008559138963 [179] => 3300502976264 [180] => 40437439703424 [181] => 8562581270296 [182] => 2581129333982 [183] => 52130640409354 [184] => 5792558145944 [185] => 27197089404486 [186] => 493487032466 [187] => 14745642481173 [188] => 4193474449118 [189] => 54362553749048 [190] => 25209120138204 [191] => 16361961327171 [192] => 30853333990559 [193] => 31323942480848 [194] => 12351958851598 [195] => 58047891828796 [196] => 41109294912489 [197] => 66938976082985 [198] => 68790899194411 [199] => 53448143652739 [200] => 62732772560571 [201] => 2605564322557 [202] => 8124066989021 [203] => 43178789117806 [204] => 4267668189125 [205] => 44404785741315 [206] => 5700151835675 [207] => 54304231702913 [208] => 28757809719285 [209] => 18033203422608 [210] => 64037619366303 [211] => 27560546418022 [212] => 65562441405097 [213] => 64396368169729 [214] => 23072120864415 [215] => 6167762419215 [216] => 18575614694509 [217] => 68897621081343 [218] => 43434801428952 [219] => 37679283269600 [220] => 4394675651566 [221] => 50106639950577 [222] => 1442739630802 [223] => 38006045168304 [224] => 28778233096371 [225] => 32015497280584 [226] => 13853649139995 [227] => 67631418341590 [228] => 39135645895265 [229] => 1339463883256 [230] => 61299024043955 [231] => 12461780332186 [232] => 60780861859481 [233] => 27313936910907 [234] => 8380829924633 [235] => 68320125425394 [236] => 8352931836177 [237] => 17995393221796 [238] => 58631166333952 [239] => 16472552665416 [240] => 2360501804678 [241] => 48469609327277 [242] => 27450379756513 [243] => 37459043241436 [244] => 28844950223426 [245] => 6656430886916 [246] => 10496523395783 [247] => 46322142567564 [248] => 49039255504821 [249] => 23273409547858 [250] => 62003133249669 [251] => 64319928362027 [252] => 1132602596328 [253] => 8078562239605 [254] => 68467501419758 [255] => 31543737099675 ) [3] => Array ( [0] => 43845143216436 [1] => 67514097324437 [2] => 46283417779185 [3] => 51825263757452 [4] => 25757688606683 [5] => 61967057701214 [6] => 69030248600196 [7] => 57604984643656 [8] => 55931352010531 [9] => 19563097498587 [10] => 17352154251846 [11] => 97667002158404 [12] => 84499183169989 [13] => 75179776405492 [14] => 87376182068105 [15] => 134951528742761 [16] => 99513960116151 [17] => 133866155446287 [18] => 140403065326781 [19] => 126154713015930 [20] => 56679327945213 [21] => 94168779115792 [22] => 80738842631819 [23] => 26169470421395 [24] => 107365111520869 [25] => 125643401034230 [26] => 135210496647569 [27] => 127498844619725 [28] => 58707382726660 [29] => 135263274852904 [30] => 235803858111502 [31] => 5244358939196 [32] => 5083195272815 [33] => 122517630260607 [34] => 80255243238821 [35] => 187112390002777 [36] => 48630393818343 [37] => 220660341296842 [38] => 234735014455811 [39] => 4575121999228 [40] => 164048941663850 [41] => 233485160326141 [42] => 125880717385827 [43] => 219416363866838 [44] => 277643364121332 [45] => 77307652635689 [46] => 200615147287073 [47] => 349309719998927 [48] => 417856364732331 [49] => 172884895697818 [50] => 188182240781684 [51] => 464377964456749 [52] => 397544720987954 [53] => 166287616867858 [54] => 55059535935475 [55] => 402226630044410 [56] => 293819808587030 [57] => 158689034931741 [58] => 461777472968600 [59] => 485455978402587 [60] => 35986592354616 [61] => 447682728411977 [62] => 452882320140218 [63] => 8851973489997 [64] => 22535115250726 [65] => 469734250626614 [66] => 71682623615344 [67] => 226126062376757 [68] => 258454896812361 [69] => 27165017515210 [70] => 156707556940506 [71] => 227389509267212 [72] => 20737497028838 [73] => 72623607382093 [74] => 345591992500886 [75] => 172021287087808 [76] => 214638014722648 [77] => 533951100424140 [78] => 354759214965439 [79] => 92966892150973 [80] => 265138816821785 [81] => 415071313693199 [82] => 544097009991832 [83] => 128439878808028 [84] => 545757934327900 [85] => 322238619256416 [86] => 899732151412159 [87] => 23161497810466 [88] => 496807448495928 [89] => 733596130692765 [90] => 896873044461162 [91] => 515564612247175 [92] => 152983006724082 [93] => 672944692909938 [94] => 625728009355032 [95] => 66411784722180 [96] => 56208216693951 [97] => 804371984882272 [98] => 1001112312470788 [99] => 1105199213797189 [100] => 259204796290520 [101] => 931983882516733 [102] => 966084095967965 [103] => 104344252332182 [104] => 313134277035674 [105] => 638754126760018 [106] => 69880332261251 [107] => 294586006099712 [108] => 288954295441577 [109] => 735891393791673 [110] => 724156092636773 [111] => 375491497410793 [112] => 125048390979274 [113] => 726585108508909 [114] => 994477262652081 [115] => 136772128702939 [116] => 646988701078706 [117] => 519985566980428 [118] => 135633943314763 [119] => 656727882718156 [120] => 817911658731956 [121] => 291989251183722 [122] => 948249241952552 [123] => 609735325476860 [124] => 117466812943560 [125] => 1080827661266933 [126] => 590840746362965 [127] => 307941729611233 [128] => 456421754949163 [129] => 1016097450330917 [130] => 352329323509476 [131] => 650746097089914 [132] => 134899759566117 [133] => 441861916423138 [134] => 597038753210992 [135] => 1103420830226461 [136] => 148026971098448 [137] => 916271118632583 [138] => 955153419202184 [139] => 1798879314684498 [140] => 2225607284474362 [141] => 90949529588402 [142] => 95206896119787 [143] => 1899212906594052 [144] => 2162166736128132 [145] => 471610336853284 [146] => 117010304635786 [147] => 2029255390021729 [148] => 2094016542120727 [149] => 889782107564923 [150] => 1115214226221883 [151] => 1016507880790515 [152] => 1756692604672059 [153] => 1104728501401999 [154] => 1732738454119139 [155] => 1879848719330831 [156] => 514338037147354 [157] => 1572184845683768 [158] => 1757030009252394 [159] => 1154137526356992 [160] => 1233191912890828 [161] => 164156233145202 [162] => 2211401530801354 [163] => 2170900475155741 [164] => 436823748248070 [165] => 2049405781711618 [166] => 1665339723532054 [167] => 656957824178309 [168] => 812625899320771 [169] => 520047153423418 [170] => 114530815489908 [171] => 2246489382139893 [172] => 1196142833354854 [173] => 996353755073843 [174] => 1830720369304935 [175] => 1983085099925522 [176] => 1270367340013091 [177] => 1543695912729600 [178] => 1168961585389589 [179] => 698728397930370 [180] => 257921688875976 [181] => 747899297606470 [182] => 1466261534601441 [183] => 2030225064544789 [184] => 195652032048378 [185] => 1079208832362473 [186] => 468487781501746 [187] => 1798112985948044 [188] => 1325645593778741 [189] => 170418334647171 [190] => 1087473025505444 [191] => 1539276407748282 [192] => 1653793081980151 [193] => 1938665084893516 [194] => 1016201414625022 [195] => 1487483489682247 [196] => 564219461389190 [197] => 2764371488424562 [198] => 3448857297432980 [199] => 2420527741668318 [200] => 85676038747039 [201] => 3277834904219838 [202] => 2654822923604049 [203] => 808330011812767 [204] => 486184335912011 [205] => 3135061591815044 [206] => 2380838589619544 [207] => 1189530577887814 [208] => 326047820507098 [209] => 3184687558913964 [210] => 2248006112343507 [211] => 4303808485928269 [212] => 543751926855869 [213] => 3230388010274508 [214] => 2893720909727309 [215] => 3146092392602174 [216] => 2391456419812961 [217] => 2702422877142301 [218] => 557472719708955 [219] => 2945360265937329 [220] => 3554229300575331 [221] => 2163987252703444 [222] => 3873628051889558 [223] => 3773483919993445 [224] => 3850904185415248 [225] => 153056019859071 [226] => 3426804454864031 [227] => 3958307960483115 [228] => 1639951554737884 [229] => 4464275866706812 [230] => 3021834368496175 [231] => 969750651729209 [232] => 754775514414541 [233] => 819960525645281 [234] => 418968115020865 [235] => 775977671750899 [236] => 367252176742553 [237] => 58124401306520 [238] => 3093939872496786 [239] => 335261839512464 [240] => 587353174717276 [241] => 2225389428809046 [242] => 478051693742620 [243] => 665057094364853 [244] => 2069661734277578 [245] => 1612829147213827 [246] => 3759326782295702 [247] => 2295216866492096 [248] => 3316412871819519 [249] => 3269163413137210 [250] => 4094062227404900 [251] => 2780488393727618 [252] => 3438593386152392 [253] => 3718057671030143 [254] => 3627959842299183 [255] => 3975565594718192 ) ) [_iv] => [_unpackMode:protected] => 1 ) [_key:protected] => FOVbvguoS9K9JugpqWvbbHWn4VuGegD19CzO23cAKsae7TA7PwTPR07Upruebaprueba [_iv:protected] => EYwEbOzq [_modified:protected] => 1 [_allow_writing:protected] => 1 ) [cart] => Cart Object ( [id] => [id_shop_group] => 1 [id_shop] => 1 [id_address_delivery] => 0 [id_address_invoice] => 0 [id_currency] => 2 [id_customer] => [id_guest] => 0 [id_lang] => 1 [recyclable] => 1 [gift] => 0 [gift_message] => [date_add] => [secure_key] => [id_carrier] => 0 [date_upd] => [checkedTos] => [pictures] => [textFields] => [delivery_option] => [allow_seperated_package] => [_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 ) [quantity] => Array ( [required] => 1 ) ) ) ) ) [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 [allow_seperated_package] => isBool [date_add] => isDateFormat [date_upd] => isDateFormat ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [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 ) [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] => isDateFormat ) [date_upd] => Array ( [type] => 5 [validate] => isDateFormat ) ) [classname] => Cart ) [update_fields:protected] => ) [altern] => 1 )
776. }
777.
778. public function initFooter()
779. {
780. $this->context->smarty->assign(array(
781. 'HOOK_FOOTER' => Hook::exec('displayFooter'),
782. 'conditions' => Configuration::get('PS_CONDITIONS'),
783. 'id_cgv' => Configuration::get('PS_CONDITIONS_CMS_ID'),
784. 'PS_SHOP_NAME' => Configuration::get('PS_SHOP_NAME'),
785. 'PS_ALLOW_MOBILE_DEVICE' => isset($_SERVER['HTTP_USER_AGENT']) && (bool)Configuration::get('PS_ALLOW_MOBILE_DEVICE') && @filemtime(_PS_THEME_MOBILE_DIR_)
786. ));
Argument [0] displayFooter
166. $this->initContent();
167. else
168. $this->errors[] = Tools::displayError('Access denied.');
169.
170. if (!$this->content_only && ($this->display_footer || (isset($this->className) && $this->className)))
171. $this->initFooter();
172.
173. // default behavior for ajax process is to use $_POST[action] or $_GET[action]
174. // then using displayAjax[action]
175. if ($this->ajax)
176. {
342. // Execute hook dispatcher
343. if (isset($params_hook_action_dispatcher))
344. Hook::exec('actionDispatcher', $params_hook_action_dispatcher);
345.
346. // Running controller
347. $controller->run();
348. }
349. catch (PrestaShopException $e)
350. {
351. $e->displayMessage();
352. }
0. <?php
1. ini_set('max_execution_time', 300);
2. require(dirname(__FILE__).'/config/config.inc.php');
3. Dispatcher::getInstance()->dispatch();
4.