Current Path: > > > var > softaculous > drupal9
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
images | Directory | - | - | |
php53 | Directory | - | - | |
php56 | Directory | - | - | |
php71 | Directory | - | - | |
php81 | Directory | - | - | |
php82 | Directory | - | - | |
.htaccess | File | 741 bytes | December 16 2022 11:29:38. | |
NOTES.txt | File | 1656 bytes | December 16 2022 11:29:38. | |
README.txt | File | 283 bytes | December 16 2022 11:29:38. | |
_htaccess | File | 542 bytes | December 16 2022 11:29:38. | |
clone.php | File | 14665 bytes | March 05 2025 11:14:54. | |
edit.php | File | 4825 bytes | March 05 2025 11:14:54. | |
edit.xml | File | 433 bytes | December 16 2022 11:29:38. | |
fileindex.php | File | 271 bytes | December 16 2022 11:29:38. | |
import.php | File | 5551 bytes | March 05 2025 11:14:54. | |
info.xml | File | 4016 bytes | March 05 2025 10:08:44. | |
install.js | File | 1347 bytes | December 16 2022 11:29:38. | |
install.php | File | 15622 bytes | March 05 2025 11:14:54. | |
install.xml | File | 1126 bytes | December 16 2022 11:29:38. | |
md5 | File | 2162 bytes | March 05 2025 11:14:52. | |
settings.php | File | 34721 bytes | April 22 2023 04:49:46. | |
upgrade.php | File | 4420 bytes | March 05 2025 11:14:54. | |
upgrade.xml | File | 309 bytes | December 16 2022 11:29:38. |
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
SILENT KILLER Tool