2

所以我有一个本地副本 prestashop (~Sites/shop) 和我的 /etc/hosts 设置,以便“localhost/shop”让我在它上面进行开发。我准备将它推送到服务器,它的临时位置是(http://66.206.84.189/~walnutci/shop)。它不是一个完整的网站,只是商店的子页面。主站点内容需要是静态的,因此我需要将其包含在“商店”文件夹中。

我把它涂上焦油,把它移到我的 /shop 子文件夹中,创建一个与我的本地副本同名的空数据库,并使用相同的用户名和权限,导入数据库(所以我不应该弄乱 config/settings .inc.php) 和...

主页将我重定向到 localhost/shop,我的本地副本。因此,我尝试登录以在 Preferences > SEO&URL 中更改它,并且http://66.206.84.189...hop/adminfolder正确地将我转发到后端登录。但是,它不会占用我的管理员电子邮件和密码。相同的数据库!=相同的凭据?我更新了它

UPDATE ps_employee SET passwd = md5('7uSpY718uKjnAOOH367gbVzzjm5StzLyfIBpSDsdI5FwxVq84UD4tPdMpassword') WHERE email = 'me@mycompany.com';

和zilch。我点击 Enter 刷新页面,忽略我的输入。该 URL 显示我尝试登录的电子邮件地址,但没有红色错误。如果我为密码输入垃圾,则会引发正确的错误“密码错误”。我的密码,并在数据库中手动更新它在本地工作正常。

那么,我手动更新我的管理员密码是否错误?我可以以某种方式对站点 URL 进行硬编码吗?我认为通过保持文件夹名称相同并使用我的 Apache /etc/hosts 我不会遇到任何重定向错误(友好 URL 已关闭,因此任何地方都没有 .htaccess)。

运行 1.4.6.2。Mac OSX 10.7.2 本地,服务器是 CentOS 5.7。

太感谢了。不久前我向 Prestashop 发了一个帖子,周末一直在看,但仍然没有弄清楚。欣赏任何想法/见解。

4

4 回答 4

8

答案已经很晚了,但我希望它会对其他人有所帮助。

Prestashop 被编码为在提供请求时从其数据库中提取“站点 URL”属性,然后重定向到该商店 URL,如果您已将数据库和站点移动到新服务器,则需要更改“站点 URL”值. 这样做访问你的数据库,我使用phpmyadmin。

转到名为 ps_shop_url 的表并相应地更改 domain 和 domianssl 的条目。这会将站点 URL 常量值更改为您当前的 URL。

注意:ps_ 是 prestashop 的数据库前缀。

于 2012-10-20T18:06:40.787 回答
7

当您使用Prestashop 1.6.1.1并将项目移动到另一个数据库和服务器时,更改为:

  • 从表中修改PS_SHOP_DOMAINPS_SHOP_DOMAIN_SSL值。ps_configuration
  • 修改表中的physical_urips_shop_url

例如,在 Windows(开发环境)上使用 XAMPP 并假设您的项目位于 中htdocs/prestashop/,则值必须为:

  • PS_SHOP_DOMAINlocalhost
  • PS_SHOP_DOMAIN_SSLlocalhost
  • physical_uri/prestashop/
于 2015-10-15T17:35:05.957 回答
2

这都是正确的,但不要忘记重写设置-> SEO 和 URL,然后按“保存”

与 Wordpress 中的永久链接相同。

于 2016-11-02T14:43:34.170 回答
-2

您好,我的网站更新后我也遇到了同样的问题,无法访问它。但是您说重写设置-> SEO 和 URL,然后单击“保存”,但我不再有权访问我的后台。下面是前面显示的内容: 500 server error 糟糕,出了点问题。

如果问题仍然存在,请尝试更新此页面或随时与我们联系。和后台的一个白页,我在文件defines.inc.php中是真的,它显示了这个:

[PrestaShopDatabaseException]
Table 'db756986084.fs16_shop_url' doesn't exist


SELECT s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
                    FROM fs16_shop_url su
                    LEFT JOIN fs16_shop s ON (s.id_shop = su.id_shop)
                    WHERE (su.domain = 'goundo.fr' OR su.domain_ssl = 'goundo.fr')
                        AND s.active = 1
                        AND s.deleted = 0
                    ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC

at line 746 in file classes/db/Db.php
741.         if ($webservice_call && $errno) {
742.             $dbg = debug_backtrace();
743.             WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);
744.         } elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS')) {
745.             if ($sql) {
746.                 throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');
747.             }
748. 
749.             throw new PrestaShopDatabaseException($this->getMsgError());
750.         }
751.     }
DbCore->displayError - [line 378 - classes/db/Db.php] - [1 Arguments]
DbCore->query - [line 597 - classes/db/Db.php] - [1 Arguments]
DbCore->executeS - [line 344 - classes/shop/Shop.php] - [1 Arguments]
ShopCore::initialize - [line 119 - config/config.inc.php]
require - [line 42 - admin/index.php] - [1 Arguments]

Bonjour j'ai le meme problème après la MAJ de mon site不可能的d'y accéder。Mais vous dites de réécrire Paramètres-> SEO et URL et cliquez sur "Enregistrer" sauf que moi je n'ai plus Access non plus a mon back office。Voici ce qui s'affiche en front: Erreur 500 serverur Oups, quelque 选择了 s'est mal passé。

Essayez d'actualiser cette page ou n'hésitez pas à nous contacter si le problème persiste。et une page blance sur le back office, j'ai true dans le fichier defined.inc.php et ça affiche ça:

[PrestaShopDatabaseException] 表 'db756986084.fs16_shop_url' 不存在

SELECT s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
                    FROM fs16_shop_url su
                    LEFT JOIN fs16_shop s ON (s.id_shop = su.id_shop)
                    WHERE (su.domain = 'goundo.fr' OR su.domain_ssl = 'goundo.fr')
                        AND s.active = 1
                        AND s.deleted = 0
                    ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC

at line 746 in file classes/db/Db.php
741.         if ($webservice_call && $errno) {
742.             $dbg = debug_backtrace();
743.             WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);
744.         } elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS')) {
745.             if ($sql) {
746.                 throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');
747.             }
748. 
749.             throw new PrestaShopDatabaseException($this->getMsgError());
750.         }
751.     }
DbCore->displayError - [line 378 - classes/db/Db.php] - [1 Arguments]
DbCore->query - [line 597 - classes/db/Db.php] - [1 Arguments]
DbCore->executeS - [line 344 - classes/shop/Shop.php] - [1 Arguments]
ShopCore::initialize - [line 119 - config/config.inc.php]
require - [line 42 - admin/index.php] - [1 Arguments]
于 2019-05-03T06:37:59.510 回答