whswg198509 Posted June 23, 2015 Share Posted June 23, 2015 csv导入文件时提示link_rewrite太长 错误提示:Property Product->link_rewrite length (134) must be between 0 and 128 我在ps_product_lang数据表里修改了link_rewrite字段长度为1000,大依然出现这样的错误。 Link to comment Share on other sites More sharing options...
21846657 Posted June 23, 2015 Share Posted June 23, 2015 数据库是只是存储数据而已。逻辑判断则交由网站程序。 你可以尝试在Classes/Product.php类里public static $definition下找到link_rewrite,修改其size的赋值。 p.s. Backup before messup. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now