We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A PHP Error was encountered Severity: Notice Message: Undefined offset: 5 Filename: libraries/blog_lib.php Line Number: 280
The text was updated successfully, but these errors were encountered:
我发现是一篇文章的状态为 draft 会报这个错误
draft
Sorry, something went wrong.
建议将index.php 21行
define('ENVIRONMENT', 'development');
改为
define('ENVIRONMENT', 'production');
我已经更新了代码,直接pull最新代码即可
好的,谢谢
No branches or pull requests
A PHP Error was encountered
Severity: Notice
Message: Undefined offset: 5
Filename: libraries/blog_lib.php
Line Number: 280
The text was updated successfully, but these errors were encountered: