admin管理员组文章数量:1325367
Notice: Constant WP_CRON_LOCK_TIMEOUT already defined in /home3/premivu6/public_html/wp-config.php on line 91
Notice: Constant AUTOSAVE_INTERVAL already defined in /home3/premivu6/public_html/wp-config.php on line 92
Notice: Constant WP_POST_REVISIONS already defined in /home3/premivu6/public_html/wp-config.php on line 93
Notice: Constant EMPTY_TRASH_DAYS already defined in /home3/premivu6/public_html/wp-config.php on line 94
Warning: Cannot modify header information - headers already sent by (output started at /home3/premivu6/public_html/wp-config.php:91) in /home3/premivu6/public_html/wp-includes/functions.php on line 6270
not sure how to fix
Notice: Constant WP_CRON_LOCK_TIMEOUT already defined in /home3/premivu6/public_html/wp-config.php on line 91
Notice: Constant AUTOSAVE_INTERVAL already defined in /home3/premivu6/public_html/wp-config.php on line 92
Notice: Constant WP_POST_REVISIONS already defined in /home3/premivu6/public_html/wp-config.php on line 93
Notice: Constant EMPTY_TRASH_DAYS already defined in /home3/premivu6/public_html/wp-config.php on line 94
Warning: Cannot modify header information - headers already sent by (output started at /home3/premivu6/public_html/wp-config.php:91) in /home3/premivu6/public_html/wp-includes/functions.php on line 6270
not sure how to fix
Share Improve this question edited Aug 12, 2020 at 1:07 fuxia♦ 107k38 gold badges255 silver badges459 bronze badges asked Aug 12, 2020 at 0:57 franz23franz23 11 Answer
Reset to default 1Hard to tell, since you didn't share your code. But the error message tells you why.
But if you are trying to DEFINE previously defined constants (which is what those are, since they were defined in wp-config.php - look at that file in the indicated line number), then that would be the cause of your errors.
"Constants" are 'constant'. Never-changing. Once defined, that's it. Don't try to change the value of a constant that has been DEFINEd.
本文标签: errorsI tried to build a theme from scratch and it crashed everything
版权声明:本文标题:errors - I tried to build a theme from scratch and it crashed everything 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742193779a2430700.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论