What should I do if the home page cannot be generated after adding articles and modifying articles after upgrading DEDECMS from 5.1 to 5.3?
After upgrading DEDECMS from 5.1, adding articles and modifying articles cannot generate the home page. Friends who need it can refer to the solution.
Recommended study: Dreamweavercms
Modify/dede/inc/inc_archives_functions.php
Add
## in front of line 381 #$GLOBALS['_arclistEnv'] = 'index'; It is crucial that the absence of this sentence will cause some columns to be empty on the home pageThe above is the detailed content of What should I do if the homepage cannot be generated after adding articles and modifying articles after upgrading DEDECMS from 5.1 to 5.3?. For more information, please follow other related articles on the PHP Chinese website!