当前位置:网站首页>The micro engine system runs abnormally in production
The micro engine system runs abnormally in production
2022-07-20 08:09:00 【Andy Lau in IT industry】
Recently, I learned about micro engine system , All functions are normal locally, but some functions are abnormal when deployed to the production environment Click and there is no response Show blank page ? After comparison, the parameters are exactly the same
1、 The database related configuration has been changed to production
2、 Pull the production database locally and configure it as a local database All functions can be used normally
Solution :
First of all, I put the data/config.php The developer mode in the file opens
$config['setting']['development'] = 1;
Then request the same again url Prompt message is found
It is said that the authorization authentication failed 、 The corresponding file or folder cannot be found , Because the micro engine system will automatically generate new files in the specified folder, it needs to give all ( read 、 Write 、 perform ) jurisdiction
So find the root directory of the micro engine project and execute the authorization command
sudo chmod -R 777 Project home directory /**
Request discovery again successful
边栏推荐
- SpiderPi便捷操作手册
- China ambroxol market forecast and investment strategy report (2022 Edition)
- C语言编程题:(C语言)分糖果 通俗易懂
- CyclicBarrier
- 多线程基础入门学习(带示例代码)
- Research Report on research and development prospects of China's strontium carbonate industry (2022 Edition)
- Development and testing standard (simple version)
- China carbon carbon composite market research and investment forecast report (2022 Edition)
- 小程序页面生成链接通过短信发送
- AI识万物:从0搭建和部署手语识别系统
猜你喜欢
Mysql千万级别表分区优化
No overlapping interval [greedy practice]
如何定制.NET6.0的日志记录
多线程基础入门学习(带示例代码)
Hc-sr04 ultrasonic module driven by 51 single chip microcomputer (LCD1602 display)
This free code snippet manager is open source!
如何调试 C# Emit 生成的动态代码?
Opencv image processing --------- environment installation configuration
Flask framework - model relationships (many to many)
MySQL数据通过SQL查询指定数据表的字段名及字段备注
随机推荐
Etcd database source code analysis -- ServerV2 interface implementation
Jetpack compose比xml优秀的地方
C# 禁用 全局快捷键
单实例Mongo升级为副本集
【信号调理】用“晶体三极管”搭建CE放大器的实操经验分享
四剑客与Code Review的恩怨情仇:“始乱终弃”到“浪子回头”
Comparative analysis of single sign on SSO of JWT, CAS, oauth2 and SAML
超超超超写实的数字人!让你24小时不停播
YOLOv5改进之二十一:CNN+Transformer——主干网络替换为又快又强的轻量化主干EfficientFormer
序列化概念学习
无重叠区间[贪心练习]
No overlapping interval [greedy practice]
上海域格4G模块PPP拨号相关问题
C disable global shortcut key
Spiderpi convenient operation manual
中国黄芪注射液市场评估与投资战略报告(2022版)
Read double_ data. Write CSV file to redis
PC website realizes wechat code scanning login function (I)
菜鸟教你修U盘
接口测试主要测试哪方面?需要哪些技能?要怎么学习?