RSBoden
December 29, 2018, 3:52pm
1
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
texnixe
December 30, 2018, 11:28am
3
Check out these two threads, this is usually something that should be fixed in the php.ini.
Thanks for checkin’ in.
The session.save_path was set to its default which wasn’t the issue. The permission were set as they need to be.
I updated the PHP version for performance and security reasons. I got on the line with support and in the end they enabled buffering. That resolved the issue.
I’ll chalk it up to a poor hosting. This is why I pretty much require all client project to use my host.
I have installed the latest kirby starter kit. The installation is working, i can see all the default pages. When I go to the panel install page I see the form but trying to submit it returns me back to the form.
With 'debug',true in the config file I got the following message:
Warning: session_start(): open(/var/lib/php/session/sess_096d73rupkof7utnfof7gs4nd4, O_RDWR) failed: Permission denied (13) in /var/www/vhosts/holmesarchive.com/melgrafik.cuboctaedro.eu/kirby/toolkit/lib/s.php on line…
Thanks should help me too