当前位置:网站首页>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配置不显示图例信息
Webview,ScrollView滑动冲突咋整
服务器常用的一些硬件信息(不断更新)
Stm32f407zgt6 uses SDIO mode to drive SD card
重新理解oauth2.0协议进行联合登录
R语言ggplot2可视化:使用ggplot2可视化散点图、使用scale_color_viridis_d函数指定数据点的配色方案
Cache avalanche and cache penetration solutions
lvgl 小部件样式篇
用宝塔建第2个网站时网站总是报错:No input file specified.
MySQL 表的内连和外连
【模式识别大作业】
WebView, Scrollview sliding conflict correction
R language ggplot2 visualization: use ggplot2 to visualize the scatter diagram, and_ Set the alpha parameter in the point parameter to specify the transparency level of data points (points transparent
Speech recognition - Fundamentals (I): introduction [speech to text]
R language ggplot2 visualization: use ggplot2 visualization scatter diagram and the color parameter in AES function to specify that data points in different groups are displayed in different colors
wallys/3 × 3 MIMO 802.11ac Mini PCIe Wi-Fi Module, QCA9880, 2,4GHz / 5GHzDesigned for Enterprise
shell第一个命令结果传入第二个命令删除
缓存雪崩和缓存穿透解决方案
再不上市,旷视科技就熬不住了
来聊聊怎么做硬件兼容性检测,快速迁移到openEuler?









