为什么该记录没有显示在数据库中
我正在尝试为使用其先前系统的客户创建自定义解决方案。客户正在使用 Miva,这是一个用户友好的 CMS 类型系统来管理他们的商店。问题是在昨天之前,每次我在 miva 站点中输入记录时,它都会显示在 PHPmyadmin 中,我可以查询它并使用自定义解决方案。由于某种原因,当我在管理员中创建产品时,我在数据库中没有得到任何记录。
产品显然在那里
,但没有存储在数据库中,关于如何存储以及在何处存储的任何想法
i am trying to create a custom solution for a client using their prior system. The client is using Miva which is a user friendly CMS type system to manage their store. The problem is prior to yesterday everytime i entered a record in the miva site it would show up in PHPmyadmin and I could query it and use the Custom solution. FOr some reason now when I create products in the admin I get no records in the DB.
The product is clearly there
but not stored in the db, any ideas on how and where is stored
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
逻辑表明:
您是否能够对特定内容(例如一段文本或文件位置)进行通配符搜索?如果添加项目时没有抛出错误,那么它应该在那里。
Logic dictates that either:
Are you able to do a wildcard search for something specific like a piece of text or file location? If no errors are being thrown when you're adding items then it should be there.