PHP 8.2.31
Preview: Notes.txt Size: 2.48 KB
/var/softaculous/magento18/Notes.txt

1) Install twice manually, with and without sample data. Always check the difference between packages of with and without sample data and make sampledata.zip accordingly.
2) Select "Db" for saving session storage while installation on manual.(we have changed session storage to "Files" from magento 2.2.4 as it was giving error on accessing System -> Tools -> Web Setup Wizard) Changed to db since 2.2.10
3) Select Timezone America/NewYork
4) Just check that "USING BTREE" should be on the left i.e. not at the end
5) Always check the file permissions
6) Check and copy pub/media/theme folder from manual to zip and check name of the images. It should match with entry in SQL.(without sample data)
7) Check and copy pub/media/* folder from manual to sampledata.zip and check name of the images. It should match with entry in SQL. (with sample data)
8) Take dump using mysql command /usr/local/apps/mysql56/bin/mysqldump --routines -u root -ppass soft_mage282 > mage282.sql
9) set WRITEABLE_DIRECTORY_MODE = 0755; and WRITEABLE_FILE_MODE = 0644; in vendor/magento/framework/Filesystem/DriverInterface.php and then start with manual installation.  (NOT REQUIRED FROM 2.0.7)
10) "hash_config" values in indexer_state table is same for all installation from 2.1.0, hence no need to change this values.
11) We have disabled magento 2.x on windows because icons are not loading properly post login. This is happening because it redirects to symlinks to load all the icons and on windows symlinks are not created and also as per their requirement, magento 2.x is not supported on windows OS.
12) PHP REQUIREMENT LINK: http://devdocs.magento.com/guides/v2.2/install-gde/system-requirements-tech.html
13) Magento 2.2.2 requires Apache mod_version to be enabled.
14) Upgrade is not possible at present because magento2 uses either system's upgrade utility or the command line upgrade. http://devdocs.magento.com/guides/v2.2/comp-mgr/bk-compman-upgrade-guide.html
15) Change "<item name="view_preprocessed" xsi:type="object">Magento\Framework\App\View\Asset\MaterializationStrategy\Symlink</item>" from di.xml "<item name="view_preprocessed" xsi:type="object">Magento\Framework\App\View\Asset\MaterializationStrategy\Copy</item>" to disable symlink, it copies file to required place instead of making symlinks.
16) In version 2.2.11 post installing manually it gives following warning on success page. "Something went wrong while installing sample data" It seems that downloaded sample data zip itself contains one missing product and hence giving error.

Directory Contents

Dirs: 5 × Files: 17

Name Size Perms Modified Actions
images DIR
- drwxr-xr-x 2024-03-06 00:28:38
Edit Download
php53 DIR
- drwxr-xr-x 2024-03-06 00:28:38
Edit Download
php56 DIR
- drwxr-xr-x 2024-03-06 00:28:38
Edit Download
php71 DIR
- drwxr-xr-x 2024-03-06 00:28:38
Edit Download
php81 DIR
- drwxr-xr-x 2024-03-06 00:28:38
Edit Download
22.67 KB lrw-r--r-- 2021-12-23 11:54:36
Edit Download
5.33 KB lrw-r--r-- 2022-09-21 09:33:34
Edit Download
4.64 KB lrw-r--r-- 2021-12-23 11:54:36
Edit Download
87.37 KB lrw-r--r-- 2021-12-23 11:54:36
Edit Download
4.37 KB lrw-r--r-- 2022-09-21 09:33:34
Edit Download
433 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
1.57 KB lrw-r--r-- 2021-12-23 11:54:36
Edit Download
357 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
5.87 KB lrw-r--r-- 2022-09-21 09:33:34
Edit Download
3.45 KB lrw-r--r-- 2022-09-21 08:18:40
Edit Download
1.81 KB lrw-r--r-- 2021-12-23 11:54:36
Edit Download
13.99 KB lrw-r--r-- 2022-09-21 09:33:34
Edit Download
1.77 KB lrw-r--r-- 2021-12-23 11:54:36
Edit Download
8.99 KB lrw-r--r-- 2022-09-21 09:33:34
Edit Download
2.48 KB lrw-r--r-- 2021-12-23 11:54:36
Edit Download
2.55 KB lrw-r--r-- 2022-09-21 09:33:34
Edit Download
5.44 KB lrw-r--r-- 2021-12-23 11:54:36
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).