We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
看页面源代码,下面是报错信息: error: Method not found: 'System.String SSCMS.Utils.StringUtils.ParseString(System.String, System.String, System.String, Int32, Int32, Int32, System.String, Boolean, Boolean, Boolean, Boolean, System.String)'.
error: Method not found: 'System.String SSCMS.Utils.StringUtils.ParseString(System.String, System.String, System.String, Int32, Int32, Int32, System.String, Boolean, Boolean, Boolean, Boolean, System.String)'.
Sorry, something went wrong.
原因是因为 SSCMS.dll 中 StringUtils.ParseString 确实和插件调用的方法不一样,前者比后者多了一个 bool isClearBlank 的参数。 临时的解决方法:把插件引用的这个方法,复制到主项目的 StringUtils.cs 中,重新编译,替换 SSCMS.dll。
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: