The background of dream weaving DedeCMS has a function of automatically extracting keywords, which can be closed if not needed. The method is background ->system ->system basic parameters ->other options ->automatically extracting keywords ->No. After following this method, keywords will be automatically extracted when publishing articles.

resolvent:

Open the/data/config.cache.bak.php file

find

$cfg_arc_autokeyword = 'Y';

Modify to

$cfg_arc_autokeyword = 'N';

Post reply

Can't comment until