SQLSTATE[42S02]: Base table or view not found: 1146 Table 'atos2025db_prod_dobrekrzesla.ps_shop_url' doesn't exist
at line 153 in file classes/db/DbPDO.php
148. * @see DbCore::disconnect()
149. */
150. public function disconnect()
151. {
152. unset($this->link);
153. }
154.
155. /**
156. * Executes an SQL statement, returning a result set as a PDOStatement object or true/false.
157. *
158. * @see DbCore::_query()
372. if ($sql instanceof DbQuery) {
373. $sql = $sql->build();
374. }
375.
376. $this->result = $this->_query($sql);
377.
378. if (!$this->result && $this->getNumberError() == 2006) {
379. if ($this->connect()) {
380. $this->result = $this->_query($sql);
381. }
382. }
609. ) {
610. throw new PrestaShopDatabaseException('Db->executeS() must be used only with select, show, explain or describe queries');
611. }
612.
613. $this->result = $this->query($sql);
614.
615. if (!$this->result) {
616. $result = false;
617. } else {
618. if (!$array) {
619. $use_cache = false;
350. foreach ($result as $row) {
351. // An URL matching current shop was found
352. if (preg_match('#^' . preg_quote($row['uri'], '#') . '#i', $request_uri)) {
353. $through = true;
354. $id_shop = $row['id_shop'];
355. $found_uri = $row['uri'];
356. if ($row['main']) {
357. $is_main_uri = true;
358. }
359.
360. break;
112. if (isset($_SERVER['QUERY_STRING']) && !empty($_SERVER['QUERY_STRING'])) {
113. $_SERVER['REQUEST_URI'] .= '?' . $_SERVER['QUERY_STRING'];
114. }
115. }
116. }
117. }
118.
119. /* Trying to redefine HTTP_HOST if empty (on some webservers...) */
120. if (!isset($_SERVER['HTTP_HOST']) || empty($_SERVER['HTTP_HOST'])) {
121. $_SERVER['HTTP_HOST'] = @getenv('HTTP_HOST');
122. }
22. * @author PrestaShop SA and Contributors <contact@prestashop.com>
23. * @copyright Since 2007 PrestaShop SA and Contributors
24. * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
25. */
26.
27. require dirname(__FILE__).'/config/config.inc.php';
28. Dispatcher::getInstance()->dispatch();
Argument [0] /var/www/dobrekrzesla.pl/html/config/config.inc.php