小徐 zencart
问题? 联系我们
Deprecated: Function ereg_replace() is deprecated in */includes/
今天用瑞豪的服务器的时候。。zencart 1.39h伪静态出现了(这个伪静态是早期的)
Deprecated: Function ereg_replace() is deprecated in */includes/functions/html_output.php on line 19
为什么会出现这种情况。。我查了下在php5.3不支持ereg_replace这个函数。所以建议换成str_replace
html_output.php找到
$sefu = explode(",", ereg_replace( ' +', '', SEO_URLS_ONLY_IN ));变成
$sefu = explode(",",str_replace ( ' +', '', SEO_URLS_ONLY_IN ));就可以了
九月最新zencart视频教程 - zencart 平常遇到的小错误
- 版权所有 © 2024 小徐 zencart视频教程. Powered by zencart 模板
如果有任何关于网站的意见,可以QQ联系或者发邮箱。