exacly the same error as described:
Error: Unable to start session. Please check that the web server has enough permission to write to these files/directories:
For example, on a Linux server if your Apache httpd user is www-data, you can try to execute:
chown -R www-data:www-data /home/****/public_html/analytics/tmp/sessions/
chmod -R 0755 /home/****/public_html/analytics/tmp/sessions/
Debug: the original error was
session has already been started by session.auto-start or session_start()
Error: Unable to start session. Please check that the web server has enough permission to write to these files/directories:
For example, on a Linux server if your Apache httpd user is www-data, you can try to execute:
chown -R www-data:www-data /home/****/public_html/analytics/tmp/sessions/
chmod -R 0755 /home/****/public_html/analytics/tmp/sessions/
Debug: the original error was
session has already been started by session.auto-start or session_start()