我正在尝试将我们的公司应用程序从php 5.3迁移到php 5.6。这个应用程序使用cakephp 2.4.3和memcached,但是当我尝试执行./cake bake命令时,出现下一个错误:
func displayRecord() -> () {
do {
let attrString = try NSAttributedString(data: TestData.records[cnt].data(using: String.Encoding.unicode, allowLossyConversion: true)!, options: [NSDocumentTypeDocumentAttribute : NSHTMLTextDocumentType], documentAttributes: nil)
self.textView.attributedText = attrString
} catch {
print(error)
}
}
使用+ W创建持久性和模型目录。
提前致谢。