文件操作 - notes.txt
返回文件管理
返回主菜单
删除本文件
文件: /var/softaculous/xoops/notes.txt
编辑文件内容
1) Put Upgrade folder in the ZIP Package 2) xoops_data and xoops_lib go in data.zip 3) In Upgrade.php we have written code for version 2.5.0 (for not to show the upgrade link) 4) We have added fix in Upgrade/upd-2.4.0-to-2.4.1 index.php. Replaced $checkbit with $func. check if upgrade works without this fix in next version (4th step is not required from version 2.5.7. It works fine from 2.5.7) 5) XOOPS checks for illegal characters in path (which does not allow space) causing upgrade to fail hence we have added the same preg_match pattern in upgrade.php __requirements() function. Check if they update this pattern to allow spaces in future. Taken from : class/libraries/vendor/xoops/xmf/src/Xmf/Language.php 6) We do not configure include/license.php 7) PHP REQUIREMENT LINK : https://xoops.gitbook.io/xoops-install-upgrade/installation/requirements 8) Check and Copy '{{SOFTDATADIR}}/xoops_data/configs' folder from manual to zip as these files are not created. They can be checked from respective classes in {{DOCROOT}}/class/{{CONFIG_FILE_NAME}}.dist.php and also '{{SOFTDATADIR}}/xoops_data/configs/xoopsconfig.php' can be checked from '{{SOFTDATADIR}}/xoops_data/configs/xoopsconfig.dist.php' 9) Default theme. Keep the default theme selected by the installer in manual install (In 2.7.2 we checked it's 'xbootstrap5')
修改文件时间
将文件时间修改为当前时间的前一年
删除文件