- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2020
12:10 AM
06-03-2020
12:10 AM
Re: Magento 2.3 inatall error Module 'Magento_CatalogSearch': [ERROR] Exception: Warning: SessionHan
can you try this:
Locate php.ini by entering the following command:
php -i | grep "Loaded Configuration File"
Typical locations follow:
- Ubuntu: /etc/php5/cli/php.ini
- CentOS: /etc/php.ini
Open php.ini with root user, and comment it out:
;session.save_path =
to
session.save_path = files
Manish Mittal
https://www.manishmittal.com/
https://www.manishmittal.com/
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2020
12:28 AM
06-03-2020
12:28 AM
Re: Magento 2.3 inatall error Module 'Magento_CatalogSearch': [ERROR] Exception: Warning: SessionHan
@Manish Mittal Finally done gave permission to session folder under var/opt/remi/php72/lib/php/session. Thank You
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2020
12:34 AM
06-03-2020
12:34 AM
Re: Magento 2.3 inatall error Module 'Magento_CatalogSearch': [ERROR] Exception: Warning: SessionHan
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2020
01:44 AM
06-03-2020
01:44 AM
Re: Magento 2.3 inatall error Module 'Magento_CatalogSearch': [ERROR] Exception: Warning: SessionHan
FYI just give permission to session bro
- « Previous
-
- 1
- 2
- Next »