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?
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
because it happens really occasionally (visiting pages inside the panel), so weird
if(!session_start()) return false;
or
if(!$this->route) {
throw new Exception(l('routes.error.invalid'));
}
maybe
thanks in advance for any suggestions
Check out these two threads, this is usually something that should be fixed in the php.ini.
Thanks should help me too