This function was not tested at the time of release. It is a very low-level problem. There are about 15 lines in the file/demo/ucimport. php file.
--------------- Code -----------------
Define ('root _ path', str_replace ('\', '/', substr (_ FILE __, 0,-20 )));
Define ('in _ ecs', true );
Require (ROOT_PATH. 'data/config. php ');
Require (ROOT_PATH. 'des/cls_ecshop.php ');
Require (ROOT_PATH. 'des/cls_mysql.php ');
Require (ROOT_PATH. 'des/lib_common.php ')
--------------- Code ----------------
Save the following 20 characters for _ FILE _ while demo/ucimport. php only has 17 characters. In this way, three more characters are deleted, so that the following require contains failures, www.2cto.com, and even warnings and errors.
However, many files do not exist, because the system will prompt you to delete the/demo/folder when you log on to the background. By the way, I feel that the old cms does not know how many cool-ups have been baptized ..