whoami7 - Manager
:
/
home
/
creaupfw
/
public_html
/
wp-includes
/
assets
/
Upload File:
files >> /home/creaupfw/public_html/wp-includes/assets/NOTES.txt.tar
var/softaculous/drupal6/NOTES.txt 0000644 00000000777 15032225434 0012724 0 ustar 00 1) Disable Clean URL while installing 2) Default Timezone should be ZERO 3) Delete all watchdog INSERTS And also change its AUTO INCREMENT =1 ; 4) We check the latest Drupal 6 version in Drupal 7 upgrade.php so when there is an update in Drupal 6 change the version in the __requirements() in Drupal 7 and in the info.xml of Drupal 7 <min_require> tag. 5) Dont change 'datestamp' to timestamp in DB. It is the launch date 6) We do not copy .htaccess from /sites/default/files/.htaccess because Drupal creates it var/softaculous/drupal8/NOTES.txt 0000644 00000004740 15032225542 0012720 0 ustar 00 1) Default Timezone should be ZERO I.e UTC +0000 and keep default country NONE 2) Leave "Check for updates automatically ", "Email notifications" as it is. 3) Keep "use database default" in Transaction isolation level in manual installation. 4) Delete all watchdog INSERTS And also change its AUTO INCREMENT =1 ; 5) Delete this table inserts from following tables cache_access_policy, cache_bootstrap, cache_config, cache_container, cache_data, cache_default, cache_discovery, cache_entity, cache_menu, cache_render. Drupal creates it on login 6) No need to generate system.js_cache_files and drupal_css_cache_files. It's same for all install 7) If any new root level folder added in drupal package then add its entry in upgrade.php apart from vendor and core. Only 'core', 'vendor' and root level files need to be deleted before upgrade. (https://api.drupal.org/api/drupal/core!UPGRADE.txt/8) 8) Do not change "default_config_hash" from sql since it remains same across installations for same version. 9) Set the value for temporary as s:0:"" in `config` table for "system.file" row. On our servers we get it as /tmp but on some servers /tmp is not accessible due to open_basedir which causes temporary file creation issue. So if we set it as empty Drupal will generate it automatically when needed(Not needed since version 8.8.0). 10) Remove serialized entries of "twig_extension_hash" and "twig_cache_prefix" from key_value table as it creates itself. 11) PHP REQUIREMENT LINK: https://www.drupal.org/docs/system-requirements/php-requirements 12) Can not add languages at the moment as it needs to enable (language, content translation and interface translation modules) which adds too many entries in SQL 13) Drupal Minor upgrade Guide: https://www.drupal.org/docs/updating-drupal/updating-drupal-core-manually 14) We have disabled Major upgrade (i.e from 9.5.0 to 10.x) as it requires migration. We need to check if we can give it via Softaculous or not. https://www.drupal.org/docs/upgrading-drupal/upgrading-from-drupal-8-or-later/upgrading-from-drupal-9-to-drupal-10-0 15) Delete utf8mb4_0900_ai_ci collation from sql as it restricts the installation on MariaDB. 16) In 11.2.0 we have used zip provided here https://www.drupal.org/project/drupal/releases/11.2.0 under 'Downloads' section and ran 'composer install' command on it, since it had only vendor folder, composer.json and composer.lock files and not the dependencies.(Check in next version, if needed)(Full zip was available in 11.2.1, composer wasn't needed) var/softaculous/gallery/NOTES.txt 0000644 00000001170 15032264613 0012774 0 ustar 00 1) Copy the 'var/' (exclude database.php) folder from the manual installation and save it in the .zip 2) While upgrade it is asking to make a directory of random string to avoid that just go to modules\gallery\controllers\upgrader.php and replace "if (file_exists(TMPPATH . $upgrade_token))" with "if (!file_exists(TMPPATH . $upgrade_token))" 3) Gallery does not work on Windows. 4) We have kept PHP version 7.1 in info.xml as login wasn't working on PHP 7.0(post manual install) on most of our test servers. Check if it works in next version on PHP 7.0 and change PHP version accordingly. 5) PHP REQUIREMENT LINK : README.md var/softaculous/drupal10/NOTES.txt 0000644 00000004036 15036063155 0012773 0 ustar 00 1) Default Timezone should be ZERO I.e UTC +0000 and keep default country NONE 2) Leave "Check for updates automatically ", "Email notifications" as it is. 3) Keep "use database default" in Transaction isolation level in manual installation. 4) Delete all watchdog INSERTS And also change its AUTO INCREMENT =1 ; 5) Delete this table inserts from following tables cache_access_policy, cache_bootstrap, cache_config, cache_container, cache_data, cache_default, cache_discovery, cache_entity, cache_menu, cache_render. Drupal creates it on login 6) No need to generate system.js_cache_files and drupal_css_cache_files. It's same for all install 7) If any new root level folder added in drupal package then add its entry in upgrade.php apart from vendor and core. Only 'core', 'vendor' and root level files need to be deleted before upgrade. (https://api.drupal.org/api/drupal/core!UPGRADE.txt/8) 8) Do not change "default_config_hash" from sql since it remains same across installations for same version. 9) Set the value for temporary as s:0:"" in `config` table for "system.file" row. On our servers we get it as /tmp but on some servers /tmp is not accessible due to open_basedir which causes temporary file creation issue. So if we set it as empty Drupal will generate it automatically when needed(Not needed since version 8.8.0). 10) Remove serialized entries of "twig_extension_hash" and "twig_cache_prefix" from key_value table as it creates itself. 11) PHP REQUIREMENT LINK: https://www.drupal.org/docs/system-requirements/php-requirements 12) Can not add languages at the moment as it needs to enable (language, content translation and interface translation modules) which adds too many entries in SQL 13) Drupal Minor upgrade Guide: https://www.drupal.org/docs/updating-drupal/updating-drupal-core-manually 14) We have disabled Major upgrade (i.e from 9.5.0 to 10.x) as it requires migration. We need to check if we can give it via Softaculous or not. https://www.drupal.org/docs/upgrading-drupal/upgrading-from-drupal-8-or-later/upgrading-from-drupal-9-to-drupal-10-0 var/softaculous/drupal9/NOTES.txt 0000644 00000003170 15036107747 0012727 0 ustar 00 1) Default Timezone should be ZERO I.e UTC +0000 and keep default country NONE 2) Leave "Check for updates automatically ", "Email notifications" as it is. 3) Delete all watchdog INSERTS And also change its AUTO INCREMENT =1 ; 4) Delete this table inserts from following tables cache_bootstrap, cache_config, cache_container, cache_data, cache_default, cache_discovery, cache_entity, cache_menu, cache_render. Drupal creates it on login 5) No need to generate system.js_cache_files and drupal_css_cache_files. It's same for all install 6) If any new root level folder added in drupal package then add its entry in upgrade.php apart from vendor and core. Only 'core', 'vendor' and root level files need to be deleted before upgrade. (https://api.drupal.org/api/drupal/core!UPGRADE.txt/8) 7) Do not change "default_config_hash" from sql since it remains same across installations for same version. 8) Set the value for temporary as s:0:"" in `config` table for "system.file" row. On our servers we get it as /tmp but on some servers /tmp is not accessible due to open_basedir which causes temporary file creation issue. So if we set it as empty Drupal will generate it automatically when needed(Not needed since version 8.8.0). 9) Remove serialized entries of "twig_extension_hash" and "twig_cache_prefix" from key_value table as it creates itself. 10) PHP REQUIREMENT LINK: https://www.drupal.org/docs/understanding-drupal/how-drupal-9-is-made-and-what-is-included/environment-requirements-of 11) Can not add languages at the moment as it needs to enable (language, content translation and interface translation modules) which adds too many entries in SQL var/softaculous/avactis/NOTES.txt 0000644 00000000500 15036231064 0012761 0 ustar 00 1) Install with demo data. 2) Set (1, 'store_online', 'boolean', '1'), in avactis.sql to set the store to online 3) Make zip of the contents of the manual folder and empty the contents of the avactis-conf/cache folder (EXCEPT .htaccess because it is not created). (.htaccess is not created in manual as well from 4.7.1)
Copyright ©2021 || Defacer Indonesia