PHP sessions
chris_nelson said 1 year ago:
I am having an issue setting up a website with some PHP.
I sent this error to the software company I am using to build the site and they said it was an issue with the hosting PHP sessions. Error below:
php error happened
> Technical information
> Error type 2
> Error description Unknown: open(/var/chroot/home/content/76/8699076/tmp/sess_l07qmlb9fo7tgm75ldd3pm3q35,
O_RDWR) failed: No such file or directory (2)
> URL heartbreakerfab.com/Member/login.php?
> Error file Unknown
> Error line 0
> SQL query
Any ideas?
adamr said 1 year ago:
@chris_nelson
You’ll want to add the following line to your php.ini/php5.ini file:
session.save_path=/tmp
If that doesn’t resolve the problem, you’ll want to get in touch with our 24 hour support team so our tech guys can review your hosting account specifically.
-Adam
0 min expected wait time