部署prestashop存储错误

时间:2013-03-17 03:44:50

标签: prestashop

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

chrome中的

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.
在Firefox中

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="" />');}
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------^
有人帮忙吗?

1 个答案:

答案 0 :(得分:0)

通常当我们将PS站点移动到另一台服务器时,我们遇到了一些问题。要修复它们,请执行以下操作: 注意:这些要点可能会或可能不会解决您遇到的问题。

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

2)从cache / smarty / compile中删除所有已编译的文件,如果除index.php之外还有cache / smarty / cache文件夹内容

3)检查网站网址和网址的设置。

4)重新生成.htaccess文件

之后,检查网站。

如果网站未打开,则启用如下所示的错误

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

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

谢谢