当前位置:网站首页>The website with id 0 that was requested wasn‘t found. Verify the website and try again
The website with id 0 that was requested wasn‘t found. Verify the website and try again
2022-06-30 11:52:00 【coke海绵宝宝】
如果是迁移网站保存请执行sql命令
SET FOREIGN_KEY_CHECKS=0;
UPDATE `store` SET store_id = 0 WHERE code='admin';
UPDATE `store_group` SET group_id = 0 WHERE name='Default';
UPDATE `store_website` SET website_id = 0 WHERE code='admin';
UPDATE `customer_group` SET customer_group_id = 0 WHERE
customer_group_code='NOT LOGGED IN';
SET FOREIGN_KEY_CHECKS=1;
边栏推荐
- R语言ggplot2可视化:使用ggplot2可视化散点图、在geom_point参数中设置show_legend参数为FALSE配置不显示图例信息
- R language ggplot2 visualization: use ggplot2 to visualize the scatter diagram and use scale_ The size function configures the measurement adjustment range of the size of the data point
- Review the writing software with characteristics
- What is the function of LED backlight?
- R语言ggplot2可视化分面图(facet):gganimate包基于transition_time函数创建动态散点图动画(gif)、使用labs函数为动画图添加动态时间标题
- 再不上市,旷视科技就熬不住了
- 200. number of islands
- Customize an annotation to get a link to the database
- 会议预告 | 华为 2012 实验室全球软件技术峰会-欧洲分会场
- [cf] 803 div2 B. Rising Sand
猜你喜欢
随机推荐
Redis - SDS simple dynamic string
对象映射 - Mapping.Mapster
Quel est le rôle du rétroéclairage LED?
谁还记得「张同学」?
“\“id\“ contains an invalid value“
Redis - ziplist compressed list
[cf] 803 div2 B. Rising Sand
ModelAtrs声音检测,基于声学特征的异响检测
Parallel interface 8255A
goto语句跳转未初始化变量:C2362
time 函数和 clock_gettime()函数的区别
redis在项目中的使用
移除无效的括号[用数组模拟栈]
MySQL 内置函数
构造函数、类成员、析构函数调用顺序
lvgl 小部件样式篇
自定义一个注解来获取数据库的链接
用于生成学习任务的量子神经网络2022最新综述
光谱共焦位移传感器的原理是什么?能应用那些领域?
【BUG解决】fiftyone报AttributeError: module ‘cv2‘ has no attribute ‘gapi_wip_gst_GStreamerPipeline‘错误解决方法







