Cloud Hosting Panel Path Error

Hello,

I am getting the below error.

I am using cloud hosting, apparently the path should be ‘session.save_path = /var/sites/n/newcastledj.co.uk/public_html/tmp’

How do I change this, can I change this?

Sometimes I’m getting similar errors,
seems to be randomic… or due to .htaccess misconfiguration :persevere:
because it happens really occasionally (visiting pages inside the panel), so weird :face_with_raised_eyebrow:

if(!session_start()) return false;

or

if(!$this->route) {
  throw new Exception(l('routes.error.invalid'));
}

maybe
thanks in advance for any suggestions :slightly_smiling_face:

Check out these two threads, this is usually something that should be fixed in the php.ini.

Thanks should help me too