cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.3 inatall error Module 'Magento_CatalogSearch': [ERROR] Exception: Warning: SessionHandler

Re: Magento 2.3 inatall error Module 'Magento_CatalogSearch': [ERROR] Exception: Warning: SessionHan

@Aveeva 

 

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/

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

Re: Magento 2.3 inatall error Module 'Magento_CatalogSearch': [ERROR] Exception: Warning: SessionHan

@Aveeva 

 

And env.php, session with files right?

Manish Mittal
https://www.manishmittal.com/

Re: Magento 2.3 inatall error Module 'Magento_CatalogSearch': [ERROR] Exception: Warning: SessionHan

FYI just give permission to session bro