needsomehelp Posted June 4, 2014 Share Posted June 4, 2014 when i install the prestashop v1.6.0.7,I've got a problem.when it gone the 89%, it showed: Table 'prestashop.ps_linksmenutop' doesn't exist Table 'prestashop.ps_linksmenutop_lang' doesn't exist i've tried too many times, I don't know how to solve it, please help me. thanks. here is my ov version:CentOS release 6.5 (Final) 64bitLinux version 2.6.32-431.1.2.0.1.el6.x86_64 ([email protected]) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-4) (GCC) ) #1 SMP Fri Dec 13 13:06:13 UTC 2013nginx:1.6.0PHP 5.3.28 (cli) (built: Jun 3 2014 20:40:04)Copyright © 1997-2013 The PHP GroupZend Engine v2.3.0, Copyright © 1998-2013 Zend Technologies with Zend Guard Loader v3.3, Copyright © 1998-2010, by Zend Technologiesmysql Ver 14.14 Distrib 5.5.37, for Linux (x86_64) using readline 5.1Connection id: 6Current database:Current user: root@localhostSSL: Not in useCurrent pager: stdoutUsing outfile: ''Using delimiter: ;Server version: 5.5.37-log Source distributionProtocol version: 10Connection: Localhost via UNIX socketServer characterset: utf8Db characterset: utf8Client characterset: utf8Conn. characterset: utf8UNIX socket: /tmp/mysql.sockUptime: 11 min 4 secThreads: 1 Questions: 6 Slow queries: 0 Opens: 33 Flush tables: 1 Open tables: 26 Queries per second avg: 0.009Zend_version:2.3.0 Link to comment Share on other sites More sharing options...
Gregory Roussac Posted June 4, 2014 Share Posted June 4, 2014 Hi, 1.6.0.7 is not out so how do you use it =) ? Your are probably using a git version and di not pull submodules. Regards Link to comment Share on other sites More sharing options...
needsomehelp Posted June 5, 2014 Author Share Posted June 5, 2014 Hi, 1.6.0.7 is not out so how do you use it =) ? Your are probably using a git version and di not pull submodules. Regards thanks for reply i download it from the github, i've changed to 1.6.0.6 last night, and the problem had been solved. thank you. Link to comment Share on other sites More sharing options...
adamquadmon Posted June 28, 2014 Share Posted June 28, 2014 I have the same issue here with version 1.6.0.8 I first tried to work with the zip file on the github page, then I found this post, I looked into the modules folder and everything seems to be there. the docs says you have to pull the submodules but given than I just uploaded the zipped file that one was no git project so no git pull for submodules is available. then I tried to checkout the git repo on my server and then pull the submodule but: 1) all the config steps were prefilled with data (even the password!!!) 2) at the end of the installation I got the same error again any clues? the command I used to pull submodules is: `git submodule foreach git pull` Link to comment Share on other sites More sharing options...
Gregory Roussac Posted June 30, 2014 Share Posted June 30, 2014 Hi, Try git submodule foreach git checkout dev ? or simply git clone --recursive https://github.... when pulling the whole repo. Regards Link to comment Share on other sites More sharing options...
Halim Abdullah Posted December 25, 2016 Share Posted December 25, 2016 HI i also facing same issue i restore from database bhackup [PrestaShopDatabaseException]Table 'taikopro_rst1.ps_shop_url' doesn't exist SELECT s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main FROM ps_shop_url su LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop) WHERE (su.domain = 'www.gibazar.com' OR su.domain_ssl = 'www.gibazar.com') AND s.active = 1 AND s.deleted = 0 ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESCat line 791 in file classes/db/Db.php 786. if ($webservice_call && $errno) {787. $dbg = debug_backtrace();788. WebserviceRequest::getInstance()->setError(500, ' '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);789. } elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS')) {790. if ($sql) {791. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');792. }793.794. throw new PrestaShopDatabaseException($this->getMsgError());795. }796. } DbCore->displayError - [line 425 - classes/db/Db.php] - [1 Arguments] DbCore->query - [line 643 - classes/db/Db.php] - [1 Arguments] DbCore->executeS - [line 334 - classes/shop/Shop.php] - [1 Arguments] ShopCore::initialize - [line 114 - config/config.inc.php] require - [line 27 - index.php] - [1 Arguments] Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/taikopro/gibazar.com/classes/exception/PrestaShopException.php on line 148Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/taikopro/gibazar.com/classes/exception/PrestaShopException.php on line 148Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/taikopro/gibazar.com/classes/log/FileLogger.php on line 42Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/taikopro/gibazar.com/classes/log/FileLogger.php on line 42om backup file but the error shown 500 as screen shoot above. Anyone could help me how to fix it? appreciate community solution Thanks Newbie Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now