部署prestashop存储错误

部署prestashop存储错误,prestashop,Prestashop,我在开发服务器中创建了一个prestashop存储。 完成后,要将其复制到最终服务器,并在更改数据库和域的设置后,该站点不会在ie、ff、chrome和safari中打开(但是,如果我在浏览器中查看源代码,他会更正),只会打开opera。在其他浏览器中显示以下错误: 铬合金: This page contains the following errors: error on line 67 at column 95: EntityRef: expecting ';' Below is a ren

我在开发服务器中创建了一个prestashop存储。 完成后,要将其复制到最终服务器,并在更改数据库和域的设置后,该站点不会在ie、ff、chrome和safari中打开(但是,如果我在浏览器中查看源代码,他会更正),只会打开opera。在其他浏览器中显示以下错误:

铬合金:

This page contains the following errors:
error on line 67 at column 95: EntityRef: expecting ';'
Below is a rendering of the page up to the first error.
Error in analise the XML: bad formater
Location: http://douradoedourado.pt/
Line number 78, colune 191:$('#logofont').change(function(){var gFontVal=$("option:selected",this).val();var gFontName=gFontVal.split(':');$.cookie("logo_font",gFontVal);if($('head').find('link#logofont_link').length<1){$('head').append('<link id="logofont_link" rel="stylesheet" type="text/css" href="" />');}
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------^
在firefox中:

This page contains the following errors:
error on line 67 at column 95: EntityRef: expecting ';'
Below is a rendering of the page up to the first error.
Error in analise the XML: bad formater
Location: http://douradoedourado.pt/
Line number 78, colune 191:$('#logofont').change(function(){var gFontVal=$("option:selected",this).val();var gFontName=gFontVal.split(':');$.cookie("logo_font",gFontVal);if($('head').find('link#logofont_link').length<1){$('head').append('<link id="logofont_link" rel="stylesheet" type="text/css" href="" />');}
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------^
分析XML时出错:格式化程序错误 地点:http://douradoedourado.pt/
第78行,colune 191:$('logofontval').change(function(){var gFontVal=$(“option:selected”,this).val();var gFontName=gFontVal.split(':');$.cookie(“logo_font”,gFontVal);if($('head').find('link#logofontval'))。长度通常当我们将PS站点移动到另一台服务器时,会遇到一些问题。要解决这些问题,请执行以下操作: 注意:这些要点可能会也可能不会解决您的问题。

1) 禁用缓存并启用强制编译

2) 从cache/smarty/compile以及cache/smarty/cache文件夹内容(如果存在index.php以外的任何内容)中删除所有已编译的文件

3) 检查站点url和ssl url的设置

4) 重新生成.htaccess文件

之后,检查站点

如果站点未打开,则启用如下错误

在config/defines.inc.php中打开文件,并将_PS_MODE_DEV设置为true以启用错误

然后重新加载页面。您将看到错误。如果您仍然不理解这些错误,请更新您的帖子以及错误内容,然后我可能会帮助您


谢谢您的回复。很遗憾,thx没有解决任何问题。它会生成相同的错误