This error occurs if directive “session.save_path” is not set in custom php.ini
In order to resolve it we need to add entry as below in php.ini:
session.save_path = /tmp
You need to do above changes in each directory you receive this error.
Done..
In order to resolve it we need to add entry as below in php.ini:
session.save_path = /tmp
You need to do above changes in each directory you receive this error.
Done..