升级后X-Cart错误
我正在使用开发者许可证在家用笔记本电脑上升级 X-Cart,因此升级期间实时商店不会受到影响。从 4.4 - 4.4.3 升级后,当我尝试重新加载管理页面时收到以下错误:
> ( ! ) Fatal error: Cannot redeclare > func_convert_trademark() (previously > declared in > ...\include\func\func.core.php:2597) > in ...\include\func\func.core.php on > line 2636 > > Call Stack > # Time Memory Function Location > 1 0.2790 384688 {main}() ..\home.php:0 > 2 0.3081 423888 require('...\admin\auth.php') ..\home.php:48 > 3 0.3992 740952 require_once('...\init.php') ..\auth.php:60
I am upgrading X-Cart on my home laptop with a developer license, so the live store is not impacted during the upgrade. After upgrading from 4.4 - 4.4.3, I receive the following error when I try to reload the admin page:
> ( ! ) Fatal error: Cannot redeclare > func_convert_trademark() (previously > declared in > ...\include\func\func.core.php:2597) > in ...\include\func\func.core.php on > line 2636 > > Call Stack > # Time Memory Function Location > 1 0.2790 384688 {main}() ..\home.php:0 > 2 0.3081 423888 require('...\admin\auth.php') ..\home.php:48 > 3 0.3992 740952 require_once('...\init.php') ..\auth.php:60
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这可能是您的 X-Cart 安装所特有的问题。您应该将其发布给 X-Cart 的开发人员,以便他们调查并帮助您。
[更新] 或者尝试将文件 xcart-dir\include\func\func.core.php 替换为 4.4.3 分发版中的相同文件。该问题可能是由补丁应用问题引起的,并且该文件(也可能是其他文件)未正确升级。
I think this is an issue that may be specific for your X-Cart installation. You should post it to the developers of X-Cart to allow them investigate it and help you.
[updated] Or try to replace file xcart-dir\include\func\func.core.php with the same from distributive of 4.4.3. May be the issue is caused by problems with patch applying and this file (and may be some others also) was not correctly upgraded.